Metadata-Version: 2.1
Name: rebotics-sdk
Version: 0.3.4
Summary: Rebotics SDK for communicating with Rebotic Services, API CLI client.
Home-page: http://retechlabs.com/rebotics/
Author: Malik Sulaimanov
Author-email: malik@retechlabs.com
License: UNKNOWN
Keywords: rebotics_sdk
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests (>=2.21.0)
Requires-Dist: six (>=1.12.0)
Provides-Extra: hook
Requires-Dist: django; extra == 'hook'
Requires-Dist: djangorestframework; extra == 'hook'
Provides-Extra: shell
Requires-Dist: ipython (<8,>=7.5.0); extra == 'shell'
Requires-Dist: pandas; extra == 'shell'
Requires-Dist: pytz; extra == 'shell'
Requires-Dist: ptable; extra == 'shell'
Requires-Dist: python-dateutil; extra == 'shell'
Requires-Dist: humanize; extra == 'shell'
Requires-Dist: PySocks (!=1.5.7,>=1.5.6); extra == 'shell'
Requires-Dist: requests[socks]; extra == 'shell'
Requires-Dist: requests-toolbelt (>=0.9.1); extra == 'shell'
Requires-Dist: tqdm; extra == 'shell'
Requires-Dist: xlrd (>=1.2.0); extra == 'shell'
Requires-Dist: click (>=7.0); extra == 'shell'
Requires-Dist: py-notifier; extra == 'shell'

============
rebotics_sdk
============






Rebotics SDK for communicating with Rebotic Services, API CLI client.



Features
--------

* Communication between Rebotics Services through provider client classes
* Two django applications for external communications through web-hooks
* CLI clients for Rebotics Services

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-05-22)
------------------

* First release on PyPI.


