micropython-lib/micropython
Glenn Moloney b379e4fb4c mip: Allow relative URLs in package.json.
This allows to specify relative URLs in package.json, which are resolved
relative to the package.json URL. This mirrors the functionality added to
mpremote in https://github.com/micropython/micropython/pull/12477.

Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
2025-02-24 14:23:06 +11:00
..
aioespnow aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
aiorepl
bluetooth aioble: Pass additional connection arguments to gap_connect. 2024-10-18 13:03:39 +11:00
bundles
drivers
espflash
lora
mip mip: Allow relative URLs in package.json. 2025-02-24 14:23:06 +11:00
mip-cmdline
net aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust umqtt.robust: Remove reference to missing example. 2024-09-08 22:48:33 +10:00
umqtt.simple umqtt.simple: Add optional socket timeout to connect method. 2024-11-07 11:51:33 +11:00
upysh
urequests
urllib.urequest
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).