scriptnull / badgeit

[WIP] Hassle-free badges for your READMEs.
MIT License
3 stars 1 forks source link

badges for python projects #26

Open scriptnull opened 6 years ago

scriptnull commented 6 years ago

Figure out common badges for python projects

argonlaser commented 6 years ago

@scriptnull : Found this article http://peterdowns.com/posts/first-time-with-pypi.html . My understanding is that there must a setup.py in the root directory and also the package name in pypi should be same as the folder located parallel tosetup.py. Since there are multiple folders available, we should figure out a way to find out which is the package folder.

One way is to read all the folders and check if each folder has .py files. Comment on the same.