Metadata-Version: 1.1
Name: sheepdog-exporter
Version: 0.2.0
Summary: Export metadata from the DCP Sheepdog API.
Home-page: https://github.com/david4096/sheepdog-exporter
Author: David Steinberg
Author-email: davidcs@ucsc.edu
License: Apache License 2.0
Description: sheepdog-exporter
        =================
        
        Export metadata from the DCP.
        
        ::
        
            sheepdog-exporter program project
        
            sheepdog-exporter program project --dcp-url my-url --credentials path/to/credentials --output-path /path/to/write/output
        
        This will write a ``.json`` file with the corresponding metadata with a
        filename corresponding to the program and project.
        ``program-project.json``.
        
        Development
        -----------
        
        -  A simple test demonstrate usage of the exporter class in ``test``.
        
        Issues
        ------
        
        -  JSON data is created by translating from TSV to work around a
           sheepdog issue.
        -  Provenance to the original JSON schemas are lost.
        -  Some functions in the exporter are unused.
        
Keywords: genomics,metadata,NIHDataCommons
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
