Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 805 Bytes

README.rst

File metadata and controls

42 lines (25 loc) · 805 Bytes

python-luftdaten

Python client for interacting with luftdaten.info.

This module is not official, developed, supported or endorsed by luftdaten.info.

Installation

The module is available from the Python Package Index.

$ pip3 install luftdaten

On a Fedora-based system.

$ sudo dnf -y install python3-luftdaten

Usage

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

Development

For development is recommended to use a venv.

$ python3.6 -m venv .
$ source bin/activate
$ python3 setup.py develop

License

python-luftdaten is licensed under MIT, for more details check LICENSE.