If you ever come across the need to find out more about a python package before installing it, this package would be awesome for you!
To install:
pip install pypi-cli
And to find info of a package:
pypi info packagename
And to find the download statistics of a package:
pypi stat packagename
Super useful!