pipg
A fast Python package installer written in Go. Drop-in replacement for pip install, downloads packages concurrently using goroutines.
A fast Python package installer written in Go. Drop-in replacement for pip install - downloads
packages concurrently using goroutines.
pipg is NOT a project manager, virtual environment manager, or build tool.
It simply installs packages, just like pip install, but faster.
Copilot says:
AI-generated
A Go-powered pip alternative that downloads Python packages in parallel using goroutines — same commands you already know, just way faster because why wait for packages one at a time?
Key features:
- 🚀 Concurrent downloads using goroutines make installs significantly faster
- 🔄 Drop-in replacement works with your existing pip install commands and requirements.txt
- 💾 Smart wheel cache with SHA256 verification so repeated installs are instant
- 🐍 Auto-detects virtualenvs and system Python with full PEP 440/508 compatibility
This summary was generated by GitHub Copilot based on the project README.