cel-python icon indicating copy to clipboard operation
cel-python copied to clipboard

[Feature Request] - Create anaconda python package

Open michal-kuzak opened this issue 5 months ago • 1 comments

Would it be possible to create and publish the cel-python lib to conda or conda-forge, allowing it to be installed by conda ? I'm aware that you can do pip in conda and also install a pip package but that is not supported if you generate a static lock file and mixing conda and pip package can create dependency hell.

Thanks

michal-kuzak avatar Jul 03 '25 11:07 michal-kuzak

See https://conda-forge.org/docs/maintainer/adding_pkgs/#creating-recipes for details on the required CI integration.

Ideally, someone will run grayskull and include a PR to update the project with the required metadata for SourceForge.

slott56 avatar Jul 08 '25 12:07 slott56