Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
Google Cloud Endpoints
======================

Google Cloud Endpoints is a Google App Engine feature that simplifies your API
development and management. In just a few steps, it wraps your code to build
and deploy an API backend server.

Google Cloud Endpoints is a solution for creating RESTful web APIs.

Installation
-------------

Install using pip, as recommended per `App Engine vendoring`_

::
[sudo] pip install -t lib --ignore-installed google-endpoints
.. code:: bash

[sudo] pip install -t lib --ignore-installed google-endpoints


Python Versions
Expand Down