{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks"}],"enrichment":{"capability":"A lightweight FaaS framework that lets you write portable Python functions deployable to Google Cloud Run, local development, or Knative environments without writing HTTP server boilerplate.","skillfed_tags":["serverless","cloud-functions","faas"],"use_cases":["Write a simple HTTP endpoint function locally and deploy it unchanged to Google Cloud Run Functions.","Handle CloudEvents from event sources (Pub/Sub, Cloud Storage) with automatic payload unmarshalling.","Develop and test serverless functions in a local development server before cloud deployment.","Build event-driven functions that respond to Pub/Sub messages via the framework's event signature type.","Prototype lightweight microservices without managing Flask app initialization or WSGI server configuration."],"what_it_does":"Functions Framework is an open-source FaaS runtime maintained by Google Cloud Functions team that abstracts away HTTP server setup and request handling, letting you focus on writing business logic as decorated Python functions. You define a function with a simple decorator (@functions_framework.http or @functions_framework.cloud_event), and the framework handles spinning up a local development server, routing requests, and unmarshalling CloudEvents payloads.\n\nThe framework supports HTTP functions (request/response), CloudEvent functions (event-driven), and Pub/Sub event handlers. It runs on your local machine for testing, deploys to Google Cloud Run Functions, or runs in Knative-based environments. Runtime dependencies include Flask for HTTP handling, click for CLI, watchdog for file monitoring, gunicorn and uvicorn for production serving, and cloudevents for spec-compliant event unmarshalling.","worth_installing":"Yes. Production-stable, actively maintained, zero known vulnerabilities, and permissive licensing. Install friction is low. Use it if you're building serverless functions for Google Cloud Run, local testing of cloud functions, or any portable FaaS workload. The framework eliminates boilerplate and handles CloudEvents unmarshalling automatically\u2014solid choice for rapid function development."},"id":"functions-framework","links":{"html":"https://skillfed.io/packages/functions-framework","md":"https://skillfed.io/packages/functions-framework.md","pypi":"https://pypi.org/project/functions-framework/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-17","license_spdx":null,"license_treatment":"permissive","name":"functions-framework","python_support":"supports_current","summary":"An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team."},"popularity":{"monthly_downloads":7965513,"position":1678,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.10.2"}
