-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
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
Labels
No labels