micropython-lib/micropython
Jim Mussared ff842310de aiorepl: Replace f-string with str.format.
f-strings aren't enabled on all builds (e.g. low-flash ESP8266).

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-21 17:10:41 +10:00
..
aioespnow
aiorepl aiorepl: Replace f-string with str.format. 2023-07-21 17:10:41 +10:00
bluetooth
bundles
drivers
espflash
lora
mip
mip-cmdline
net
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urllib.urequest
utarfile
utarfile-write utarfile: Fix read/write handling of nulls in tar header. 2023-07-21 12:58:40 +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).