Metadata-Version: 2.4
Name: airly
Version: 1.1.0
Summary: Python wrapper for getting air quality data from Airly sensors.
Home-page: https://github.com/ak-ambi/python-airly
Author: Paweł Stankowski
Author-email: ak_ambi@op.pl
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
License-File: LICENSE
Requires-Dist: aiohttp>=3.5.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

===============================
airly
===============================

Python wrapper for getting air quality data from Airly sensors.

Samples
-------

Examples of how to use the library are under `samples` directory.
To run them, you need to create `samples\\.api_key` file, and fill it with
your Airly API Key.

Unit tests are also valuable source of information, so check them in case of any doubts.
