Metadata-Version: 2.1
Name: hedgehog-protocol
Version: 0.7.1
Summary: Python Protocol definitions for Hedgehog
Home-page: https://github.com/PRIArobotics/HedgehogProtocol
Author: Clemens Koza
Author-email: koza@pria.at
License: AGPLv3+
Keywords: hedgehog robotics protobuf zmq protocol
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Dist: hedgehog-utils[protobuf,zmq] (<0.7,>=0.6)
Provides-Extra: dev
Requires-Dist: invoke; extra == 'dev'
Requires-Dist: hedgehog-protocol-spec (<0.8,>=0.7.1); extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-runner; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-timeout; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'

Python Protocol definitions for Hedgehog
========================================

Master: |travis-master|_ |coveralls-master|_

Develop: |travis-develop|_ |coveralls-develop|_

.. |travis-master| image:: https://travis-ci.org/PRIArobotics/HedgehogProtocol.svg?branch=master
.. _travis-master: https://travis-ci.org/PRIArobotics/HedgehogProtocol
.. |coveralls-master| image:: https://coveralls.io/repos/github/PRIArobotics/HedgehogProtocol/badge.svg?branch=master
.. _coveralls-master: https://coveralls.io/github/PRIArobotics/HedgehogProtocol?branch=master
.. |travis-develop| image:: https://travis-ci.org/PRIArobotics/HedgehogProtocol.svg?branch=develop
.. _travis-develop: https://travis-ci.org/PRIArobotics/HedgehogProtocol
.. |coveralls-develop| image:: https://coveralls.io/repos/github/PRIArobotics/HedgehogProtocol/badge.svg?branch=develop
.. _coveralls-develop: https://coveralls.io/github/PRIArobotics/HedgehogProtocol?branch=develop

----

This project contains the Python implementation of protocol definitions for the Hedgehog Educational Robotics Controller.


