Cooper Lees

Results 258 comments of Cooper Lees

This ability (html only) does not exist. I’d take a CLI switch or config option PR adding it tho. Just out of curiosity - why do you only want HTML?...

https://bandersnatch.readthedocs.io/en/latest/filtering_configuration.html#regex-filtering Can't the regex filter do this, since that's all grep does .. The best way here is getting metadata added to PyPI and then we could use that to...

Sure is relevant. A `mirror` run has no idea what to delete. In order to work that out bandersnatch has to do a full sync and filesystem crawl to then...

This does not exist. Ideally to do this, we need to refactor verify (and delete) to use the storage abstractions to write to their respective back ends and mold the...

Hi, Thanks for reporting. Just to clarify, when you say "metadata" do you mean bandersnatch saves the JSON file to disk for every package on PyPI and not just what's...

FWIW, a PR fixing the filtering to include JSON metadata files saving is welcome.

Thanks for reporting. I guess we just have to check if it exists. I would have expected it to always. Is there a specific package you hit or random that...

I doubt it has changed, but the ["version"] is a legacy field that must not be always filled. I would say we should: - Try to getattr("version", metadata) - If...

Sure, I’d accept that PR. Can you elaborate what data and statistics you’d want printed out? I feel we could: - list all files - give a count of how...

https://github.com/pypa/bandersnatch/commit/082ac7b9f185993d17e8779f804c70ee190ba28a - Fixes docs for now. I will remove swift support if no one speaks in a month or so.