micropython-lib/micropython
Jim Mussared 8d7753d7d4 micropython/upip: Remove upip library.
This is unmaintained and not the one installed by default on boards
(see github.com/micropython/micropython/blob/master/tools/upip.py).

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-05 17:50:16 +10:00
..
bluetooth/aioble aioble: Make l2cap chunk size configurable to allow optimization by app. 2022-09-05 15:14:13 +10:00
test.support all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
uaiohttpclient all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
ucontextlib all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
udnspkt all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
umqtt.robust all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
umqtt.simple all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
upysh all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
urllib.urequest all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
utarfile all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
xmltok all: Remove all setup.py files. 2022-09-05 17:50:11 +10:00
README.md all: Update READMEs. 2021-05-27 15:41:08 +10:00

README.md

MicroPython-specific libraries

These are libraries that have been written specifically for use on MicroPython.

In some cases, the libraries are inspired by or based on equivalent CPython standard libraries, but compatibility varies. The libraries are often named with a "u" prefix.

Other libraries have been written specifically for MicroPython use cases.

Future plans

  • More organised directory structure based on library purpose (e.g. drivers, network, etc).