Skip to content

consider renaming the module to python_usernames #6

@woutervh

Description

@woutervh

The name of a python-package is used to install it:

> pip install <package-name>

The package-name must be unique in pypi,
the associated unique module-name is the lowercased package-name with dashes replaced by underscores.

> pip install foo-bar
>>> import foo_bar

so a package named "python-usernames", should use a module named "python_usernames".

Imagine there is another package named "usernames",
then pip installing your package will remove the code of that package
without complaining.

This is a proper example:
https://github.com/yoavravid/RedditUsernames

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions