Metadata-Version: 2.1
Name: aqimon
Version: 0.1.2
Summary: Air Quality Index Monitor
Author: Tim Orme
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: databases[aiosqlite] (>=0.7.0,<0.8.0)
Requires-Dist: fastapi (>=0.92.0,<0.93.0)
Requires-Dist: fastapi-utils (>=0.2.1,<0.3.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pyserde[toml] (>=0.10.2,<0.11.0)
Requires-Dist: pyserial (>=3.5,<4.0)
Requires-Dist: uvicorn (>=0.21.0,<0.22.0)
Description-Content-Type: text/markdown

# AQIMON

A simple Air Quality Index monitor, designed to work on the Raspberry Pi with the SDS011 Nova PM Sensor.

## Installation

Requires [uhubctl](https://github.com/mvp/uhubctl) to be installed and on your PATH.

TODO: Instructions to pip install.
