Metadata-Version: 2.1
Name: hpsspy
Version: 0.6.1
Summary: Package for interacting with HPSS.
Home-page: http://github.com/weaverba137/hpsspy
Author: Benjamin Alan Weaver
Author-email: benjamin.weaver@noirlab.edu
License: BSD 3-Clause License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Archiving
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: pytz
Provides-Extra: doc
Requires-Dist: Sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest-cov ; extra == 'test'

======
HPSSPy
======

|License| |PyPI| |Downloads| |Actions Status| |Coveralls Status| |Documentation Status|

.. |License| image:: https://img.shields.io/pypi/l/hpsspy.svg
    :target: https://pypi.python.org/pypi/hpsspy
    :alt: License

.. |PyPI| image:: https://img.shields.io/pypi/v/hpsspy.svg
    :target: https://pypi.python.org/pypi/hpsspy
    :alt: PyPI Badge

.. |Downloads| image:: https://img.shields.io/pypi/dm/hpsspy.svg
    :target: https://pypi.python.org/pypi/hpsspy
    :alt: PyPI Downloads

.. |Actions Status| image:: https://github.com/weaverba137/hpsspy/workflows/CI/badge.svg
    :target: https://github.com/weaverba137/hpsspy/actions
    :alt: GitHub Actions CI Status

.. |Coveralls Status| image:: https://coveralls.io/repos/github/weaverba137/hpsspy/badge.svg
    :target: https://coveralls.io/github/weaverba137/hpsspy
    :alt: Test Coverage Status

.. |Documentation Status| image:: https://readthedocs.org/projects/hpsspy/badge/
    :target: https://hpsspy.readthedocs.io/en/latest/
    :alt: Documentation Status

Overview
--------

HPSSPy is a Python_ package for interacting with the HPSS_ tape storage
system at NERSC_.  It is currently being developed on GitHub_.

.. _Python: https://www.python.org
.. _HPSS: https://www.nersc.gov/systems/hpss-data-archive/
.. _NERSC: https://www.nersc.gov
.. _GitHub: https://github.com/weaverba137/hpsspy

Requirements
------------

HPSSPy assumes that the HPSS utilities `hsi and htar`_ are installed.  You may
need a NERSC account to download and install these utilities.

.. _`hsi and htar`: https://www.nersc.gov/users/data-and-file-systems/hpss/storing-and-retrieving-data/software-downloads/

License
-------

HPSSPy is free software licensed under a 3-clause BSD-style license. For details see
the ``LICENSE.rst`` file.
