micropython-lib/micropython
Angus Gratton d887a021e8 top: Bump the Ruff version to 0.11.6.
With small code fixes to match.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-04-24 16:53:59 +10:00
..
aioespnow
aiorepl
bluetooth top: Bump the Ruff version to 0.11.6. 2025-04-24 16:53:59 +10:00
bundles
drivers top: Bump the Ruff version to 0.11.6. 2025-04-24 16:53:59 +10:00
espflash
lora lora: Fix SNR value in SX126x received packets. 2025-04-24 16:20:47 +10:00
mip mip: Make mip.install() skip /rom*/lib directories. 2025-03-11 16:27:09 +11:00
mip-cmdline
net
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple umqtt.simple: Restore legacy ssl/ssl_params arguments. 2025-04-10 21:10:01 +10:00
upysh
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
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).