| Index: third_party/gsutil/third_party/oauth2client/README.md
|
| diff --git a/third_party/gsutil/third_party/oauth2client/README.md b/third_party/gsutil/third_party/oauth2client/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cd7632894f33cf8e37d4138d72ed8c14a71f5808
|
| --- /dev/null
|
| +++ b/third_party/gsutil/third_party/oauth2client/README.md
|
| @@ -0,0 +1,28 @@
|
| +[](https://travis-ci.org/google/oauth2client)
|
| +
|
| +[](https://coveralls.io/r/google/oauth2client?branch=master)
|
| +
|
| +This is a client library for accessing resources protected by OAuth 2.0.
|
| +
|
| +[Full documentation](http://google.github.io/oauth2client/)
|
| +
|
| +Installation
|
| +============
|
| +
|
| +To install, simply say
|
| +
|
| + $ pip install --upgrade oauth2client
|
| +
|
| +Contributing
|
| +============
|
| +
|
| +Please see the
|
| +[contributing page](http://google.github.io/oauth2client/contributing.html)
|
| +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](http://google.github.io/oauth2client/#supported-python-versions).
|
|
|