Go to file
Craig Citro 1a87077dbc Better error handling in Credentials.from_json.
I dropped an over-broad `except` by only catching errors that
`datetime.datetime.strptime` would throw -- forgetting that it might error
differently if one of its arguments were an unexpected type.

Fix and add a test.
2014-10-27 10:01:37 -07:00
2014-09-29 15:22:23 -07:00
2014-06-24 12:30:04 -07:00
2014-05-05 13:11:57 -07:00
2014-09-29 15:50:24 -07:00
2014-09-23 11:27:47 -07:00
2014-10-10 07:49:44 -07:00
2014-06-25 15:56:55 -07:00
2014-10-10 18:59:26 +09:00
2014-09-29 15:22:23 -07:00
2014-08-11 10:57:32 +09:00

Build Status

This is a client library for accessing resources protected by OAuth 2.0.

Full documentation

Installation

To install, simply say

$ pip install --upgrade oauth2client

Third Party Libraries

These libraries will be installed when you install the client library:

Contributing

Please see the contributing page for more information. In particular, we love pull requests -- but please make sure to sign the contributor license agreement.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 9.7 MiB
Languages
Python 99.3%
Shell 0.7%