cloudflare / cloudflare/cloudflare-docs
Update Overview for Python Workers to also show usage of pywrangler
- Dominant language
- MDX
- Stars
- 5.2k
- Forks
- 16.7k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 337
Description
### Existing documentation URL(s)
https://developers.cloudflare.com/workers/languages/python/
### What changes are you suggesting?
The overview has a note:
> You must add the python_workers compatibility flag to your Worker, while Python Workers are in open beta. Packages are supported using the [pywrangler](https://developers.cloudflare.com/workers/languages/python/packages) tool.
However the normal wrangler tool is used for the overview, leading to confusion. The differences between using wrangler and `pywrangler` should be highlighted and examples given showing the use of `pywrangler` as even in the *Packages* section, the only information is that you can use pywrangler and the basics of the `pyproject.toml` changes.
### Additional information
Creating this so it doesn't get lost. Will likely submit PR for it myself.
Contributor guide
Assessment
This issue has not been assessed yet.