mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00

From manual inspection, this dataset generated through the [libraries.io API](https://libraries.io/api#project-search) seems more mainstream than the current 8k one, which is also preserved. I've added the dataset to the repo because the API requires an API key.
4 lines
159 B
Bash
Executable file
4 lines
159 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
curl https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json | jq -r ".rows | .[].project" > pypi_8k_downloads.txt
|
|
|