-
Notifications
You must be signed in to change notification settings - Fork 66
Package name is not PEP 8 compliant #60
Comments
Probably we could provide CommonMark as alias for the time being and the second next major version drop it. Willing to send over a patch for it? =) |
Should be pretty easy to do On Tue, Apr 5, 2016 at 9:54 AM, Daniel Foerster [email protected]
Eric Holscher |
I'll try to get a PR prepared tonight. |
I would also prefer |
Also maybe worth noting that this repository could also be renamed to something like commonmark.py. |
@pydsigner have you made any progress with this? To me it seems like a difficult problem to fix without making a new package. Also, when I navigate to https://pypi.python.org/pypi/commonmark it redirects me to https://pypi.python.org/pypi/CommonMark. It would be nice to change that as well but I don't know how. |
@nikolas I unfortunately have been a bit busier than hoped, but I do have a plan of how to do this. |
Maybe this is just a matter of changing the |
This makes the package name PEP8-compliant by changing: import CommonMark to: import commonmark The old camel-cased import should still work as well though, for now. Closes #60
Alright, it looks like just renaming the I've also symlinked |
I realize that there are already many users of the package, but is there any possibility of the package's name being made to be PEP 8 compliant (and also match the js version)? It's a small issue but I'd much rather be looking at
import commonmark
thanimport CommonMark
in my code.The text was updated successfully, but these errors were encountered: