Python developers often accumulate duplicate wheels across projects, wasting disk space and slowing down virtual environments.
A CLI tool that identifies and removes duplicate wheels while preserving dependency integrity.
Teams managing multiple Python projects would pay to reduce CI/CD storage costs and local disk usage.
Start with a simple hash-based deduplicator for .whl files in ~/.cache/pip.
The biggest risk is accidentally breaking dependency resolution by removing a wheel still needed by some environment.