Metadata-Version: 2.4
Name: psi-io
Version: 2.0.3
Summary: Readers and writers for HDF data used by Predictive Science Inc.
Author: Ronald M. Caplan, Ryder Davidson, Cooper Downs
Author-email: "Predictive Science Inc." <webmaster@predsci.com>
License: Apache-2.0
Project-URL: homepage, https://predsci.com/
Project-URL: documentation, https://predsci.com/doc/psi-io
Project-URL: repository, https://github.com/predsci/psi-io
Keywords: solar physics,space physics,heliophysics,magnetohydrodynamic,science,mas,predsci,psi,modeling,fortran
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Typing :: Typed
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: h5py
Requires-Dist: numpy
Provides-Extra: hdf4
Requires-Dist: pyhdf>=0.11.6; extra == "hdf4"
Provides-Extra: interp
Requires-Dist: scipy; extra == "interp"
Provides-Extra: data
Requires-Dist: pooch==1.8.2; extra == "data"
Requires-Dist: matplotlib==3.10.7; extra == "data"
Requires-Dist: scipy; extra == "data"
Provides-Extra: build
Requires-Dist: python-build; extra == "build"
Requires-Dist: packaging; extra == "build"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-benchmark; extra == "test"
Provides-Extra: types
Requires-Dist: mypy>=1.15; extra == "types"
Provides-Extra: lint
Requires-Dist: ruff>=0.11.7; extra == "lint"
Provides-Extra: docs
Requires-Dist: sphinx==8.2.3; extra == "docs"
Requires-Dist: sphinx-book-theme==1.1.4; extra == "docs"
Requires-Dist: sphinx-gallery==0.19.0; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "docs"
Requires-Dist: numpydoc==1.9.0; extra == "docs"
Requires-Dist: pooch==1.8.2; extra == "docs"
Requires-Dist: matplotlib==3.10.7; extra == "docs"
Requires-Dist: scipy; extra == "docs"
Requires-Dist: pthree==1.0.1; extra == "docs"
Provides-Extra: dev
Requires-Dist: nox>=2025.11.12; extra == "dev"
Provides-Extra: all
Requires-Dist: psi-io[build,data,dev,docs,hdf4,interp,lint,test,types]; extra == "all"
Dynamic: license-file

.. |psi| image:: https://predsci.com/doc/assets/static/psi_logo.png
   :target: https://predsci.com
   :alt: Predictive Science Inc.
   :width: 20px

.. |pypi| image:: https://img.shields.io/pypi/v/psi-io?logo=pypi&logoColor=white
   :target: https://pypi.org/project/psi-io
   :alt: PyPI

.. |license| image:: https://img.shields.io/pypi/l/psi-io?logo=apache&logoColor=white
   :target: https://opensource.org/license/apache-2-0/
   :alt: License

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/psi-io.svg?logo=python&label=python&logoColor=white
   :target: https://pypi.org/project/psi-io
   :alt: Python Versions

.. |deps| image:: https://img.shields.io/librariesio/github/predsci/psi-io?logo=Libraries.io&logoColor=white
   :target: https://github.com/predsci/psi-io/blob/main/pyproject.toml
   :alt: Libraries.io

.. |publish| image:: https://github.com/predsci/psi-io/actions/workflows/publish.yml/badge.svg?
   :target: https://github.com/predsci/psi-io/actions/workflows/publish.yml
   :alt: Publish workflow

.. |docs| image:: https://github.com/predsci/psi-io/actions/workflows/docs.yml/badge.svg?
   :target: https://predsci.com/doc/psi-io
   :alt: Docs workflow

|pypi|
|license|
|pyversions|
|deps|
|publish|
|docs|

|psi| **psi-io** | *PSI's HDF Readers & Writers*
--------------------------------------------------------------------

**psi-io** is a Python package developed by `Predictive Science Inc. <https://www.predsci.com>`_ for
interacting with the PSI HDF data ecosystem. It provides a unified interface for reading and writing
HDF4 and HDF5 files, as well as tools for reading portions of datasets and interpolating data to
arbitrary positions.

To get started with **psi-io**, visit the
`User Guide <https://predsci.com/doc/psi-io/guide/>`_ for installation instructions,
an overview of features, and development/contribution guidelines; a gallery of
`examples <https://predsci.com/doc/psi-io/gallery/>`_ is also available, showcasing
various use cases and functionalities of the package. Please direct any questions or
issues to the `issue tracker <https://github.com/predsci/psi-io/issues>`_,
or `contact <https://www.predsci.com/portal/contact.php>`_ Predictive Science Inc. directly.

----

`Predictive Science Inc. <https://predsci.com>`_ |
`Repository <https://github.com/predsci/psi-io>`_ |
`Documentation <https://predsci.com/doc/psi-io>`_ |
`Distribution <https://pypi.org/project/psi-io>`_

