Closed AdamRJensen closed 3 months ago
We also have a package (of the same name) for R, we added the -py to delineate the difference between the two
We also have a package (of the same name) for R, we added the -py to delineate the difference between the two
I'm not against the "py" part but I'd like to remove the dash. The dash only exists in the repository name and not in the sub-folder or the package name.
I'm going to reiterate that I strongly suggest renaming the repository to "kgcpy" instead of "kgc-py". This is a very easy fix.
I also suggest changing the package name from "kgcPy" to "kgcpy" to follow the official python convention:
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.
yeah, agreed, done. this shouldn't break anything since pip is case insensitive, yes?
yeah, agreed, done. this shouldn't break anything since pip is case insensitive, yes?
people now have to do import kgcpy instead of kgcPy, so it is a breaking change
It seems undesirable that the repository has a dash in the name. Is there a reason for this choice?
It's common practice to have the repository be named the same as the package.