yesterday I discovered `pypinfo`, a tool that allo...
# resources
j
yesterday I discovered
pypinfo
, a tool that allows you to query PyPI download stats from the CLI:
Copy code
  ~/Projects/Personal/pypi-stats-playground ························· 14:23:29
❯ echo $GOOGLE_APPLICATION_CREDENTIALS 
/home/juanlu/Projects/Personal/pypi-stats-playground/core-guard-404813-c03393ad4050.json
  ~/Projects/Personal/pypi-stats-playground ························· 14:23:40
❯ pypinfo kedro
Served from cache: False
Data processed: 657.83 MiB
Data billed: 658.00 MiB
Estimated cost: $0.01

| download_count |
| -------------- |
|        349,627 |
it can filter by date, Python version, package version... read on! https://github.com/ofek/pypinfo#usage
❤️ 2