Go to file
Craig Citro 486ee8139f Fix an issue with non-dict values in flow exchange.
The OAuth2 for Devices implementation picked up an incidental change that
failed to treat dicts and dict-like objects the same way. This is particularly
painful in environments like App Engine, where `self.request.params` is a
common dict-like value to pass in.

This restores the previous behavior, and adds a test.
2014-10-31 12:49:25 -07:00
2014-10-27 10:12:30 -07:00
2014-06-24 12:30:04 -07:00
2014-05-05 13:11:57 -07:00
2014-10-27 10:12:30 -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-27 13:49:29 -07: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%