Metadata-Version: 2.1
Name: airnowpy
Version: 2.0.0
Summary: Python Library for the AirNow API
Home-page: https://github.com/jnsnkrllive/airnowpy
Author: Karl Jansen
Author-email: jnsnkrl@live.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Requires-Dist: requests

[![PyPi][pypi-image]][pypi-url]
[![Build][azure-pipeline-image]][azure-pipeline-url]
[![Downloads][downloads-image]][downloads-url]

[azure-pipeline-image]: https://dev.azure.com/jnsnkrl/airnowpy/_apis/build/status/jnsnkrllive.airnowpy?branchName=master
[azure-pipeline-url]: https://dev.azure.com/jnsnkrl/airnowpy/_build/latest?definitionId=2&branchName=master
[downloads-image]: https://pepy.tech/badge/airnowpy
[downloads-url]: https://pepy.tech/project/airnowpy
[pypi-image]: https://badge.fury.io/py/airnowpy.svg
[pypi-url]: https://badge.fury.io/py/airnowpy

# AirNowPy

A Python library to facilitate interactions with the [AirNow API](https://docs.airnowapi.org/) web service.

## Quick Start

In order to use this library an API key is required. Get one [here](https://docs.airnowapi.org/account/request/).

## License

[MIT License](https://github.com/jnsnkrllive/airnowpy/blob/master/LICENSE)


