micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

Allow upip to install from custom URLs (not just pypi.org)

Open redstreet opened this issue 5 years ago • 0 comments

It would be great if upip supported private repos outside pypi.org. See private-pypi.

It looks like the code change is simple, to parameterize the website via an api like upip.set_pypi_url(), which will be used below:

https://github.com/micropython/micropython-lib/blob/eae01bd4e4cd1b22d9ccfedbd6bf9d879f64d9bd/upip/upip.py#L159

Would you entertain a PR for this if I submitted one? Thanks!

redstreet avatar Nov 20 '20 03:11 redstreet