aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

Add Empty String check in Normalize #52

Closed M3rs closed 8 years ago

M3rs commented 8 years ago

Return "" if name is empty at start of normalize method, rather than search PyPI for it.

Also, remove TODO from tests and correct test class name.