Closed jaimergp closed 6 months ago
Reuses tarfile.Tarfile.list() across .tar.bz2 and .conda artifacts. The unified interface with the tar generator makes it super easy!
tarfile.Tarfile.list()
This should help with inspecting artifact contents without having to pay for extraction. I picture this in post-conda-build reports in CI.
news
Great work, thanks
Any further comments that need to be addressed? Thanks @dholth
Description
Reuses
tarfile.Tarfile.list()
across .tar.bz2 and .conda artifacts. The unified interface with the tar generator makes it super easy!This should help with inspecting artifact contents without having to pay for extraction. I picture this in post-conda-build reports in CI.
Checklist - did you ...
news
directory (using the template) for the next release's release notes?