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

pip packages names should not use underscores #15

Open
SubActif opened this issue May 1, 2024 · 0 comments
Open

pip packages names should not use underscores #15

SubActif opened this issue May 1, 2024 · 0 comments

Comments

@SubActif
Copy link

SubActif commented May 1, 2024

I just wanted to let people know that it would be better not to use an underscore in the module name.
They are discouraged in PEP8.

PIP transforms underscore into dash
pip list displays triangle-check

Some people, knowing this, are likely to try to use it like this:
python -m triangle-check path\to\backup
intead of
python -m triangle_check path\to\backup

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

No branches or pull requests

1 participant