Page 1 of 1

devpi-server and upip - hosting local micropython packages.

Posted: Sat Sep 12, 2020 5:34 am
by uracolix
Hello, I just want to say, that I've just managed upip and devpi-server to work succesfully together to install local packages.
https://devpi.net/docs/devpi/devpi/stab ... index.html is a local pypi-server that I want to use for testing my packages before they go to some official package server.

There was a few steps needed, that you can find on stackoverflow (comments and answer):
https://stackoverflow.com/questions/637 ... 6_63711923

In the answer you find also a small patch to upip.py (port handling).

Anyway I ran it succesfully on the unixport and esp8266.

Best Regards, Axel