Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
redstreet opened this issue Nov 20, 2020 · 1 comment
Closed

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

redstreet opened this issue Nov 20, 2020 · 1 comment

Comments

@redstreet
Copy link

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:

f = url_open("https://pypi.org/pypi/%s/json" % name)

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

@andrewleech
Copy link
Contributor

Micropython has recently rolled out a new packaging tool called mip, for details see https://docs.micropython.org/en/latest/reference/packages.html

This supports installing packages from custom repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants