OLD | NEW |
(Empty) | |
| 1 Metadata-Version: 1.1 |
| 2 Name: google-endpoints |
| 3 Version: 2.0.0 |
| 4 Summary: Google Cloud Endpoints |
| 5 Home-page: https://github.com/cloudendpoints/endpoints-python |
| 6 Author: Google Endpoints Authors |
| 7 Author-email: googleapis-packages@google.com |
| 8 License: Apache |
| 9 Description: Google Cloud Endpoints |
| 10 ====================== |
| 11 |
| 12 Google Cloud Endpoints is a solution for creating RESTful web APIs. |
| 13 |
| 14 Installation |
| 15 ------------- |
| 16 |
| 17 Install using pip, as recommended per `App Engine vendoring`_ |
| 18 |
| 19 .. code:: bash |
| 20 |
| 21 [sudo] pip install -t lib --ignore-installed google-endpoints |
| 22 |
| 23 |
| 24 Python Versions |
| 25 --------------- |
| 26 |
| 27 google-endpoints is currently tested with Python 2.7. |
| 28 |
| 29 |
| 30 Contributing |
| 31 ------------ |
| 32 |
| 33 Contributions to this library are always welcome and highly encouraged. |
| 34 |
| 35 See the `CONTRIBUTING`_ documentation for more information on how to get
started. |
| 36 |
| 37 |
| 38 Versioning |
| 39 ---------- |
| 40 |
| 41 This library follows `Semantic Versioning`_ |
| 42 |
| 43 It is currently in major version zero (``0.y.z``), which means that anyt
hing |
| 44 may change at any time and the public API should not be considered |
| 45 stable. |
| 46 |
| 47 |
| 48 Details |
| 49 ------- |
| 50 |
| 51 For detailed documentation of the modules in google-endpoints, please wa
tch `DOCUMENTATION`_. |
| 52 |
| 53 |
| 54 License |
| 55 ------- |
| 56 |
| 57 Apache - See `LICENSE`_ for more information. |
| 58 |
| 59 .. _`CONTRIBUTING`: https://github.com/googleapis/google-endpoints/blob/
master/CONTRIBUTING.rst |
| 60 .. _`LICENSE`: https://github.com/cloudendpoints/endpoints-python/blob/m
aster/LICENSE.txt |
| 61 .. _`Install virtualenv`: http://docs.python-guide.org/en/latest/dev/vir
tualenvs/ |
| 62 .. _`pip`: https://pip.pypa.io |
| 63 .. _`edit RST online`: http://rst.ninjs.org |
| 64 .. _`RST cheatsheet`: http://docutils.sourceforge.net/docs/user/rst/chea
tsheet.txt |
| 65 .. _`py.test`: http://pytest.org |
| 66 .. _`Tox-driven python development`: http://www.boronine.com/2012/11/15/
Tox-Driven-Python-Development/ |
| 67 .. _`Sphinx documentation example`: http://sphinx-doc.org/latest/ext/exa
mple_google.html |
| 68 .. _`hyper`: https://github.com/lukasa/hyper |
| 69 .. _`Google APIs`: https://github.com/google/googleapis/ |
| 70 .. _`Semantic Versioning`: http://semver.org/ |
| 71 .. _`DOCUMENTATION`: https://google-endpoints.readthedocs.org/ |
| 72 .. _`App Engine vendoring`: https://cloud.google.com/appengine/docs/pyth
on/tools/using-libraries-python-27#vendoring |
| 73 |
| 74 Platform: UNKNOWN |
| 75 Classifier: Development Status :: 4 - Beta |
| 76 Classifier: Intended Audience :: Developers |
| 77 Classifier: License :: OSI Approved :: Apache Software License |
| 78 Classifier: Programming Language :: Python |
| 79 Classifier: Programming Language :: Python :: 2 |
| 80 Classifier: Programming Language :: Python :: 2.7 |
| 81 Classifier: Programming Language :: Python :: Implementation :: CPython |
OLD | NEW |