RETIRED, further work has moved to Debian project infrastructure
Go to file
Spyros Trigazis d94570eb39 Release v4.1.2 (#721)
Signed-off-by: Spyros Trigazis <strigazi@gmail.com>
2017-06-29 12:08:07 -07:00
.github Release v4.1.0 and deprecate the library (#714) 2017-05-10 16:11:19 -07:00
docs Fix ci (#712) 2017-05-09 12:54:17 -07:00
oauth2client Release v4.1.2 (#721) 2017-06-29 12:08:07 -07:00
samples Add Django Samples (#636) 2016-09-20 12:28:47 -07:00
scripts Fix system tests (#713) 2017-05-09 14:46:47 -07:00
tests Fix system tests (#713) 2017-05-09 14:46:47 -07:00
.coveragerc Add branch coverage (#615) 2016-08-11 09:25:09 -07:00
.gitignore Migrate test runner to py.test 2016-08-09 14:15:13 -07:00
.travis.yml Fix ci (#712) 2017-05-09 12:54:17 -07:00
CHANGELOG.md Release v4.1.2 (#721) 2017-06-29 12:08:07 -07:00
CONTRIBUTING.md Drop Python 3.3 support 2016-08-10 10:40:08 -07:00
CONTRIBUTORS.md Remove __author__ lines, add contributors.md 2016-08-15 10:26:34 -07:00
LICENSE Include expanded version of Apache 2.0 license. (#663) 2016-10-14 10:44:47 -07:00
MANIFEST.in Exclude test in find_packages (#720) 2017-06-29 09:52:05 -07:00
Makefile Minor cleanups: 2015-01-06 01:32:28 -08:00
README.md Release v4.1.0 and deprecate the library (#714) 2017-05-10 16:11:19 -07:00
setup.cfg Release as a universal wheel (#665) 2016-10-14 10:08:31 -07:00
setup.py Exclude test in find_packages (#720) 2017-06-29 09:52:05 -07:00
tox.ini Fix system tests (#713) 2017-05-09 14:46:47 -07:00

README.md

Build Status Coverage Status Documentation Status

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

Note: oauth2client is now deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use google-auth and oauthlib.

Installation

To install, simply run the following command in your terminal:

$ 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.7 and 3.4+. More information in the docs.