debian-python-lml/examples/robotchef
chfw 88b2c03899 🔨 code refactoring and 📚 update change log 2018-11-06 18:14:24 +00:00
..
.moban.d lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
docs/source 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef 🔨 code refactoring and 📚 update change log 2018-11-06 18:14:24 +00:00
tests 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
.gitignore lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
.moban.yml lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
.travis.yml lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
CHANGELOG.rst lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
MANIFEST.in lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
Makefile lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
README.rst lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00
requirements.txt update dependencies 2017-05-11 22:24:38 +01:00
robotchef.yml update dependencies 2017-05-11 22:24:38 +01:00
setup.py 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
test.sh lml examples. further simply the lml plugin interface. but it requires the plugin class does not take parameter on creation 2017-05-08 08:53:09 +01:00

README.rst

================================================================================
robotchef
================================================================================

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

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

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


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

You can install it via pip:

.. code-block:: bash

    $ pip install robotchef


or clone it and install it:

.. code-block:: bash

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