Diet-Microbiome-Interactions-Lab / GeneralTools

General Properties of FASTAs
MIT License
3 stars 1 forks source link

Internal: Rename modules to follow pep8 #10

Open mavcook opened 3 months ago

mavcook commented 3 months ago

Most of the modules right now are using camel or pascal case. For example FileClasses/ and Fasta.py. The convention, pep8, says we should use all lower case: https://peps.python.org/pep-0008/#package-and-module-names.

It is nice to follow the convention and "be a good neighbor" so you don't cause style conflicts with people using this as a libary.