Metadata-Version: 2.1
Name: gcandy
Version: 0.1.0
Summary: Python wrappers for Google REST APIs.
Home-page: https://github.com/Marco-Christiani/drive-candy
Author: Marco Christiani
Author-email: mchristiani2017@gmail.com
License: GPLv3
Description: # g-candy
        Python package wrappers for Google REST APIs
        ## drive-candy
        #### Wrapper for Google Drive v3 API.
        To set up, you have 2 authorization options:
        1. Using service account: 
        
           Create a service account and save the email address and private key and set as environment variables "ISS" and "KEY" or pass to drive constructor.
        2. Using your own account *not yet supported*
        
           Create oauth2 credentials from Google Console
        ```python
        from drivecandy import drive
        my_drive = drive.Drive()
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
