Go to file
chfw 0e57f9f844 update documentation 2017-04-06 22:54:21 +01:00
.moban.d update documentation 2017-04-06 22:54:21 +01:00
docs/source update documentation 2017-04-06 22:54:21 +01:00
lml code refactoring: better function names and better code organisation 2017-04-06 22:39:03 +01:00
tests code refactoring: better function names and better code organisation 2017-04-06 22:39:03 +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 update documentation 2017-04-06 22:54:21 +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 update documentation 2017-04-06 22:54:21 +01:00
lml.yml update documentation 2017-04-06 22:54:21 +01:00
requirements.txt update documentation 2017-04-06 22:54:21 +01:00
setup.py update documentation 2017-04-06 22:54:21 +01:00
test.sh initial commit 2017-04-04 08:53:11 +01:00

README.rst

================================================================================
lml - Load me later. A lazy loading plugin management system.
================================================================================

.. 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/

**name** automatically load plugins that extend the main component from your
python environment, which could be your virtual environment, PyInstaller
environment. Its main feature is lazy loading. There could be hundreds of
plugins in your python environment but only a handful of plugins are loaded
when they are really needed.


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