Files
deb-python-oauth2client/README.md
Adam Chainz c4e17ec922 Convert readthedocs link for their .org -> .io migration for hosted projects (#514)
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-08 12:36:54 -07:00

30 lines
1.1 KiB
Markdown

[![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client)
[![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=github)](https://coveralls.io/github/google/oauth2client?branch=master)
[![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](https://oauth2client.readthedocs.io/)
This is a client library for accessing resources protected by OAuth 2.0.
Installation
============
To install, simply run the following command in your terminal:
```bash
$ pip install --upgrade oauth2client
```
Contributing
============
Please see the [CONTRIBUTING page][1] 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][2].
[1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md
[2]: https://oauth2client.readthedocs.io/#supported-python-versions