Metadata-Version: 2.0
Name: google-endpoints
Version: 2.3.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
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
Requires-Dist: google-endpoints-api-management (>=1.1.3)
Requires-Dist: setuptools (>=36.2.5)

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`_


Details
-------

For detailed documentation of google-endpoints, please see the `Cloud Endpoints 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/
.. _`Cloud Endpoints Documentation`: https://cloud.google.com/endpoints/docs/frameworks/
.. _`App Engine vendoring`: https://cloud.google.com/appengine/docs/python/tools/using-libraries-python-27#vendoring


