Being new to both Python and particularly the pip package manager, I'm wondering if pip has an internal command for quickly opening a package's home page on the web.
If not possible by default, is there any available solution(s) for extending pip with this functionality (e.g. pip homepage django-boss)?
For comparison, I'm looking for something equivalent to Homebrew's:
brew home somepackage, which opens somepackage's home page in your default web browser.