11-13-2024, 09:59 PM
Conda forge is a community-driven effort to collect recipes for the conda package manager. The RoboDK API is not currently available through any public conda channels. With conda, packages and their dependencies can be easily accessed and managed. For python packages, grayskull may be used and the process of a building a recipe for conda is actually fairly straightforward (see https://conda-forge.org/docs/maintainer/adding_pkgs/).
Making the RoboDK API available on conda-forge would add value for users who wish to integrate tools that call the RoboDK API into larger applications.
(I am thinking of the Python API as the easiest starting point, with automatic recipe creation through grayskull. However, environments for the other API's can also be distributed through conda.)
Making the RoboDK API available on conda-forge would add value for users who wish to integrate tools that call the RoboDK API into larger applications.
(I am thinking of the Python API as the easiest starting point, with automatic recipe creation through grayskull. However, environments for the other API's can also be distributed through conda.)