Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: client/third_party/googleapiclient/README.md

Issue 1768993002: Update oauth2client to v2.0.1 and googleapiclient to v1.5.0. Base URL: git@github.com:luci/luci-py.git@master
Patch Set: . Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # About
2 This is the Python client library for Google's discovery based APIs. To get star ted, please see the [full documentation for this library](http://google.github.i o/google-api-python-client). Additionally, [dynamically generated documentation] (http://api-python-client-doc.appspot.com/) is available for all of the APIs sup ported by this library.
3
4
5 # Installation
6 To install, simply use `pip` or `easy_install`:
7
8 ```bash
9 $ pip install --upgrade google-api-python-client
10 ```
11 or
12 ```bash
13 $ easy_install --upgrade google-api-python-client
14 ```
15
16 See the [Developers Guide](https://developers.google.com/api-client-library/pyth on/start/get_started) for more detailed instructions and additional documentatio n.
17
18 # Python Version
19 Python 2.6 or 2.7 are fully supported.
20
21 Python 3.3+ is also now supported! However, this library has not yet been used
22 as thoroughly with Python 3, so we'd recommend testing before deploying with
23 Python 3 in production.
24
25 # Third Party Libraries and Dependencies
26 The following libraries will be installed when you install the client library:
27 * [httplib2](https://github.com/jcgregorio/httplib2)
28 * [uri-templates](https://github.com/uri-templates/uritemplate-py)
29
30 For development you will also need the following libraries:
31 * [WebTest](http://pythonpaste.org/webtest/)
32 * [pycrypto](https://pypi.python.org/pypi/pycrypto)
33 * [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
34
35 # Contributing
36 Please see the [contributing page](http://google.github.io/google-api-python-cli ent/contributing.html) for more information. In particular, we love pull request s - but please make sure to sign the contributor license agreement.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698