Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.4 KB

atmospy: air quality data visualization

Tests codecov Apache 2.0 licensed

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:

$ 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 with a reproducible example that clearly demonstrates the problem.