-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
Feature Request
In conda-based Python deployments (common in science etc.), it would be rather useful to have hcloud available as a conda / conda-forge package.
Technically, pip is also available in conda-based environments and sort of integrates with conda, but using it can cause non-deterministic behavior down the line. Using pip should therefore be avoided in this context if possible.
Because hcloud does not contain non-Python components as far as I can see, the packaging process should be trivial. Guidelines can be found here. If any help is required, I have done this before ;)
smoe