Metadata-Version: 2.1
Name: pds.deeparchive
Version: 0.2.0
Summary: PDS Deep Archive software for generating OAIS AIPs and SIPs for PDS4 Archives.
Home-page: https://github.com/NASA-PDS/pds-deep-archive/
Author: Sean Kelly
Author-email: sean.kelly@jpl.nasa.gov
License: ALv2
Description: ****************************
         PDS Deep Archive Utilities
        ****************************
        
        Software for the Planetary Data System (PDS_) to generate Archive Information
        Package (AIP) and Submission Information Package (SIP) products, based upon Open
        Archival Information System (OAIS_) standards.
        
        
        Features
        ========
        
        • Provides an exectuble Python script ``pds-deep-archive``. Run ``pds-deep-archive --help`` for
          more details.
        • Provides an exectuble Python script ``aipgen``. Run ``aipgen --help`` for
          more details.
        • Provides an exectuble Python script ``sipgen``. Run ``sipgen --help`` for
          more details.
        
        
        Installation
        ============
        
        See the online documentation for Installation_ instructions
            
        You should then be able to run the deep archive utilities::
        
            (pds-deep-archive) bash> pds-deep-archive --help
            (pds-deep-archive) bash> aipgen --help
            (pds-deep-archive) bash> sipgen --help
        
        
        Build
        =====
        
        See the Development_Guide_ for more information.
        
        
        Documentation
        =============
        
        Installation and Usage information can be found in the documentation online at https://nasa-pds.github.io/pds-deep-archive/ or the latest version is maintained under the ``docs`` directory.
        
        
        
        Translations
        ============
        
        This product has not been translated into any other languages than US English.
        
        
        Contribute
        ==========
        
        • Issue Tracker: https://github.com/NASA-PDS/pds-deep-archive/issues
        • Source Code: https://github.com/NASA-PDS/pds-deep-archive
        • Wiki: https://github.com/NASA-PDS/pds-deep-archive/wiki
        
        
        Support
        =======
        
        If you are having issues file a bug report in Github: https://github.com/NASA-PDS/pds-deep-archive/issues
        
        Or you can reach us at https://pds.nasa.gov/?feedback=true
        
        
        License
        =======
        
        The project is licensed under the Apache License, version 2. See the
        LICENSE.txt file for details.
        
        
        .. _2020: https://pythonclock.org/
        .. _buildout: http://docs.buildout.org/en/latest/
        .. _OAIS: https://www2.archivists.org/groups/standards-committee/open-archival-information-system-oais
        .. _PDS: https://pds.nasa.gov/
        .. _virtualenv: https://docs.python.org/3/library/venv.html
        .. _lxml: https://lxml.de/
        .. _Installation: https://nasa-pds.github.io/pds-deep-archive/installation/
        .. _Development_Guide: https://nasa-pds.github.io/pds-deep-archive/development/
        
        
        
        .. Copyright © 2019–2020 California Institute of Technology ("Caltech").
           ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
        
        
        Changelog
        =========
        
        
        0.1.3 (released)
        ------------------
        
        • Stable release + bug fixes [kelly].
        
        
        0.0.0 (unreleased)
        ------------------
        
        • Initial unreleased release [kelly].
        
        
        .. Copyright © 2019–2020 California Institute of Technology ("Caltech").
           ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
        
Keywords: PDS CCSDS OAIS AIP SIP metadata submission archive package
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Provides-Extra: test
