Skip to content

pip packages names should not use underscores #15

@SubActif

Description

@SubActif

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions