No project description provided
Project description
Python Workers Examples
This is a collection of examples for writing Cloudflare Workers in Python. Use these examples to learn how Python Workers work.
Get started
git clone https://github.com/cloudflare/python-workers-examples
cd hello
npx wrangler@latest dev
- Press the
b
key to open a browser tab, and make a request to your Worker
You can run npx wrangler@latest dev
in any example project directory to run a local development server using Wrangler, the CLI for Cloudflare Workers. This local development server is powered by workerd, the open-source Workers runtime.
Need to deploy your Worker to Cloudflare? Python Workers are in open beta and have a few limitations.
Examples
01-hello/
— the most basic Python Worker02-binding/
— shows how bindings work in Python Workers. Put a key into Workers KV, and then read it.03-fastapi/
— demonstrates how to use the FastAPI package with Python Workers04-langchain/
— demonstrates how to use the LangChain package with Python Workers
Open Beta and Limits
- Python Workers are in open beta. Currently, you can only deploy Python Workers that use the standard library. Packages cannot be deployed and will only work in local development for the time being.
- You must add the
python_workers
compatibility flag to your Worker, while Python Workers are in open beta.
We’d love your feedback. Join the #python-workers channel
in the Cloudflare Developers Discord and let us know what you’d like to see next.
License
The Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mtmlib-0.3.1357-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cddf06c9472841ef94c15600eed10ebe5ee6e894e3a92ebe68a4ec30ea82b39b |
|
MD5 | 5910c60de2b0b1cd730b3da0f92496ff |
|
BLAKE2b-256 | 7ce570d1df2fb91d3a6b46d2b20b0c41deeeeb07ba2df3b4afb058247180bc48 |