Skip to content
/ gswrap Public

This is a wrapper library for Google Sheet REST API

License

Notifications You must be signed in to change notification settings

nabeen/gswrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gswrap

This is a wrapper library for Google Sheets API.

Usage

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

About

This is a wrapper library for Google Sheet REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages