Go to file
Danny Hermes a39aa25091 Making tweaks to allow project to build on readthedocs.org.
In particular

- Adding a requirements.txt file to aid in installing docs-only
  dependencies (this is a feature of readthedocs, see
  https://docs.readthedocs.org/en/latest/builds.html)
- Updating comment before `import django` in docs/conf.py. Without
  the setup that or tox `docs` env provides or the dependencies
  in docs/requirements.txt, sphinx-build will fail due to missing
  `django`
- Adding a section to docs/conf.py which downloads the
  App Engine SDK and adds it to the import path
- Adding base (non-docs) dir so sources get added when generating
  HTML (e.g. sys.path.append('..') within docs/ dir)
- Using package distribution for docs version instead of manually
  importing oauth2client in docs/conf.py.
2015-08-07 10:12:42 -07:00
2015-07-30 15:52:32 -07:00
2015-07-10 18:37:35 +02:00
2015-08-05 15:02:06 -07:00
2015-07-08 12:58:17 -07:00
2014-10-10 07:49:44 -07:00
2015-01-06 01:32:28 -08:00
2014-06-25 15:56:55 -07:00
2015-07-30 15:52:32 -07: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

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
RETIRED, further work has moved to Debian project infrastructure
Readme 9.7 MiB
Languages
Python 99.3%
Shell 0.7%