micropython-lib/micropython
Adam G 113c7ce9a1 micropython/mip: Add upip.py and pip.py dummy modules
Added upip.py and pip.py, identical. These files throw an ImportError.
mip\'s manifest.py also altered to load as modules.
The purpose is to alert users guided to install with deprecated pip/upip
(prior to 1.20.0) to instead use mip.

Signed-off-by: Adam G <adam@adammakesthings.dev>
2024-03-05 13:02:52 -05:00
..
aioespnow all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
aiorepl aiorepl: Add support for raw mode (ctrl-a). 2023-12-20 12:35:40 +11:00
bluetooth aioble: Fix advertising variable name to use us not ms. 2023-12-20 15:22:21 +11:00
bundles ssl: Restructure micropython SSL interface to a new tls module. 2024-02-07 12:12:13 +11:00
drivers lcd160cr: Remove support for options in manifest. 2023-12-20 12:01:22 +11:00
espflash all: Remove unnecessary start argument in range. 2023-09-01 00:17:28 +10:00
lora lora-sx126x: Clean up some struct formatting. 2024-02-20 16:58:38 +11:00
mip micropython/mip: Add upip.py and pip.py dummy modules 2024-03-05 13:02:52 -05:00
mip-cmdline
net all: Add missing const imports 2023-08-22 22:43:18 +10:00
senml all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
uaiohttpclient uaiohttpclient: Update example client code. 2023-12-20 14:56:09 +11:00
ucontextlib
udnspkt
umqtt.robust
umqtt.simple ssl: Restructure micropython SSL interface to a new tls module. 2024-02-07 12:12:13 +11:00
upysh
urequests
urllib.urequest ssl: Restructure micropython SSL interface to a new tls module. 2024-02-07 12:12:13 +11: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).