Closed hugovk closed 8 years ago
Add a --pattern option to filter the results using a regex.
--pattern
So for example you can just see the Pillow downloads for Python 3.2:
C:\>vanity pillow -p "Pillow-3.0.0.*win32.*py3.2|Pillow-3.0.0.*cp32.*win32" Pillow-3.0.0.win32-py3.2.exe 2015-10-01 582 Pillow-3.0.0-cp32-none-win32.whl 2015-10-01 591 ----------------------------------------------------------- Pillow has been downloaded 1173 times!
Also includes PR https://github.com/aclark4life/vanity/pull/20.
Holy cow this is awesome, thanks Hugo!
Released: https://pypi.python.org/pypi/vanity/2.2.0
Add a
--pattern
option to filter the results using a regex.So for example you can just see the Pillow downloads for Python 3.2:
Also includes PR https://github.com/aclark4life/vanity/pull/20.