- Fix Python 3 JSON issue [mattjegan]
- Add message * Note: PyPI stats are broken again; we're now waiting for warehouse. #22 *
- Add
--pattern
option [hugovk]
- Use PyPI JSON API via
--json
- Replace print with logging
- Query /pypi/ instead of /simple/, fixes #12
- Fix typo
- Revert removal of
--quiet
option - Support multi-package entry e.g.
$ vanity setuptools distribute
- Switch to argparse
- Support query by version spec e.g.
$ vanity pillow==2.0.0
- Remove
--quiet
option - Officially add Python 3 support
- Query PyPI via https
- Return usage statement when no args passed
- Use optparse for option and argument parsing [JNRowe]
- Don't fail when the en_US locale isn't available [JNRowe]
- Python 3 compatibility [JNRowe]
- Remove blessings integration which breaks on Windows
- Make verbose the default
- Add blessings support to make output pretty
- install_requires requests for future refactor
- Enforce available command line options better
- Add verbose option to display file name, upload date, and download count per release
- Add locale to format downloads e.g.
700,232 times
instead of700232 times
- Fix regression: Re-fix download counts [JNRowe]
- Refactor: create
downloads_total
function to make external use simpler [kennethreitz]
- Bug fixes: support for case insensitive project names and support for counting all release files (e.g. binaries in addition to sdist) and correct number of release files [JNRowe]
- Initial release based on code from Products.PloneSoftwareCenter by David Glick