https://github.com/ento/pyreadiness-spike
https://github.com/ento/pyreadiness-spike
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ento/pyreadiness-spike
- Owner: ento
- License: unlicense
- Created: 2022-12-30T07:06:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T07:06:58.000Z (over 3 years ago)
- Last Synced: 2025-07-09T20:53:50.786Z (12 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Script for generating the source data for [pyreadiness based on trove classifiers and wheel metadata](https://observablehq.com/d/eb336fc983fcdf52).
Initial setup:
```sh
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
```
Generate JSON files for a few Python versions:
```sh
./run.sh
```
On the first run, this makes a bunch of requests to pypi.org with no rate-limiting.
`./top-projects.json` was manually fetched from GCP's public dataset on 2022-12-16.