opensensemap-api

Python client for interacting with the openSenseMap API.


Keywords
home-assistant, iot, opensensemap-api, python3, smart-home
License
MIT
Install
pip install opensensemap-api==0.3.2

Documentation

opensensemap-api

Python Client for interacting with the openSenseMap API.

This module is not official, developed, supported or endorsed by openSenseMap

Installation

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

For 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-api

Usage

The file example.py contains an example about how to use this module.

License

opensensemap-api is licensed under MIT, for more details check LICENSE.