Metadata-Version: 2.1
Name: psipy
Version: 0.4.0
Summary: Tools for working with PSI MHD models.
Home-page: https://psipy.readthedocs.io/en/latest/
Author: David Stansby
Author-email: dstansby@protonmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE
Requires-Dist: astropy (>=3.2)
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pooch
Requires-Dist: pyhdf
Requires-Dist: scipy
Requires-Dist: xarray (>=0.18)
Provides-Extra: docs
Requires-Dist: heliopy[data,spice] (<1) ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-automodapi ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: pyvista ; extra == 'docs'
Requires-Dist: streamtracer (>=1.2) ; extra == 'docs'
Provides-Extra: pyvista
Requires-Dist: pyvista ; extra == 'pyvista'
Provides-Extra: streamlines
Requires-Dist: streamtracer (>=1.2) ; extra == 'streamlines'
Provides-Extra: tests
Requires-Dist: parfive ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cases ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: streamtracer (>=1.2) ; extra == 'tests'

psipy
=====

Tools for reading, processing, and visualising MHD models run by Predictive Science
Inc.

|docs| |build-status| |coverage|

.. |build-status| image:: https://github.com/predsci/PsiPy/workflows/Automated%20tests/badge.svg
    :alt: build status

.. |docs| image:: https://readthedocs.org/projects/psipy/badge/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: https://psipy.readthedocs.io/en/latest/

.. |coverage| image:: https://codecov.io/gh/predsci/PsiPy/branch/main/graph/badge.svg?token=X76FIVNXP6
    :alt: Test coverage
    :scale: 100%
    :target: https://codecov.io/gh/predsci/PsiPy
