Metadata-Version: 2.2
Name: pds4_tools
Version: 1.4
Summary: Package to read and display NASA PDS4 data
Home-page: https://pdssbn.astro.umd.edu/tools/pds4_tools_info/python_pds4_tools.html
Author: Lev Nagdimunov
Author-email: lnagdi1@astro.umd.edu
License: BSD
Project-URL: Documentation, https://pdssbn.astro.umd.edu/tools/pds4_tools_docs/1.4/
Project-URL: Source Code, https://github.com/Small-Bodies-Node/pds4_tools
Project-URL: Bug Tracker, https://github.com/Small-Bodies-Node/pds4_tools/issues
Keywords: pds4_viewer,pds4,pds
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/x-rst
License-File: LICENSES
Requires-Dist: numpy
Provides-Extra: viewer
Requires-Dist: matplotlib; extra == "viewer"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

.. image:: https://img.shields.io/github/actions/workflow/status/Small-Bodies-Node/pds4_tools/all.yml?branch=master&label=Github%20Actions
    :target: https://github.com/Small-Bodies-Node/pds4_tools/actions/workflows/all.yml
    :alt: PDS4 Tools GitHub Actions CI Status

.. image:: https://img.shields.io/appveyor/ci/LevN0/pds4-tools/master.svg?label=AppVeyor
    :target: https://ci.appveyor.com/project/LevN0/pds4-tools
    :alt: PDS4 Tools AppVeyor CI Status

.. image:: https://img.shields.io/pypi/l/pds4_tools.svg?colorB=98C611
    :target: https://raw.githubusercontent.com/Small-Bodies-Node/pds4_tools/master/LICENSES
    :alt: PDS4 Tools License

.. image:: https://img.shields.io/pypi/v/pds4_tools.svg?label=PyPi%20Package
    :target: https://pypi.python.org/pypi/pds4_tools
    :alt: PDS4 Tools PyPi Version

|

PDS4 Tools is a package intended to allow easy read-in of NASA
PDS4 data and meta-data into Python. Included in the package are
a read-in API and a cross-OS GUI to visualize the products.

All common PDS4 data products are supported.

This package is developed by the PDS Small Bodies Node.

* `Usage Documentation <https://pdssbn.astro.umd.edu/tools/pds4_tools_docs/current/>`_
* `Other Documentation <https://pdssbn.astro.umd.edu/tools/pds4_tools_info/python_pds4_tools.html>`_
