Metadata-Version: 2.1
Name: rebotics-sdk
Version: 0.24.0
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
Keywords: rebotics_sdk
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
Classifier: Programming Language :: Python :: 3.10
License-File: AUTHORS.rst
Requires-Dist: requests
Requires-Dist: six (>=1.12.0)
Requires-Dist: more-itertools
Requires-Dist: tqdm
Requires-Dist: chardet
Requires-Dist: py7zr
Requires-Dist: pydantic (<2.0.0)
Requires-Dist: dataclasses ; python_version < "3.7"
Provides-Extra: all
Requires-Dist: pytest-runner ; extra == 'all'
Requires-Dist: ipython ; extra == 'all'
Requires-Dist: ptable ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: pytz ; extra == 'all'
Requires-Dist: djangorestframework ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: python-dateutil ; extra == 'all'
Requires-Dist: requests-mock ; extra == 'all'
Requires-Dist: pytest-mock ; extra == 'all'
Requires-Dist: django ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pyyaml ; extra == 'all'
Requires-Dist: humanize ; extra == 'all'
Requires-Dist: click (>8.0) ; extra == 'all'
Requires-Dist: requests-toolbelt ; extra == 'all'
Provides-Extra: hook
Requires-Dist: django ; extra == 'hook'
Requires-Dist: djangorestframework ; extra == 'hook'
Provides-Extra: shell
Requires-Dist: ipython ; 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: click (>8.0) ; extra == 'shell'
Requires-Dist: pyyaml ; extra == 'shell'
Requires-Dist: requests-toolbelt ; extra == 'shell'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: requests-mock ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'

============
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.
