micropython-lib/micropython
Jim Mussared 97b7a30ab9 xmltok: Bump patch version.
For changes in 66924d9fa1.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-23 11:48:25 +10:00
..
aioespnow aioespnow: Add library providing asyncio support for espnow module. 2023-05-04 14:21:32 +10:00
aiorepl aiorepl: Bump patch version. 2023-07-23 11:48:14 +10:00
bluetooth aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
bundles requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
drivers
espflash
lora lora: Workaround SX1262 bug with GetStatus. 2023-07-20 23:13:03 +10:00
mip requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
mip-cmdline
net
senml senml: Allow publishing to PyPI as micropython-senml. 2023-04-07 13:28:15 +10:00
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urequests requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
urllib.urequest
xmltok xmltok: Bump patch version. 2023-07-23 11:48:25 +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).