xref: /aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/README.md (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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)](http://oauth2client.readthedocs.org/)
4
5This is a client library for accessing resources protected by OAuth 2.0.
6
7Installation
8============
9
10To install, simply say
11
12```bash
13$ pip install --upgrade oauth2client
14```
15
16Contributing
17============
18
19Please see the [CONTRIBUTING page][1] for more information. In particular, we
20love pull requests -- but please make sure to sign the contributor license
21agreement.
22
23Supported Python Versions
24=========================
25
26We 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]: http://oauth2client.readthedocs.org/#supported-python-versions
30