micropython-lib/micropython
puuu 1d1f6acf1a umqtt.robust: let reconnect() call the connect() method of the top class
This allows overriding of the connect() method by a subclass as per the
included examples: `example_lwt_robust.py` and `example_resubscribe_robust.py`.

  Co-authored by: Ian Cotter-Llewellyn <ian_llewellyn@hotmail.com>
  Date: Thu May 25 11:42:20 2023 +0100
2023-06-06 17:15:19 +01:00
..
aioespnow aioespnow: Add library providing asyncio support for espnow module. 2023-05-04 14:21:32 +10:00
aiorepl
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
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.robust: let reconnect() call the connect() method of the top class 2023-06-06 17:15:19 +01:00
umqtt.simple top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
upysh
urllib.urequest
utarfile utarfile: Support creating/appending tar files. 2023-05-22 15:02:05 +10:00
utarfile-write utarfile: Support creating/appending tar files. 2023-05-22 15:02:05 +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).