Skip to content

dhhagan/atmospy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atmospy: air quality data visualization

PyPI version PyPI - Python Version Tests codecov Apache 2.0 licensed

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

Documentation

Documentation for atmospy can be found here.

Dependencies

Supported Python versions

atmospy supports Python 3.8 through Python 3.11.

Mandatory dependencies

  • numpy
  • pandas
  • seaborn
  • matplotlib
  • scipy

Installation

The latest release can be installed directly from PyPi:

$ pip install atmospy

You can also install pre-releases from GitHub:

$ pip install atmospy --pre

If you would like to install from a specific branch or release, you can do so directly from GitHub:

$ pip install git+https://github.com/dhhagan/atmospy.git@<tag-or-version>

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.