John T. Wodder II
John T. Wodder II
And store them somewhere other than the wheelodex.org server.
If the latest version of a project doesn't have any wheels, should `scan_pypi()` instead register the latest version that does?
Currently, when a project creation or version creation event is encountered in the PyPI changelog, a `Project` or `Version` is created immediately. `Project` and `Version` creation should instead be delayed...
Because projects without wheels are excluded from search and the "Browse Projects" list, it can be difficult to reach their pages in order to view their reverse dependencies (which is...
Don't select projects that don't have wheels.
The command should delete any projects that don't have any versions and that aren't dependencies of anything. The command should be run on a schedule, but it'd be fine if...
Give `load-entry-points` an option for deleting the summaries & descriptions of entry point groups not listed in the input file
100 lines should do it.
It seems that PyPI's JSON API now always fills in the relevant digests, and there are no wheels in the database with missing digests. The nullability thus no longer serves...
- Monitor whether the site is up and not returning errors. - Monitor page load times. - Possible resources: - Sentry.io - Statuscake - - -