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
27 stars 37 forks source link

Allow remote `.conda` artifact listing #254

Closed jaimergp closed 4 months ago

jaimergp commented 4 months ago

Description

Closes #252

Checklist - did you ...

jaimergp commented 4 months ago

pre-commit.ci autofix

jaimergp commented 4 months ago

@JeanChristopheMorinPerso do you want to give this PR a try? I think it should solve your use case (with some limitations in -v mode, but that's all we can do with the available metadata 😬)

JeanChristopheMorinPerso commented 4 months ago

@jaimergp it seems to work, thanks!

Can I suggest to change the help message to mention URL too?

(test) jcmorin-mac-anac:aggregate jcmorin$ cph list --help
usage: cph list [-h] [-v] [--components COMPONENTS] archive_path

positional arguments:
  archive_path          path or URL to archive to inspect

?

jaimergp commented 4 months ago

Good catch. Added!