conda-forge / ruamel.yaml-feedstock

A conda-smithy repository for ruamel.yaml.
BSD 3-Clause "New" or "Revised" License
1 stars 19 forks source link

Publish a `ruamel-yaml` output/metapackage #177

Open dhirschfeld opened 1 year ago

dhirschfeld commented 1 year ago

Comment:

...which just installs the ruamel.yaml package.

This would ease automated pip-interop as the package may be referred by it's canonicalized name:

In [5]: from packaging.utils import canonicalize_name

In [6]: canonicalize_name('ruamel.yaml')
Out[6]: 'ruamel-yaml'
dhirschfeld commented 1 year ago

Would there be any interest in a PR which implemented this?