Python Client for interacting with the openSenseMap API.
This module is not official, developed, supported or endorsed by openSenseMap
The module is available from the Python Package Index.
$ pip3 install opensensemap-api
On a Fedora-based system or a CentOS/RHEL machine with EPEL.
$ sudo dnf -y install python3-opensensemap-api
The file example.py
contains an example about how to use this module.
opensensemap-api
is licensed under MIT, for more details check LICENSE.