Stay organized with collections
Save and categorize content based on your preferences.
This page describes the libraries and tools and provides other information to
help you get started using Endpoints Frameworks for Python. See
About Endpoints Frameworks
for an architectural overview of Endpoints Frameworks.
Libraries and tools
Cloud Endpoints Frameworks for the App Engine standard environment
provides the following libraries and tools:
Write your client application by using the client libraries when making calls
to the API.
Getting started
To get started, follow the
Tutorial
to configure, deploy, and send requests to a sample API. Then come back to this
section for the information you need to configure, deploy, and test your own
API.
Migrating from Endpoints version 1.0
If you've already developed an API backend using the previous version of
Endpoints, follow the
Migration guide
to move your app to Endpoints version 2.0.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["Endpoints Frameworks for Python provides libraries and tools for developing APIs in the App Engine standard environment, including the Frameworks library and the `endpointscfg.py` command-line tool."],["The `endpointscfg.py` tool generates client library bundles, Discovery documents for client applications, and OpenAPI configuration files for API management."],["Endpoints Frameworks supports only Python 2.7.x and utilizes App Engine services such as Datastore, Cloud Storage, and Task Queues, allowing developers to focus on API development."],["The Endpoints API development workflow includes writing API code, creating a web server, generating and deploying the OpenAPI configuration file, testing and deploying the API, generating client libraries, and developing client applications."],["To get started with Endpoints Frameworks or migrate from a previous version, developers are directed to follow the provided tutorial and migration guide respectively."]]],[]]