micropython-lib/micropython
Jim Mussared a9e52d085c top: Update top-level docs.
* Add instructions for how to use micropython-lib.
* Add a terminology guide and use consistent terminology
  (package/module/library).
* Improve code conventions and contributor guidelines.
* Misc readme updates.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-12-16 17:16:03 +11:00
..
aiorepl aiorepl: Fix ordering of saving previous character. 2022-11-09 12:36:05 +11:00
bluetooth aioble/client.py: Fix default for the `response` arg to char.write(). 2022-11-08 18:57:29 +11:00
drivers nrf24l01: Improve test to add RP2 support, fix ESP32. 2022-11-15 23:50:04 +11:00
espflash espflash: Add a minimal ESP32 bootloader protocol implementation. 2022-11-08 18:45:22 +11:00
mip mip: Set opt=3 by default. 2022-11-09 12:43:31 +11:00
mip-cmdline micropython/mip: Add command-line functionality for the Unix port. 2022-11-09 12:43:04 +11:00
net ntptime: Allow overriding default NTP timeout. 2022-10-26 00:05:19 +11:00
uaiohttpclient all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
ucontextlib all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
udnspkt all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
umqtt.robust umqtt.robust: Fix check_msg blocking after reconnect. 2022-10-04 12:59:09 +11:00
umqtt.simple umqtt.simple: Return op from wait_msg() as indication of reception. 2022-10-04 12:34:31 +11:00
upysh all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
urllib.urequest all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
utarfile all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
xmltok all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
README.md top: Update top-level docs. 2022-12-16 17:16:03 +11:00

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).