debian-python-lml/examples/robotchef_britishcuisine
chfw 15d55dc867 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
..
.moban.d adding sample british cuisine 2017-05-08 09:04:39 +01:00
docs/source 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_britishcuisine 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
tests adding sample british cuisine 2017-05-08 09:04:39 +01:00
.gitignore adding sample british cuisine 2017-05-08 09:04:39 +01:00
.moban.yml adding sample british cuisine 2017-05-08 09:04:39 +01:00
.travis.yml adding sample british cuisine 2017-05-08 09:04:39 +01:00
CHANGELOG.rst adding sample british cuisine 2017-05-08 09:04:39 +01:00
MANIFEST.in adding sample british cuisine 2017-05-08 09:04:39 +01:00
Makefile adding sample british cuisine 2017-05-08 09:04:39 +01:00
README.rst adding sample british cuisine 2017-05-08 09:04:39 +01:00
requirements.txt adding sample british cuisine 2017-05-08 09:04:39 +01:00
robotchef_britishcuisine.yml adding sample british cuisine 2017-05-08 09:04:39 +01:00
setup.py 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
test.sh adding sample british cuisine 2017-05-08 09:04:39 +01:00

README.rst

================================================================================
robotchef_britishcuisine
================================================================================

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

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

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


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

You can install it via pip:

.. code-block:: bash

    $ pip install robotchef_britishcuisine


or clone it and install it:

.. code-block:: bash

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