Metadata-Version: 2.1
Name: dcp-client
Version: 1.0
Summary: Client to authorize requests against the gen3 DCP
Home-page: https://github.com/david4096/dcp
Author: David Steinberg
Author-email: david@resium.com
License: Apache License 2.0
Description: # dcp-client
        
        Make it easier to interact with gen3 dcp services.
        
        ```
        pip install dcp-client
        python
        $ from dcp.client import Client
        $ c = Client()
        $ response = c.get(c.indexd_path)
        ```
        
        Its behavior is meant to be similar to the `requests` module.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
