Python Client for interacting with Ampio Smog Sensors
This module is not officially developed nor surrported by Ampio.
This module is available from the Python Package Index.
$ pip3 install asmog
The file example.py
contains an example about how to use this module.
For development is recommended to use a venv
.
$ python3.6 -m venv .
$ source bin/activate
$ python3 setup.py develop
asmog
is licensed under Apache 2.0, for more details check LICENSE.