bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 10 forks source link

Remove "py" from name #1

Closed EpicWink closed 4 years ago

EpicWink commented 4 years ago

Having "py" in the name of a Python package is redundant. I suggest another name like tomlpp or tomlplusplus

bobfang1992 commented 4 years ago

Definitely see where you are coming from. My main concern is that if we simply call it tomlplusplus then it will clash with the original cpp project, that's why I added py prefix. I guess we can name it simply tomlpp but that sounds like a cpp project to me as a lot of cpp projects are named that way. Let me ponder on this and see if I can find a better name.

EpicWink commented 4 years ago

Sorry, I meant just for the distributed Python package. The repository name is completely up to you, and I think pytomlpp is fine. If anything, I'd add more Python: make the repo name "python-tomlpp" or something, but again, up to you.