Files
MicroPythonOS/internal_filesystem/lib
2026-01-25 23:37:39 +01:00
..
2025-11-02 13:28:29 +01:00
2025-12-11 19:42:16 +01:00
2025-05-22 21:06:02 +02:00
2025-05-19 10:08:43 +02:00
2025-07-02 12:43:01 +02:00
2025-11-11 11:28:44 +01:00
2025-10-29 09:34:54 +01:00
2025-05-20 14:47:19 +02:00
2026-01-25 00:30:01 +01:00
2025-05-20 15:12:30 +02:00
2025-05-19 11:21:54 +02:00
2025-05-19 10:08:43 +02:00
2025-05-19 21:19:01 +02:00

This /lib folder contains:

  • mip.install('github:jonnor/micropython-zipfile')
  • mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
  • mip.install("aiohttp") # easy websockets
  • mip.install("base64") # for nostr etc
  • mip.install("collections") # used by aiohttp
  • mip.install("unittest")
  • mip.install("logging")
  • mip.install("aiorepl")