Metadata-Version: 2.1
Name: airnowpy
Version: 0.1.1
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 :: 2 - Pre-Alpha
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: pytz
Requires-Dist: requests

[![Build Status](https://dev.azure.com/jnsnkrl/airnowpy/_apis/build/status/jnsnkrllive.airnowpy?branchName=master)](https://dev.azure.com/jnsnkrl/airnowpy/_build/latest?definitionId=2&branchName=master)

# 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)


