Metadata-Version: 2.4
Name: bussdcc-hardware
Version: 0.16.0
Summary: Hardware device integrations for the BussDCC cybernetic runtime
Author-email: "Joshua B. Bussdieker" <jbussdieker@gmail.com>
Maintainer-email: "Joshua B. Bussdieker" <jbussdieker@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/jbussdieker/bussdcc-hardware
Project-URL: Documentation, https://github.com/jbussdieker/bussdcc-hardware/blob/main/README.md
Project-URL: Repository, https://github.com/jbussdieker/bussdcc-hardware
Project-URL: Issues, https://github.com/jbussdieker/bussdcc-hardware/issues
Project-URL: Changelog, https://github.com/jbussdieker/bussdcc-hardware/blob/main/CHANGELOG.md
Keywords: hardware
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bussdcc~=0.36.0
Provides-Extra: dev
Requires-Dist: mypy~=1.19.1; extra == "dev"
Requires-Dist: types.RPi.GPIO~=0.7.0; extra == "dev"
Provides-Extra: nau7802
Requires-Dist: nau7802[i2c]~=0.6.0; extra == "nau7802"
Provides-Extra: pump
Requires-Dist: RPi.GPIO~=0.7.1; extra == "pump"
Provides-Extra: usb-camera
Requires-Dist: opencv-python-headless~=4.13.0.92; extra == "usb-camera"
Dynamic: license-file

# BussDCC Hardware

Hardware integrations for BussDCC.

## Concepts

- Bus devices (I2C, SPI, etc.)
- Hardware devices (ADC, sensors)
- Runtime-managed lifecycle
