Metadata-Version: 2.4
Name: psi-data-utils
Version: 0.0.2
Summary: Sample data fetching and management utilities for Predictive Science Inc.
Author: Ryder Davidson
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-data-utils
Project-URL: repository, https://github.com/predsci/psi-data-utils
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
Requires-Dist: pooch[progress]
Requires-Dist: importlib_resources>=1.3; python_version < "3.9"
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"
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-copybutton==0.5.2; extra == "docs"
Requires-Dist: numpydoc==1.9.0; 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-data-utils[build,dev,docs,lint,test,types]; extra == "all"
Dynamic: license-file

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

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

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

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

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

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

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

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

|psi| **psi-data-utils** | *PSI's Sample Data Utilities*
--------------------------------------------------------------------

**psi-data-utils** is a Python package developed by `Predictive Science Inc. <https://www.predsci.com>`_ for
fetching sample PSI datasets *viz.* for use in documentation and tutorial build pipelines. This package
is intended to be a lightweight utility for downloading and caching PSI data products, and it is not meant
to be a general-purpose data access library.

To get started with **psi-data-utils**, visit the
`User Guide <https://predsci.com/doc/psi-data-utils/guide/>`_ for installation instructions,
an overview of features, and development/contribution guidelines. Please direct any questions or
issues to the `issue tracker <https://github.com/predsci/psi-data-utils/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-data-utils>`_ |
`Documentation <https://predsci.com/doc/psi-data-utils>`_ |
`Distribution <https://pypi.org/project/psi-data-utils>`_

