Metadata-Version: 1.1
Name: google-endpoints
Version: 2.0.0b6
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
