In addition to publishing distributions on PyPI, it would be very nice to also distribute on conda-forge. As cffconvert is a pure-Python package that would be technically easy as all the dependencies are already packaged on conda-forge.
It would basically be just:
- Submitting the results in a PR
This would also allow for people to run it in a pipx/uvx workflow with conda package tooling with
cc @jspaaks. I can help with the PR, but I'd prefer to not be the feedstock maintainer.
In addition to publishing distributions on PyPI, it would be very nice to also distribute on conda-forge. As
cffconvertis a pure-Python package that would be technically easy as all the dependencies are already packaged on conda-forge.It would basically be just:
This would also allow for people to run it in a
pipx/uvxworkflow with conda package tooling withcc @jspaaks. I can help with the PR, but I'd prefer to not be the feedstock maintainer.