| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A monorepo containing Python libraries and tools for Cloudflare Workers.
| Package | Description |
|---|---|
| workers-py | A set of libraries and tools for Python Workers |
| workers-runtime-sdk | Python SDK for Cloudflare Workers |
| django-cf | Django integration for Cloudflare D1, Durable Objects, R2 and Access |
Each package is self-contained with its own pyproject.toml. To work on a specific package:
cd packages/<package-name>
uv sync
uv run pytestThis project uses python-semantic-release with the monorepo configuration. Each package is released independently.
To release a specific package:
cd packages/<package-name>
semantic-release versionThis project uses Conventional Commits with package-scoped commits for the monorepo. For package-specific changes, use the scope prefix:
Tags:
MIT
| Back | FazBrowse Home | New Git URL |