pip-download icon indicating copy to clipboard operation
pip-download copied to clipboard

Add `find_links` support

Open maybe-sybr opened this issue 4 years ago • 0 comments

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.

maybe-sybr avatar Oct 20 '20 01:10 maybe-sybr