Metadata-Version: 2.1
Name: maestro-servo
Version: 0.2.0
Summary: A library for interacting with Pololu Maestro servo controllers
Home-page: https://github.com/alexsdutton/python-maestro-servo
License: MIT
Author: Alex Dutton
Author-email: maestro@alexdutton.co.uk
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: Sphinx (>=3.4.3,<4.0.0); extra == "docs"
Requires-Dist: pyusb (>=1.1.0,<2.0.0)
Requires-Dist: sphinx-autodoc-annotation (>=1.0-1,<2.0); extra == "docs"
Project-URL: Documentation, https://maestro-servo.readthedocs.org/
Description-Content-Type: text/markdown

# Maestro server controller library

This library aims to support [Pololu's USB servo
controllers](https://www.pololu.com/category/102/maestro-usb-servo-controllers),
which can be used for servo control, and analogue input and output.

More information is available in [the
documentation](https://maestro-servo.readthedocs.org/).

