Metadata-Version: 1.1
Name: gen3
Version: 1.0.1
Summary: The Gen3 SDK makes it easy to utilize functionality in Gen3 data commons. 
Home-page: https://gen3.org/
Author: Center for Translational Data Science
Author-email: support@datacommons.io
License: Apache 2.0
Description-Content-Type: text/markdown
Description: # Gen3 SDK for Python
        
        The Gen3 SDK for Python provides classes for handling the authentication flow using a refresh token and getting an access token from the commons. The access token is then refreshed as necessary while the refresh token remains valid. The submission client contains various functions for submitting, exporting, and deleting data from a Gen3 data commons.
        
        Docs for this SDK are available at [http://gen3sdk-python.rtfd.io/](http://gen3sdk-python.rtfd.io/)
        
        ## Auth
        
        This contains an auth wrapper for supporting JWT based authentication with `requests`. The access token is generated from the refresh token and is regenerated on expiration.
        
        ## IndexClient
        
        This is the client for interacting with the Indexd service for GUID brokering and resolution.
        
        ## SubmissionClient
        
        This is the client for interacting with the Gen3 submission service including GraphQL queries.
        
        
        
        # Changelog
        
        ## 0.1.0
        Initial release
        Functionality for IndexClient, and Submission client
        
        
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
