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-apiOn a Fedora-based system or a CentOS/RHEL machine with EPEL.
$ sudo dnf -y install python3-opensensemap-apiFor Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
be present in the unstable channel.
$ nix-env -iA nixos.python3Packages.opensensemap-apiThe file example.py contains an example about how to use this module.
opensensemap-api is licensed under MIT, for more details check LICENSE.