Metadata-Version: 1.1
Name: luftdaten
Version: 0.6.5
Summary: Python API for interacting with luftdaten.info.
Home-page: https://github.com/home-assistant-ecosystem/python-luftdaten
Author: Fabian Affolter
Author-email: fabian@affolter-engineering.ch
License: MIT
Download-URL: https://github.com/home-assistant-ecosystem/python-luftdaten/releases
Description: python-luftdaten
        ================
        
        Python client for interacting with `luftdaten.info <http://luftdaten.info/>`_.
        
        This module is not official, developed, supported or endorsed by luftdaten.info.
        
        Installation
        ------------
        
        The module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.
        
        .. 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 <https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&query=luftdaten>`_
        available. The lastest release is usually present in the ``unstable`` channel.
        
        .. code:: bash
        
            $nix-env -iA nixos.python39Packages.luftdaten
        
        Usage
        -----
        
        The file ``example.py`` contains an example about how to use this module.
        
        Development
        -----------
        
        For development is recommended to use a ``venv``.
        
        .. code:: bash
        
            $ python3 -m venv .
            $ source bin/activate
            $ python3 setup.py develop
        
        License
        -------
        
        ``python-luftdaten`` is licensed under MIT, for more details check LICENSE.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
