Quansight-Labs / beni

Generate conda environment.yml from PEP 621 and/or flit config.
MIT License
10 stars 1 forks source link

Switch to using cf-graph-countyfair for pypi -> conda forge mapping #12

Closed saulshanabrook closed 3 years ago

saulshanabrook commented 3 years ago

I recently heard about the Grayskull package, from @ForgottenProgramme, which can automatically generate a Conda forge package from a PyPi package. @jaimergp mentioned that they use cf-graph-countyfair to maintain a mapping between PyPi and conda forge package names. Beni could use this to perform its mapping as well, since often the PyPi and conda forge name are different.

flying-sheep commented 3 years ago

Good idea! I started something in #13