Pywrangler CLI Now Supports Windows for Python Workers Development
Key Points
- Pywrangler CLI now supports Windows development environments
- Full feature parity with macOS and Linux versions
- No additional configuration required for Windows usage
Summary
Pywrangler, Cloudflare's CLI tool for managing Python Workers and packages, now officially supports Windows environments. This expansion allows developers to develop and deploy Python Workers directly from Windows machines using the same commands and workflows available on macOS and Linux.
Key Points
- Cross-platform compatibility: All existing Pywrangler functionality works on Windows without additional configuration
- Consistent workflow: Same installation and usage commands across all supported platforms
- Full feature parity: Package management, local development, and deployment capabilities available on Windows
- Simple upgrade path: Existing projects can be upgraded using standard package managers
Requirements
wrangler >= 4.64.0workers-py >= 1.72.0uv >= 0.29.8
Usage
# Development
uvx --from workers-py pywrangler dev
# Deployment
uvx --from workers-py pywrangler deploy