commit | ae83efbc73679119acae6ec8505e193811b778b6 | [log] [tgz] |
---|---|---|
author | Craig Citro <craigcitro@google.com> | Fri Jun 06 09:45:57 2014 -0700 |
committer | Craig Citro <craigcitro@google.com> | Fri Jun 06 09:50:45 2014 -0700 |
tree | ced73ab97f3b1523d2413fe0db0de1f8fc85908d | |
parent | 44783cab650c5ee6bcc13cd8c91741314647a25f [diff] |
Check credentials types before using them. We previously used methods from oauth2client.client.GoogleCredentials on an object that might only be an instance of oauth2client.client.Credentials.
This is python client library for Google's discovery based APIs.
To install, simply use pip
or easy_install
:
$ pip install --upgrade google-api-python-client
or
$ easy_install --upgrade google-api-python-client
See the Developers Guide for more detailed instructions and documentation.
These libraries will be installed when you install the client library:
Depending on your version of Python, these libraries may also be installed:
For development you will also need:
Please see the contributing page for more information. In particular, we love pull requests -- but please make sure to sign the contributor license agreement.