debian-python-lml/examples/robotchef_allinone
chfw 15d55dc867 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
..
.moban.d adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
docs/source 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_allinone 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
tests 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
.gitignore adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
.moban.yml adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
.travis.yml adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
CHANGELOG.rst adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
MANIFEST.in adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
Makefile adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
README.rst adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
requirements.txt adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
robotchef_allinone.yml adding all-in-one robotchef for comparision 2017-05-10 20:16:43 +01:00
setup.py 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
test.sh test robotchef examples 2017-05-29 20:15:45 +01:00

README.rst

================================================================================
robotchef_allinone
================================================================================

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

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

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


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

You can install it via pip:

.. code-block:: bash

    $ pip install robotchef_allinone


or clone it and install it:

.. code-block:: bash

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