micropython-lib/micropython
SquirtleSquadLeader 9dcdd0606b
Create manifest.py
Add manifest.
2024-05-22 21:31:32 -04:00
..
aioespnow
aiorepl
bluetooth all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
bundles
drivers all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
espflash all: Enable Ruff lint F541 'f-string without any placeholders'. 2024-05-15 18:11:46 +10:00
lora all: Enable Ruff lint F541 'f-string without any placeholders'. 2024-05-15 18:11:46 +10:00
mip mip: Bump minor version. 2024-05-15 13:53:01 +10:00
mip-cmdline
net ntptime: Fix Year 2036 bug. 2024-05-15 15:36:02 +10:00
register Create manifest.py 2024-05-22 21:31:32 -04:00
senml
uaiohttpclient
ucontextlib all: Enable ruff F841 'Local variable is assigned to but never used'. 2024-05-15 18:05:21 +10:00
udnspkt all: Enable ruff F841 'Local variable is assigned to but never used'. 2024-05-15 18:05:21 +10:00
umqtt.robust
umqtt.simple
upysh
urequests
urllib.urequest all: Enable ruff F841 'Local variable is assigned to but never used'. 2024-05-15 18:05:21 +10:00
usb
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).