micropython-lib/micropython
ThunderEX 66924d9fa1 xmltok: Change StopIteration to EOFError due to PEP-479.
Due to changes in MicroPython to support PEP-479, StopIteration has been
deprecated for return.  This results in xmltok to raise RuntimeError every
time.  This commit is a simple fix to just change from StopIteration to
EOFError and then return it in the generator.
2023-07-21 15:59:10 +10:00
..
aioespnow aioespnow: Add library providing asyncio support for espnow module. 2023-05-04 14:21:32 +10:00
aiorepl
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).