Metadata-Version: 2.1
Name: atmospy
Version: 0.1.0a5
Summary: Data analysis and visualization for air quality data.
Home-page: https://github.com/dhhagan/atmospy/
License: Apache-2.0
Author: David H Hagan
Author-email: david.hagan@quant-aq.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.4,!=3.6.1)
Requires-Dist: numpy (>=1.20,!=1.24.0)
Requires-Dist: pandas (>=1.2)
Requires-Dist: scipy (>=1.7)
Requires-Dist: seaborn (>=0.12)
Project-URL: Bug Tracker, https://github.com/quant-aq/atmospy/issues
Project-URL: Documentation, https://dhhagan.github.io/atmospy/
Project-URL: Repository, https://github.com/dhhagan/atmospy/
Description-Content-Type: text/markdown

# atmospy: air quality data visualization


<!-- [![PyPI version](https://badge.fury.io/py/quantaq-cli.svg)](https://badge.fury.io/py/atmospy) -->
<!-- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/atmospy)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/quant-aq/atmospy/blob/master/LICENSE) -->
[![Tests](https://github.com/dhhagan/atmospy/actions/workflows/tests.yml/badge.svg)](https://github.com/dhhagan/atmospy/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/dhhagan/atmospy/branch/main/graph/badge.svg)](https://codecov.io/gh/dhhagan/atmospy)
![Apache 2.0 licensed](https://img.shields.io/github/license/dhhagan/atmospy)


`atmospy` is a Python visualization library based on matplotlib and seaborn. 

## Documentation

Coming soon.

## Dependencies

### Supported Python versions

`atmospy` supports Python 3.8+.

### Mandatory dependencies

  * numpy
  * pandas
  * seaborn
  * matplotlib
  * scipy

## Installation

The latest stable release can by installed by installing directly from Github:

```sh
$ pip install git+https://github.com/dhhagan/atmospy.git
```

## Testing

## Development

`atmospy` development takes place on GitHub: https://github.com/dhhagan/atmospy

Please submit bugs that you encounter to the [issue tracker](https://github.com/dhhagan/atmospy/issues) with a reproducible example that clearly demonstrates the problem.
