cloudflare-python-workers - Build Python APIs on Cloudflare Workers
Build and deploy Python APIs on Cloudflare Workers using pywrangler and implement multi-step workflow automation
Tags
Updated: 2026-02-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- initialize python workers project
- create WorkerEntrypoint class
- configure wrangler.jsonc
- run local development server
- deploy to Cloudflare
- access Cloudflare bindings
- handle HTTP requests/responses
- configure scheduled tasks
- create Python workflows
- define workflow steps
- manage package dependencies
Inputs
- pywrangler CLI
- WorkerEntrypoint class definition
- wrangler.jsonc configuration
- Python package dependencies
- Cloudflare bindings configuration
Outputs
- Cloudflare Workers deployment
- HTTP API endpoints
- scheduled task execution
- workflow instances
Requirements
- uv package manager
- Node.js environment
- python_workers compatibility flag
- Python 3.12+ runtime
