We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
upip.set_pypi_url()
micropython-lib/upip/upip.py
Line 159 in eae01bd
Would you entertain a PR for this if I submitted one? Thanks!
The text was updated successfully, but these errors were encountered:
Micropython has recently rolled out a new packaging tool called mip, for details see https://docs.micropython.org/en/latest/reference/packages.html
mip
This supports installing packages from custom repositories.
Sorry, something went wrong.
No branches or pull requests
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:micropython-lib/upip/upip.py
Line 159 in eae01bd
Would you entertain a PR for this if I submitted one? Thanks!
The text was updated successfully, but these errors were encountered: