micropython-lib/micropython
Angus Gratton 674e734a1c drivers/display/lcd160cr: Use isinstance() for type checking.
Fixes linter warning E721, expanded in Ruff 823 to include
direct comparison against built-in types.
2023-08-09 18:59:03 +10:00
..
aioespnow all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
aiorepl aiorepl: Bump patch version. 2023-07-23 11:48:14 +10:00
bluetooth all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
bundles requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
drivers drivers/display/lcd160cr: Use isinstance() for type checking. 2023-08-09 18:59:03 +10:00
espflash all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
lora all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
mip requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
mip-cmdline micropython/mip: Add command-line functionality for the Unix port. 2022-11-09 12:43:04 +11:00
net micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
senml all: Lint Python code with ruff. 2023-07-24 07:51:33 +02: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: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
umqtt.robust top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
umqtt.simple top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
upysh all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
urequests requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
urllib.urequest all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
xmltok xmltok: Bump patch version. 2023-07-23 11:48:25 +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).