{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"Provides access to Google App Engine services (Datastore, Task Queues, Memcache, images, mail, and others) for Python 3 applications running on App Engine's second-generation runtimes.","skillfed_tags":["google-cloud","app-engine","serverless"],"use_cases":["Migrating Python 2.7 App Engine applications to Python 3 while keeping existing Datastore and Task Queue code.","Building new Python 3 applications on App Engine that need Memcache, background task processing, or image manipulation.","Using App Engine's managed authentication (OAuth, user identity) and mail services in Python 3 apps.","Accessing App Engine's search and blobstore APIs from Python 3 without rewriting to Cloud equivalents.","Running WSGI applications on App Engine with full access to App Engine-specific features."],"what_it_does":"This is Google's official SDK that bridges Python 3 applications running on App Engine's second-generation runtimes to the classic App Engine services that were previously only available in the Python 2.7 runtime. It provides modules for Datastore (NDB), Task Queues, Memcache, image manipulation, email, authentication, and other App Engine-specific APIs.\n\nTo use it, you add the package to your requirements.txt, set `app_engine_apis: true` in app.yaml, and wrap your WSGI application with `google.appengine.api.wrap_wsgi_app()`. This works with standard WSGI apps. The SDK handles the integration between your application and App Engine's managed services, allowing you to migrate code from the older Python 2.7 runtime or build new applications that rely on App Engine's built-in infrastructure.","worth_installing":"Yes, if you are deploying to Google App Engine and need access to App Engine services in Python 3. It is the only way to use classic App Engine APIs (Datastore NDB, Task Queues, Memcache) on second-generation runtimes. If you are using App Engine, this is required. If you are not using App Engine, do not install it."},"id":"appengine-python-standard","links":{"html":"https://skillfed.io/packages/appengine-python-standard","md":"https://skillfed.io/packages/appengine-python-standard.md","pypi":"https://pypi.org/project/appengine-python-standard/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"permissive","name":"appengine-python-standard","python_support":"supports_current","summary":"Google App Engine services SDK for Python 3"},"popularity":{"monthly_downloads":872814,"position":4842,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.0.2"}
