mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-10 11:59:07 +00:00
To check to top 1k (current state): ```bash scripts/resolve/get_pypi_top_8k.sh cargo run --bin puffin-dev -- resolve-many scripts/resolve/pypi_top_8k_flat.txt --limit 1000 ``` Results: ``` Errors: pywin32, geoip2, maxminddb, pypika, dirac Success: 995, Error: 5 ``` pywin32 has no solution for the build environment, 3 have no `[build-system]` entry in pyproject.toml, `dirac` is missing cmake |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| get_pypi_top_8k.sh | ||