gdwrap

gdwrap is wrapper libs for Google Drive Rest API.


License
MIT
Install
pip install gdwrap==0.0.3

Documentation

gdwrap

This is a wrapper library for Google Drive REST API.

Usage

First, install gdwrap by pip.

pip install gdwrap

Second, import your script.

from gdwrap.Gdwrap import Gdwrap

And, Init in your script.

gd = Gdwrap(KEY_FILE, CREDENTIAL_FILE)

You can see usage sample code below.

./sample/*.py