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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/google_api_python_client/README.md
diff --git a/third_party/google_api_python_client/README.md b/third_party/google_api_python_client/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c22221c07234268e76d79368ee09106f2ea6f1ad
--- /dev/null
+++ b/third_party/google_api_python_client/README.md
@@ -0,0 +1,32 @@
+# About
+This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](http://google.github.io/google-api-python-client). Additionally, [dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all of the APIs supported by this library.
+
+
+# Installation
+To install, simply use `pip` or `easy_install`:
+
+```bash
+$ pip install --upgrade google-api-python-client
+```
+or
+```bash
+$ easy_install --upgrade google-api-python-client
+```
+
+See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
+
+# Python Version
+Python 2.6 or 2.7 is required. Python 3.x is not yet supported.
+
+# Third Party Libraries and Dependencies
+The following libraries will be installed when you install the client library:
+* [httplib2](https://github.com/jcgregorio/httplib2)
+* [uri-templates](https://github.com/uri-templates/uritemplate-py)
+
+For development you will also need the following libraries:
+* [WebTest](http://pythonpaste.org/webtest/)
+* [pycrypto](https://pypi.python.org/pypi/pycrypto)
+* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
+
+# Contributing
+Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.
« 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