I would like to be able to search for an available Python package using pip (on the terminal). I would like a functionality similar to apt-cache in Ubu
pip
apt-cache
To search for a package, issue the command
pip search [package-name]