a687e966c3788e54e00dea6904fccd46e138aa94
Previously, when confirming OpenSSL is installed, we checked that the module was installed, and verified that `crypto.py` was contained in the package directory. However, this can cause issues in cases of non-standard installs. In addition, the `imp.find_module` call already raises an `ImportError` in the case that the module is missing, so this second check isn't needed. Instead, we just drop the explicit check for `crypto.py` in the `OpenSSL` directory.
This is a client library for accessing resources protected by OAuth 2.0.
Installation
To install, simply say
$ pip install --upgrade oauth2client
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.
Supported Python Versions
We support Python 2.6, 2.7, 3.3+. More information in the docs.
Description
Languages
Python
99.3%
Shell
0.7%