micropython-lib/micropython
Angus Gratton 68e0dfce0a all: Apply Ruff 0.11.6 reformatting changes.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-04-24 16:54:10 +10: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 ssl: Restructure micropython SSL interface to a new tls module. 2024-02-07 12:12:13 +11:00
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 micropython/mip: Add command-line functionality for the Unix port. 2022-11-09 12:43:04 +11:00
net aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
senml all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
uaiohttpclient
ucontextlib all: Enable ruff F841 'Local variable is assigned to but never used'. 2024-05-15 18:05:21 +10:00
udnspkt all: Use non-u versions of built-in modules. 2024-06-14 10:35:06 +10:00
umqtt.robust
umqtt.simple
upysh all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
urequests
urllib.urequest all: Use non-u versions of built-in modules. 2024-06-14 10:35:06 +10:00
usb usb-device-cdc: Optimise writing small data so it doesn't require alloc. 2025-04-13 13:27:47 +10:00
xmltok xmltok: Bump patch version. 2023-07-23 11:48:25 +10:00
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).