Go to file
chfw 6dfe84bae3 initial commit 2017-04-04 08:53:11 +01:00
.moban.d initial commit 2017-04-04 08:53:11 +01:00
docs/source initial commit 2017-04-04 08:53:11 +01:00
lml initial commit 2017-04-04 08:53:11 +01:00
tests initial commit 2017-04-04 08:53:11 +01:00
.gitignore initial commit 2017-04-04 08:53:11 +01:00
.moban.yml initial commit 2017-04-04 08:53:11 +01:00
.travis.yml initial commit 2017-04-04 08:53:11 +01:00
CHANGELOG.rst initial commit 2017-04-04 08:53:11 +01:00
MANIFEST.in initial commit 2017-04-04 08:53:11 +01:00
Makefile initial commit 2017-04-04 08:53:11 +01:00
README.rst initial commit 2017-04-04 08:53:11 +01:00
lml.yml initial commit 2017-04-04 08:53:11 +01:00
requirements.txt initial commit 2017-04-04 08:53:11 +01:00
setup.py initial commit 2017-04-04 08:53:11 +01:00
test.sh initial commit 2017-04-04 08:53:11 +01:00

README.rst

================================================================================
lml
================================================================================

.. image:: https://api.travis-ci.org/chfw/lml.svg?branch=master
   :target: http://travis-ci.org/chfw/lml

.. image:: https://codecov.io/github/chfw/lml/coverage.png
    :target: https://codecov.io/github/chfw/lml

.. image:: https://readthedocs.org/projects/lml/badge/?version=latest
   :target: http://lml.readthedocs.org/en/latest/


Installation
================================================================================

You can install it via pip:

.. code-block:: bash

    $ pip install lml


or clone it and install it:

.. code-block:: bash

    $ git clone http://github.com/chfw/lml.git
    $ cd lml
    $ python setup.py install