Metadata-Version: 2.1
Name: hedgehog-utils
Version: 0.6.0
Summary: Utilities shared between Hedgehog projects
Home-page: https://github.com/PRIArobotics/HedgehogUtils
Author: Clemens Koza
Author-email: koza@pria.at
License: AGPLv3+
Keywords: hedgehog robotics controller utility protobuf zmq discovery
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: aiostream
Provides-Extra: dev
Requires-Dist: invoke; 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'
Provides-Extra: protobuf
Requires-Dist: protobuf; extra == 'protobuf'
Provides-Extra: zmq
Requires-Dist: pyzmq; extra == 'zmq'

Hedgehog Utils
==============

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

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

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

----

This project provides utilities not specific to a single Hedgehog project.


