Metadata-Version: 2.1
Name: rebotics-sdk
Version: 0.14.2
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: AUTHORS.rst
Requires-Dist: requests (>=2.21.0)
Requires-Dist: requests[socks]
Requires-Dist: requests-toolbelt (>=0.9.1)
Requires-Dist: six (>=1.12.0)
Requires-Dist: more-itertools
Requires-Dist: tqdm
Requires-Dist: tenacity
Requires-Dist: chardet
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.7.1) ; extra == 'shell'
Requires-Dist: xlrd (>=1.2.0) ; extra == 'shell'
Requires-Dist: click (>=7.0) ; extra == 'shell'
Requires-Dist: pyyaml ; 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.


