Metadata-Version: 2.4
Name: mr-gopigo3
Version: 1.0.3
Summary: Drivers and Examples for using the GoPiGo3 in Python
Author-email: Modular Robotics <info@modrobotics.com>
Maintainer-email: Modular Robotics <info@modrobotics.com>
License-Expression: MIT
Project-URL: Homepage, https://gopigo.io/
Project-URL: Repository, https://github.com/DexterInd/GoPiGo3
Project-URL: Documentation, https://gopigo3.readthedocs.io
Project-URL: Bug Tracker, https://github.com/DexterInd/GoPiGo3/issues
Keywords: robot,gopigo,gopigo3,modular robotics,learning,education
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: spidev
Requires-Dist: python-periphery
Requires-Dist: RPi.GPIO
Requires-Dist: mr-rfr-tools>=2.0.2
Requires-Dist: mr-di-sensors>=0.0.3

Python drivers for [GoPiGo3](https://gopigo.io/), a Raspberry Pi based robot car with multiple sensors and actuators.

- [Official documentation](https://gopigo3.readthedocs.io) — instructions on how to use the robot
- [Examples](https://github.com/DexterInd/GoPiGo3/tree/master/Software/Python) — example programs
- [Official page](https://www.gopigo.io/) — more details about the robot
