micropython-lib/micropython
Jim Mussared c48b17dd17 aiorepl/README.md: More info about globals.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-21 16:06:49 +10:00
..
aioespnow aioespnow: Add library providing asyncio support for espnow module. 2023-05-04 14:21:32 +10:00
aiorepl aiorepl/README.md: More info about globals. 2023-07-21 16:06:49 +10:00
bluetooth aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
bundles
drivers micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
espflash
lora lora: Workaround SX1262 bug with GetStatus. 2023-07-20 23:13:03 +10:00
mip
mip-cmdline
net micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
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
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).