AbdealiLoKo / pycolorname

MIT License
11 stars 2 forks source link

Use pep8 compliant module names #12

Closed jayvdb closed 8 years ago

jayvdb commented 8 years ago

"Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability." https://www.python.org/dev/peps/pep-0008/#package-and-module-names

AbdealiLoKo commented 8 years ago

I'm surprised that the PEP8 linter I'm using didn't catch this. Will do

jayvdb commented 8 years ago

The linter for naming is https://pypi.python.org/pypi/pep8-naming , however I am not sure whether it covers module names.