home-assistant-ecosystem / python-luftdaten

Python API for interacting with luftdaten.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

$ pip3 install luftdaten

On a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled.

$ 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.

$ 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.

About

Python API for interacting with luftdaten.info

License:MIT License


Languages

Language:Python 100.0%