Python Package Management
Python package managers like pip and poetry. Support package installation from PyPI and dependency management.
GitHub Star Comparison
| No | Name | GitHub Stars | Description | Trend | License | Type | Official Site |
|---|---|---|---|---|---|---|---|
| 1 | uv | ⭐ 70.6k | Ultra-fast Python package manager written in Rust. Integrates pip, pipx, poetry, pyenv, virtualenv, achieving 10-100x faster speeds than pip. | Rapidly gaining adoption in 2025. Developed by Astral, attracting attention for unifying and accelerating Python toolchain. Revolutionizing Python development with Cargo-like experience. | Apache-2.0 OR MIT | Package & Project Manager | Official |
| 2 | Poetry | ⭐ 33.5k | Modern dependency management tool for Python. Uses pyproject.toml to integrate package building, publishing, and virtual environment management. | Rapidly growing among Python developers. Valued for superior dependency resolution and project management compared to pip and requirements.txt combination. | MIT | Dependency Manager | Official |
| 3 | pip | ⭐ 9.9k | Standard package manager for Python. Installs and manages libraries from PyPI. Essential tool in Python development. | Standard tool in Python development. Often used in combination with pipenv and poetry for virtual environment management, importance increasing with Python adoption. | MIT | Package Manager | Official |