Metadata-Version: 2.4
Name: epicallypowerful
Version: 1.0.0
Summary: A library for controling actuators and reading sensors for scientific and robotics applications.
Author-email: Siddharth Nathella <snathella@gatech.edu>, Christoph Nuesslein <cnuesslein3@gatech.edu>, Jennifer Leestma <jleestma@gatech.edu>
Maintainer-email: Siddharth Nathella <snathella@gatech.edu>, Christoph Nuesslein <cnuesslein3@gatech.edu>, Jennifer Leestma <jleestma@gatech.edu>
Project-URL: Homepage, https://github.com/gatech-epic-power/epically-powerful
Project-URL: Documentation, https://gatech-epic-power.github.io/epically-powerful/
Project-URL: Repository, https://github.com/gatech-epic-power/epically-powerful
Project-URL: Issues, https://github.com/gatech-epic-power/epically-powerful/issues
Classifier: Programming Language :: Python :: 3
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: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: python-can
Requires-Dist: scipy
Requires-Dist: msgspec
Requires-Dist: nicegui
Requires-Dist: smbus2
Provides-Extra: rpi
Requires-Dist: RPi.GPIO; extra == "rpi"
Provides-Extra: jetson
Requires-Dist: Jetson.GPIO; extra == "jetson"
Dynamic: license-file
