Page 2 of 4

Re: micropython-lib - "distributed" uPython standard library

Posted: Sun Oct 26, 2014 1:08 pm
by pfalcon
I opened https://github.com/micropython/micropython-lib/issues/9 for this, will posts some ideas when I have time, and invite everyone to participate.

Re: micropython-lib - "distributed" uPython standard library

Posted: Sun Oct 26, 2014 2:43 pm
by Turbinenreiter
I participated with some naive ideas from user perspective.

Re: micropython-lib - "distributed" uPython standard library

Posted: Thu Sep 29, 2016 10:39 pm
by jeffeb3
The micropython-lib looks to be very useful.

How do I get the libraries I need onto my micro python hardware? I'm assuming all this work for making this work with pip means I shouldn't have to just copy the files over, run them, see what dependencies I'm missing, and then copy over more files...

Re: micropython-lib - "distributed" uPython standard library

Posted: Sat Oct 15, 2016 1:33 pm
by kamikaze
yes, is there any tutorial on how to get started with lib?

Re: micropython-lib - "distributed" uPython standard library

Posted: Mon Oct 17, 2016 5:17 pm
by pfalcon
jeffeb3 wrote: How do I get the libraries I need onto my micro python hardware? I'm assuming all this work for making this work with pip means I shouldn't have to just copy the files over, run them, see what dependencies I'm missing, and then copy over more files...
See http://forum.micropython.org/viewtopic.php?f=15&t=524

Re: micropython-lib - "distributed" uPython standard library

Posted: Mon Oct 17, 2016 5:18 pm
by pfalcon
kamikaze wrote:yes, is there any tutorial on how to get started with lib?
See MicroPython README, https://github.com/micropython/micropyt ... /README.md, search for "upip".

Re: micropython-lib - "distributed" uPython standard library

Posted: Mon Oct 17, 2016 5:41 pm
by kamikaze
pfalcon wrote:
kamikaze wrote:yes, is there any tutorial on how to get started with lib?
See MicroPython README, https://github.com/micropython/micropyt ... /README.md, search for "upip".
ok, so this is supposed to be only for unix port, right?

Re: micropython-lib - "distributed" uPython standard library

Posted: Thu Oct 20, 2016 9:33 pm
by pfalcon
Initial support for running upip on networked bare-metal ports is available: http://forum.micropython.org/viewtopic.php?f=16&t=2544 . Each module in micropython-lib has is own requirements (some useful only for unix port, some universal, some require little memory, some more, some much).

Re: micropython-lib - "distributed" uPython standard library

Posted: Sun Jan 07, 2018 2:24 pm
by pfalcon
The master repository of micropython-lib is now at https://github.com/pfalcon/micropython-lib . Some modules also require my fork of MicroPython, https://github.com/pfalcon/micropython , and there will be more such modules in the future. Majority of modules of course remain compatible with the upstream MicroPython.

Re: micropython-lib - "distributed" uPython standard library

Posted: Sun Jan 07, 2018 5:53 pm
by stijn
Will changes to your micropython-lib / micropython eventually get merged into the corresponding micropython's repositories?