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-endpoints/google_endpoints-2.0.0-py2.7.egg-info/PKG-INFO

Issue 2666783008: Add google-endpoints to third_party/. (Closed)
Patch Set: Created 3 years, 11 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-endpoints/google_endpoints-2.0.0-py2.7.egg-info/PKG-INFO
diff --git a/third_party/google-endpoints/google_endpoints-2.0.0-py2.7.egg-info/PKG-INFO b/third_party/google-endpoints/google_endpoints-2.0.0-py2.7.egg-info/PKG-INFO
new file mode 100644
index 0000000000000000000000000000000000000000..2d3d96958bde50e0b337da6a699749acf4aee243
--- /dev/null
+++ b/third_party/google-endpoints/google_endpoints-2.0.0-py2.7.egg-info/PKG-INFO
@@ -0,0 +1,81 @@
+Metadata-Version: 1.1
+Name: google-endpoints
+Version: 2.0.0
+Summary: Google Cloud Endpoints
+Home-page: https://github.com/cloudendpoints/endpoints-python
+Author: Google Endpoints Authors
+Author-email: googleapis-packages@google.com
+License: Apache
+Description: Google Cloud Endpoints
+ ======================
+
+ Google Cloud Endpoints is a solution for creating RESTful web APIs.
+
+ Installation
+ -------------
+
+ Install using pip, as recommended per `App Engine vendoring`_
+
+ .. code:: bash
+
+ [sudo] pip install -t lib --ignore-installed google-endpoints
+
+
+ Python Versions
+ ---------------
+
+ google-endpoints is currently tested with Python 2.7.
+
+
+ Contributing
+ ------------
+
+ Contributions to this library are always welcome and highly encouraged.
+
+ See the `CONTRIBUTING`_ documentation for more information on how to get started.
+
+
+ Versioning
+ ----------
+
+ This library follows `Semantic Versioning`_
+
+ It is currently in major version zero (``0.y.z``), which means that anything
+ may change at any time and the public API should not be considered
+ stable.
+
+
+ Details
+ -------
+
+ For detailed documentation of the modules in google-endpoints, please watch `DOCUMENTATION`_.
+
+
+ License
+ -------
+
+ Apache - See `LICENSE`_ for more information.
+
+ .. _`CONTRIBUTING`: https://github.com/googleapis/google-endpoints/blob/master/CONTRIBUTING.rst
+ .. _`LICENSE`: https://github.com/cloudendpoints/endpoints-python/blob/master/LICENSE.txt
+ .. _`Install virtualenv`: http://docs.python-guide.org/en/latest/dev/virtualenvs/
+ .. _`pip`: https://pip.pypa.io
+ .. _`edit RST online`: http://rst.ninjs.org
+ .. _`RST cheatsheet`: http://docutils.sourceforge.net/docs/user/rst/cheatsheet.txt
+ .. _`py.test`: http://pytest.org
+ .. _`Tox-driven python development`: http://www.boronine.com/2012/11/15/Tox-Driven-Python-Development/
+ .. _`Sphinx documentation example`: http://sphinx-doc.org/latest/ext/example_google.html
+ .. _`hyper`: https://github.com/lukasa/hyper
+ .. _`Google APIs`: https://github.com/google/googleapis/
+ .. _`Semantic Versioning`: http://semver.org/
+ .. _`DOCUMENTATION`: https://google-endpoints.readthedocs.org/
+ .. _`App Engine vendoring`: https://cloud.google.com/appengine/docs/python/tools/using-libraries-python-27#vendoring
+
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: Implementation :: CPython

Powered by Google App Engine
This is Rietveld 408576698