conda / conda-package-handling

Create and extract conda packages of various formats
https://conda.github.io/conda-package-handling/
BSD 3-Clause "New" or "Revised" License
26 stars 37 forks source link

add `cph list` subcommand #236

Closed jaimergp closed 6 months ago

jaimergp commented 7 months ago

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 ...

dholth commented 7 months ago

Great work, thanks

jaimergp commented 6 months ago

Any further comments that need to be addressed? Thanks @dholth