A collection of utility functions to create plots and do analysis.
If you don't want to install the package, you can simply download atompy.zip
from the latest release (see
Release Page) and unpack it into
your working directory.
Then you can import just as you import any other Python module.
If you use this method, you'll need to install the dependencies manually, which
are listed in requirements-atompy.txt.
After unpacking atompy_<release>.zip can install them with pip:
pip install -r requirements-atompy.txtThe documentation is available online at ReadTheDocs.
See documentation.