Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish a ruamel-yaml output/metapackage #177

Open
dhirschfeld opened this issue Aug 13, 2023 · 1 comment
Open

Publish a ruamel-yaml output/metapackage #177

dhirschfeld opened this issue Aug 13, 2023 · 1 comment
Labels

Comments

@dhirschfeld
Copy link
Member

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant