-
Notifications
You must be signed in to change notification settings - Fork 12
Description
👋 @tiborsimko I'm in the process of adding cernopendata-client to be distributed on conda-forge in conda-forge/staged-recipes#31896. An advantage of having cernopendata-client and its extras as native conda packages is that they can be resolved more fully and users will be able to use Pixi to run
pixi global install cernopendata-client
anywhere in user space and get a full install of cernopendata-client in a user space environment controlled by pixi global but with the cernopendata-client CLI API globally exposed on any machine. This can be thought of as an improved pipx or uvx. Extras can be done via
pixi global install cernopendata-client --with cernopendata-client-xrootd
While I am happy to maintain this along with the other tools that I currently do, as you are the developer and maintainer of cernopendata-client would you like to be added as a maintainer to the conda-forge feedstock (https://github.com/conda-forge/cernopendata-client-feedstock)? Nothing would be expected of you work wise, but I always like to make sure that developers have the option of having some control over how their software is distributed.
Would you also be open to a PR to this repo that adds install instructions for tools that can use conda-forge?