pip-download
pip-download copied to clipboard
Add `find_links` support
This change adds a find_links
option which can be multiply specified which aims to roughly mimic what that argument does for pip
. It can handle HTTP(S) find links URIs as well as local files or directories. I use this to help bundle up my packages and dependencies. I've had to make some fixes and additions to utilties in support of the main change.