Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T21:45:15.000Z (10 months ago)
- Last Synced: 2024-10-09T06:48:32.811Z (30 days ago)
- Topics: home-assistant, iot, opensensemap-api, python3, smart-home
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 2
- 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 lastest 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.