debian-python-lml/examples/robotchef_cook
chfw 15d55dc867 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +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_cook 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
tests 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
.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 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
robotchef_cook.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
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_cook
================================================================================

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

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

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


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

You can install it via pip:

.. code-block:: bash

    $ pip install robotchef_cook


or clone it and install it:

.. code-block:: bash

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