You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Raphael Roberts 230a3a7eb4 Tested Event methods and fixed some bugs (python api only takes kwargs) 7 years ago
gapi Tested Event methods and fixed some bugs (python api only takes kwargs) 7 years ago
.gitignore fixed default options ('3' to 'v3') to reflect how they are, renamed to fix a name conflict. 7 years ago
LICENSE Initial commit 7 years ago
README.md Update 'README.md' 7 years ago
requirements.txt pulled master 7 years ago
test_drive.py Simply changed if pass to not equal 7 years ago

README.md

Google API Wrapper

Simple wrapper around the google-python rest api aiming to make interaction with google services easy and intuitive as possible.

Todo

  • Stop using oauth2client since it is deprecated
  • Completely test all drive functionality