Metadata-Version: 2.1
Name: google-drive-client
Version: 0.1.1
Summary: Google Drive Client package
Home-page: https://github.com/turisesonia/google_drive_client
Author: Sam Yao
Author-email: turisesonia@gmail.com
License: UNKNOWN
Description: # Google Drive Client
        
        Package for [Google Drive API v3](https://developers.google.com/drive/api/v3/reference)
        
        ---
        
        ### Install
        
        ```
        pip install google-drive-client
        ```
        
        ### Usage
        
        ```python
        from google_drive_client import Client
        
        # Default use GOOGLE_APPLICATION_CREDENTIALS to get credential.json path
        
        client = Client(credential_path=credential_path)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
