https://github.com/home-assistant-ecosystem/python-opensensemap-api
OpenSenseMap API Python client.
https://github.com/home-assistant-ecosystem/python-opensensemap-api
home-assistant iot opensensemap-api python3 smart-home
Last synced: 3 days ago
JSON representation
OpenSenseMap API Python client.
- Host: GitHub
- URL: https://github.com/home-assistant-ecosystem/python-opensensemap-api
- Owner: home-assistant-ecosystem
- License: mit
- Created: 2018-12-15T17:14:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T21:45:15.000Z (over 2 years ago)
- Last Synced: 2025-04-17T04:19:15.880Z (12 months ago)
- Topics: home-assistant, iot, opensensemap-api, python3, smart-home
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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 `_.
.. code:: bash
$ pip3 install opensensemap-api
On a Fedora-based system or a CentOS/RHEL machine with EPEL.
.. code:: bash
$ sudo dnf -y install python3-opensensemap-api
For Nix or NixOS users is a package available. Keep in mind that the latest releases might only
be present in the ``unstable`` channel.
.. code:: bash
$ 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.