This is a wrapper library for Google Sheets API.
First, install gswrap by pip.
$ pip install gdwrap
Second, import
your script.
from gswrap.Gswrap import Gswrap
And, Init in your script.
gd = Gswrap(KEY_FILE, CREDENTIAL_FILE)
You can see usage sample code below.
./sample/*.py