Metadata-Version: 2.1 Name: airpixel Version: 0.8 Summary: Controll LEDs with arduinoNanoIOT and Python Requires-Python: >=3.8,<4.0 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Provides-Extra: lint Provides-Extra: monitoring Provides-Extra: test Provides-Extra: typecheck Requires-Dist: black (>=19.10b0,<20.0); extra == "lint" Requires-Dist: flake8 (>=3.8.1,<4.0.0); extra == "lint" Requires-Dist: mypy (>=0.770,<0.771); extra == "typecheck" Requires-Dist: numpy (>=1.19.1,<2.0.0) Requires-Dist: pyqt5 (>=5.15.0,<6.0.0); extra == "monitoring" Requires-Dist: pyqtgraph (>=0.11.0,<0.12.0); extra == "monitoring" Requires-Dist: pytest (>=5.4.2,<6.0.0); extra == "test" Requires-Dist: pyyaml (>=5.3.1,<6.0.0)