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

`cph list` a remote package? #252

Closed JeanChristopheMorinPerso closed 4 months ago

JeanChristopheMorinPerso commented 5 months ago

Checklist

What is the idea?

https://github.com/conda/conda-package-handling/pull/236 was recently released and I tried on a remote package and it didn't work. Should we be able to pass it a URL? I feel like this would be extremely useful.

Why is this needed?

I regularly work with packages that are not on the channels supported by https://conda-metadata-app.streamlit.app/?q=pkgs%2Fmain, which means that getting the list requires me to download the package.

What should happen?

No response

Additional Context

No response