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

Side by Side Diff: third_party/google_api_python_client/README.md

Issue 963953003: OAuth2 support in depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: restore git_cl Created 5 years, 8 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 | Annotate | Revision Log
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 is required. Python 3.x is not yet supported.
20
21 # Third Party Libraries and Dependencies
22 The following libraries will be installed when you install the client library:
23 * [httplib2](https://github.com/jcgregorio/httplib2)
24 * [uri-templates](https://github.com/uri-templates/uritemplate-py)
25
26 For development you will also need the following libraries:
27 * [WebTest](http://pythonpaste.org/webtest/)
28 * [pycrypto](https://pypi.python.org/pypi/pycrypto)
29 * [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
30
31 # Contributing
32 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
« no previous file with comments | « third_party/google_api_python_client/README.chromium ('k') | third_party/google_api_python_client/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698