Archive
Posts Tagged ‘vanity’
Easy access to download stats for PyPI packages
February 17, 2012
1 comment
Problem
You have a project that you pushed on PyPI and you want to check how many times it has been downloaded.
Solution
Use the command-line script vanity.
Installation:
sudo pip install vanity
Example:
$ vanity jabbapylib jabbapylib-0.1.0.tar.gz 2012-01-25 81 jabbapylib-0.1.1.tar.gz 2012-02-17 0 ----------------------------------------------- jabbapylib has been downloaded 81 times!