Skip to content

pep-0008: Fix Package and Module Names ✨

Choose a tag to compare

@yezz123 yezz123 released this 08 Nov 17:53
· 1287 commits to main since this release
8215a2b

After this discussion #124 with @stephane we need to change the package name that what pep's rules provide.

Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.

carbon

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2