Ben Nuttall
Ben Nuttall
I've noticed some versions which contain spaces, brackets and more, meaning they probably aren't able to be substituted in the pip command. Can we canonicalise the version string like we...
We should add a `piw-audit` command which runs an audit of a package to check: - The versions we have for it match the versions on PyPI (no extras, none...
> yeah, that bug's still there — the added_at column in rewrites_pending is all 22:15 ish but the master thinks it's 21:35
In order to build aarch64 wheels, we need to add the logic for separating armv6/armv7 and aarch64, and enable ABIs per architecture, i.e. armv6/armv7: cp34m, cp35m, cp37m; aarch64: cp37m. We'll...
It might be useful to monitor simple index 404s in case of accidentally deleted packages. We could either log 404s patching `/simple//*` and manually check them, or possibly automate checking...
It might be nice to pull out the pip dependencies from the wheel metadata and store them. That way we could include links between project pages. We already have the...
It would be nice if we could run `piw-master` with flags and/or config to disable tasks like the cloud gazer, so that we can run certain tasks without e.g. constantly...
We should store all PyPI actions in a separate table to make looking up history easier.