Metadata-Version: 2.4
Name: airnowpy
Version: 2.3.2
Summary: Python Library for the AirNow API
Home-page: https://github.com/karjanme/airnowpy
Author: Karl Jansen
Author-email: jnsnkrl@live.com
License: MIT
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
License-File: LICENSE
Requires-Dist: pytz
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

[codecov-image]: https://codecov.io/gh/karjanme/airnowpy/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/karjanme/airnowpy
[downloads-image]:https://static.pepy.tech/badge/airnowpy
[downloads-url]: https://pepy.tech/project/airnowpy
[github-actions-image]: https://github.com/karjanme/airnowpy/actions/workflows/main.yml/badge.svg?branch=main
[github-actions-url]: https://github.com/karjanme/airnowpy/actions?query=workflow%3A%22Main+Workflow%22+branch%3Amain
[pypi-image]: https://badge.fury.io/py/airnowpy.svg
[pypi-url]: https://badge.fury.io/py/airnowpy

[![PyPi][pypi-image]][pypi-url]
[![GitHub Actions][github-actions-image]][github-actions-url]
[![Downloads][downloads-image]][downloads-url]
[![Code Coverage][codecov-image]][codecov-url]

# 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/karjanme/airnowpy/blob/main/LICENSE)
