Metadata-Version: 2.1
Name: raspcuterie
Version: 1.0.0a0
Summary: Charcuterie dashboard and controller for the Raspberry PI
License: MIT
Author: jelmert
Author-email: info@jelmert.nl
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Flask[async] (>=2.1.1,<3.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: Pygments (>=2.11.2,<3.0.0)
Requires-Dist: RPi.GPIO (>=0.7.1,<0.8.0); sys_platform == "armv6l"
Requires-Dist: RPi.bme280 (>=0.2.4,<0.3.0)
Requires-Dist: click (>=8.1.2,<9.0.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: timeout-decorator (>=0.5.0,<0.6.0)
