Home | History | Annotate | only in /external/python/oauth2client
Up to higher level directory
NameDateSize
.coveragerc22-Oct-2020340
.travis.yml22-Oct-2020944
CHANGELOG.md22-Oct-202016.5K
CONTRIBUTING.md22-Oct-20208.4K
docs/22-Oct-2020
LICENSE22-Oct-2020746
Makefile22-Oct-202037
MANIFEST.in22-Oct-202044
METADATA22-Oct-2020361
MODULE_LICENSE_APACHE222-Oct-20200
NOTICE22-Oct-2020746
oauth2client/22-Oct-2020
OWNERS22-Oct-2020207
README.md22-Oct-20201.1K
samples/22-Oct-2020
scripts/22-Oct-2020
setup.py22-Oct-20202.2K
tests/22-Oct-2020
tox.ini22-Oct-20204.4K

README.md

      1 [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client)
      2 [![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=github)](https://coveralls.io/github/google/oauth2client?branch=master)
      3 [![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](https://oauth2client.readthedocs.io/)
      4 
      5 This is a client library for accessing resources protected by OAuth 2.0.
      6 
      7 Installation
      8 ============
      9 
     10 To install, simply run the following command in your terminal:
     11 
     12 ```bash
     13 $ pip install --upgrade oauth2client
     14 ```
     15 
     16 Contributing
     17 ============
     18 
     19 Please see the [CONTRIBUTING page][1] for more information. In particular, we
     20 love pull requests -- but please make sure to sign the contributor license
     21 agreement.
     22 
     23 Supported Python Versions
     24 =========================
     25 
     26 We support Python 2.6, 2.7, 3.3+. More information [in the docs][2].
     27 
     28 [1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md
     29 [2]: https://oauth2client.readthedocs.io/#supported-python-versions
     30