Metadata-Version: 2.0
Name: pds4-tools
Version: 0.9
Summary: Package to read and display NASA PDS4 data
Home-page: http://sbndev.astro.umd.edu/wiki/Python_PDS4_Tools
Author: Lev Nagdimunov
Author-email: lnagdi1@astro.umd.edu
License: BSD
Keywords: pds4_viewer,pds4,pds
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Provides-Extra: viewer
Requires-Dist: matplotlib; extra == 'viewer'
Requires-Dist: Tkinter; extra == 'viewer'

.. image:: https://img.shields.io/travis/Small-Bodies-Node/pds4_tools/master.svg?label=Travis%20CI
    :target: https://travis-ci.org/Small-Bodies-Node/pds4_tools

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

.. image:: https://img.shields.io/pypi/l/pds4_tools.svg?colorB=98C611
    :target: https://pypi.python.org/pypi/pds4_tools

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

|

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.

User Manual is available at:
http://sbndev.astro.umd.edu/pds4_tools_docs/user_manual.html

Additional documentation is available online at:
http://sbndev.astro.umd.edu/wiki/Python_PDS4_Tools


