https://github.com/home-assistant-ecosystem/python-luftdaten
Python API for interacting with luftdaten.info
https://github.com/home-assistant-ecosystem/python-luftdaten
api-client home-assistant iot luftdaten pollution smart-home
Last synced: about 1 month ago
JSON representation
Python API for interacting with luftdaten.info
- Host: GitHub
- URL: https://github.com/home-assistant-ecosystem/python-luftdaten
- Owner: home-assistant-ecosystem
- License: mit
- Created: 2017-12-05T09:17:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T23:37:26.000Z (4 months ago)
- Last Synced: 2025-04-15T11:07:01.546Z (about 1 month ago)
- Topics: api-client, home-assistant, iot, luftdaten, pollution, smart-home
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 6
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
python-luftdaten
================Python client for interacting with `sensor.community `_ (previously known as `luftdaten.info `_.
This module is not official, developed, supported or endorsed by sensor.community/luftdaten.info.
Installation
------------The module is available from the `Python Package Index `_.
.. code:: bash
$ pip3 install luftdaten
On a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled.
.. code:: bash
$ sudo dnf -y install python3-luftdaten
For Nix or NixOS is `pre-packed module `_
available. The lastest release is usually present in the ``unstable`` channel... code:: bash
$ nix-env -iA nixos.python3Packages.luftdaten
Usage
-----The file ``example.py`` contains an example about how to use this module.
License
-------``python-luftdaten`` is licensed under MIT, for more details check LICENSE.