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 lora: Workaround SX1262 bug with GetStatus. 2023-07-20 23:13:03 +10:00
mip
mip-cmdline
net
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urllib.urequest
utarfile utarfile: Fix read/write handling of nulls in tar header. 2023-07-21 12:58:40 +10:00
utarfile-write utarfile: Fix read/write handling of nulls in tar header. 2023-07-21 12:58:40 +10:00
xmltok xmltok: Change StopIteration to EOFError due to PEP-479. 2023-07-21 15:59:10 +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).