This is a python library for accessing resources protected by OAuth 2.0.
  • Python 99.4%
  • Shell 0.3%
  • Makefile 0.3%
Find a file
2014-12-15 07:49:13 -08:00
oauth2client Version 1.4.4. 2014-12-15 07:49:13 -08:00
samples Pull device flow state out of the Flow object. 2014-08-15 01:27:59 -07:00
tests Fix an encoding issue, add a test. 2014-12-14 15:38:45 -08:00
.coveragerc First pass at coveralls integration. 2014-12-12 18:00:16 -08:00
.gitignore First pass at coveralls integration. 2014-12-12 18:00:16 -08:00
.hgignore Adding Python DFA Reporting API Samples. 2013-11-18 11:16:33 -05:00
.travis.yml First pass at coveralls integration. 2014-12-12 18:00:16 -08:00
CHANGELOG Version 1.4.4. 2014-12-15 07:49:13 -08:00
doc-build Updating makefile and gitignore for building docs. 2014-12-05 09:57:23 -08:00
expandsymlinks.py One more copyright update. 2014-09-23 11:27:47 -07:00
LICENSE Update one copyright line. 2014-10-10 07:49:44 -07:00
Makefile Updating makefile and gitignore for building docs. 2014-12-05 09:57:23 -08:00
MANIFEST.in Fix filename in MANIFEST. 2014-06-25 15:56:55 -07:00
README.md Add coverage badge to README. 2014-12-12 18:12:38 -08:00
setup.py Set a minimum version requirement for six. 2014-11-25 00:09:44 -08:00
tox.ini First pass at coveralls integration. 2014-12-12 18:00:16 -08:00

Build Status

Coverage 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.