rx-pro combines Rust-level performance with Poetry-like ergonomics. Native build backend, WebAssembly plugins, and full monorepo support.
pip install rx-pro
A complete toolkit for modern Python development
Written in Rust with parallel downloads, smart caching, and native dependency resolution.
Build pure Python packages without spawning Python. Wheels in milliseconds.
Scan dependencies against OSV database. Auto-fix vulnerabilities with one command.
Workspaces, unified lockfiles, and affected detection for large codebases.
Extend rx-pro safely with sandboxed plugins. Run custom hooks at any lifecycle stage.
Generate optimized Dockerfiles. Multi-stage builds. One command deployment.
The best features from all tools, none of the compromises
| Feature | rx-pro | uv | Poetry | pip |
|---|---|---|---|---|
| Fast Resolution | ✓ | ✓ | ✗ | ✗ |
| Native Build Backend | ✓ | ✗ | ✗ | ✗ |
| WebAssembly Plugins | ✓ | ✗ | ✗ | ✗ |
| Monorepo Support | ✓ | Basic | Basic | ✗ |
| Security Audit | ✓ | Basic | ✗ | ✗ |
| Task Runner | ✓ | ✗ | ✓ | ✗ |
| Docker Integration | ✓ | ✗ | ✗ | ✗ |
Resolving and installing a fresh Django project (Django + 50 dependencies)
| Tool | Cold Resolve | Install | Total |
|---|---|---|---|
| rx-pro | 0.4s | 1.8s | 2.2s |
| uv | 0.5s | 2.1s | 2.6s |
| Poetry | 8.2s | 12.4s | 20.6s |
| pip | 6.1s | 15.2s | 21.3s |
Benchmarks run on M1 MacBook Pro, warm cache disabled
rx-pro's intuitive CLI makes Python development a joy. From project creation to deployment, every command is designed for speed and clarity.
View All CommandsStart using rx-pro today for faster, safer Python development.