micropython-lib/micropython
Ian Cotter-Llewellyn d2517b3e5a
Merge 1d1f6acf1a into 54d5f7cee2
2025-05-21 13:36:47 -05:00
..
aioespnow
aiorepl all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
bluetooth top: Bump the Ruff version to 0.11.6. 2025-04-24 16:53:59 +10:00
bundles
drivers all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
espflash all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
lora all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
mip
mip-cmdline
net
senml all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust Merge 1d1f6acf1a into 54d5f7cee2 2025-05-21 13:36:47 -05:00
umqtt.simple umqtt.simple: Restore legacy ssl/ssl_params arguments. 2025-04-10 21:10:01 +10:00
upysh
urequests
urllib.urequest
usb usb-device-cdc: Optimise writing small data so it doesn't require alloc. 2025-04-13 13:27:47 +10:00
utop utop: Print IDF heap details. 2025-05-15 17:38:39 +02:00
xmltok
README.md

README.md

MicroPython-specific packages

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

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

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