You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hate to be that guy, but pep 8 wants packages to be all lower case
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.
I hate to be that guy, but pep 8 wants packages to be all lower case
http://legacy.python.org/dev/peps/pep-0008/#package-and-module-names
But more important than that, thanks so much for writing and pushing up this code! I needed it and you really helped me out.
Matt
The text was updated successfully, but these errors were encountered: