dea810db415c6772d645b1c152246e1c1edad236
Fixes #85. Whatever issue was causing the slowdown was related to the Py3k string/unicode issues. I'd guess it was in the crypto paths where an expensive computation was being done for no reason. Running them without network (to make sure mocks are correct): - `py26openssl13` - Ran 152 tests in 6.163s - `py26openssl14` - Ran 152 tests in 6.878s - `py27openssl13` - Ran 152 tests in 4.657s - `py27openssl14` - Ran 152 tests in 5.651s - `py33openssl14` - Ran 152 tests in 6.685s - `py34openssl14` - Ran 152 tests in 6.373s - `pypyopenssl13` - Ran 152 tests in 4.932s - `pypyopenssl14` - Ran 152 tests in 5.699s
This is a client library for accessing resources protected by OAuth 2.0.
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
Languages
Python
99.3%
Shell
0.7%