Is it possible, using pip
or any other command line tool, to get the latest version number of a package on PyPI without downloading it first?
The web page of packages in PyPI will usually provide this information, so I'm assuming there's a chance it's available otherwise.
My goal is to be able to compare the latest version on PyPI and compare it with other sources (like the latest tag in a git repository for example) to detect if it's out-of-date or any other sort of version conflict.