devpi-server and upip - hosting local micropython packages.

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
uracolix
Posts: 4
Joined: Tue Jan 07, 2020 7:17 pm

devpi-server and upip - hosting local micropython packages.

Post by uracolix » Sat Sep 12, 2020 5:34 am

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

Post Reply