Hi,
so I guess that in the end every one has his one logical way for the 
nomenclature. pep 8 says that packages should always be lowercase with no 
underscore, and module lowercase with underscore if needed.
I have a package call rbskeleton, "rb" stands for rig builder. And the 
module is name skeleton. and the class inside the module is Skeleton .(or  
I could also name the class BuildSkeleton to add som variety , I don´t know)
I have then

import rbskeleton.skeleton as rbs
mySkeleton = rbs.Skeleton()

I don´t like repeating all the time skeleton, but there is no other way to 
describe it. what do you thing? Do you follow pep 8 convention on packages 
and modules

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/f6a528d2-d2ee-4cfa-9c9c-dbe8beda6bf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to