{"id":43644,"url":"https://github.com/joeky888/awesome-micropython-lib","name":"awesome-micropython-lib","description":"Awesome MicroPython libs","projects_count":34,"last_synced_at":"2026-08-01T13:00:27.537Z","repository":{"id":83631627,"uuid":"146393643","full_name":"joeky888/awesome-micropython-lib","owner":"joeky888","description":"Awesome MicroPython libs","archived":false,"fork":false,"pushed_at":"2019-01-09T14:26:51.000Z","size":9,"stargazers_count":39,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-13T11:03:32.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joeky888.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-08-28T04:53:30.000Z","updated_at":"2026-05-15T16:20:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"733253da-ff13-406e-8c4b-669829671f5e","html_url":"https://github.com/joeky888/awesome-micropython-lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joeky888/awesome-micropython-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeky888%2Fawesome-micropython-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeky888%2Fawesome-micropython-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeky888%2Fawesome-micropython-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeky888%2Fawesome-micropython-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeky888","download_url":"https://codeload.github.com/joeky888/awesome-micropython-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeky888%2Fawesome-micropython-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36157743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-01T02:00:05.789Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-13T21:18:42.719Z","updated_at":"2026-08-01T13:00:27.537Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Forks","UI","Util","Networking","Math","Threading","Audio","Database","More libraries"],"sub_categories":[],"readme":"List of extra libs for MicroPython\n\n## Math\n* [ulinalg](https://github.com/jalawson/ulinalg) - Small size matrix handling module with a few linear algebra operations\n* [MicroMLP](https://github.com/jczic/MicroMLP) - Artificial neural network multilayer perceptron\n\n## Threading\n* [MicroWorkers](https://github.com/jczic/MicroWorkers) - A micro workers class that easily manages a pool of threads\n\n## Audio\n\n* [micropython-longwave](https://github.com/MattMatic/micropython-longwave) - WAV player for MicroPython board.\n* [wave.py](Audio/wave.py) - Minimal wave module, copied from MicroPython examples.\n* [chunk.py](Audio/chunk.py) - Audio chunk, copied from MicroPython examples.\n* [KT403A-MP3](https://github.com/jczic/KT403A-MP3) - MicroPython driver for KT403A MP3 chip\n\n## Networking\n\n* [picoweb](https://github.com/pfalcon/picoweb) - Really minimal web application framework for MicroPython and its \"uasyncio\" async framework\n* [utemplate](https://github.com/pfalcon/utemplate) - Micro template engine with low memory usage\n* [Noggin](https://github.com/larsks/micropython-noggin) - Web server for MicroPython\n* [uwebsockets](https://github.com/danni/uwebsockets) - An implementation of websockets for the ESP8266\n* [upy-websocket-server](https://github.com/BetaRavener/upy-websocket-server) - Micropython (ESP8266) websocket server implementation.\n* [uasyncio.websocket](https://github.com/micropython/micropython-lib/tree/master/uasyncio.websocket.server) - Official Micropython websocket server implementation.\n* [MicroWebCli](https://github.com/jczic/MicroRESTCli) - HTTP Web client\n* [MicroRESTCli](https://github.com/jczic/MicroRESTCli) - JSON REST Web client based on MicroWebCli\n* [MicroDNSSrv](https://github.com/jczic/MicroDNSSrv) - DNS server for MicroPython to simply respond to A queries on multi-domains\n* [MicroWebSrv](https://github.com/jczic/MicroWebSrv) - HTTP Web server that supports WebSockets, html/python language templating and routing\n\n## Database\n\n* [micropython-redis](https://github.com/dwighthubbard/micropython-redis) - A redis client implementation designed for use with micropython.\n* [nmongo](https://github.com/nakagami/nmongo) - MongoDB client for CPython and MicroPython.\n* [uPyMySQL](https://github.com/dvrhax/uPyMySQL) - Pure MicroPython MySQL Client\n* [sensor](https://github.com/tinytux/sensor) - MicroPython with Elasticsearch, Logstash and Kibana Dashboard\n* [uorm](https://github.com/pfalcon/uorm) - Sqlite3-based anti-ORM for MicroPython\n* [micropython-filedb](https://github.com/pfalcon/micropython-filedb) - Simple file-based ORM for MicroPython\n* [micropython-btreedb](https://github.com/pfalcon/micropython-btreedb) - Very simple ORM for MicroPython's btree module\n\n## UI\n\n* [picotui](https://github.com/pfalcon/picotui) - Text User Interface (TUI) widget toolkit with minimal dependencies.\n\n## Util\n\n* [mpfshell](https://github.com/wendlers/mpfshell) - A simple shell based file explorer for up/downloading files\n* [upy-shell](https://github.com/dhylands/upy-shell) - Command line based shell for MicroPython\n* [rshell](https://github.com/dhylands/rshell) - Remote MicroPython shell.\n* [Micropython-Editor](https://github.com/robert-hh/Micropython-Editor) - A small text editor.\n\n## Forks\n\n* [pfalcon/micropython](https://github.com/pfalcon/micropython) - Rebase on the upstream.\n* [pycom-micropython-sigfox](https://github.com/pycom/pycom-micropython-sigfox) - A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.\n* [circuitpython](https://github.com/adafruit/circuitpython) - A fork for teaching coding with microcontrollers.\n\n## More libraries\n\n* [micropython/micropython-lib](https://github.com/micropython/micropython-lib) - Official MicroPython libs\n* [pfalcon/micropython-lib](https://github.com/pfalcon/micropython-lib) - A lot of more libs ported from CPython and PyPy\n* [pycom-libraries](https://github.com/pycom/pycom-libraries) - MicroPython libraries and examples that work out of the box on Pycom's IoT modules.\n* [awesome-micropython](https://github.com/pfalcon/awesome-micropython) - Another awesome-micropython list\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/joeky888%2Fawesome-micropython-lib/projects"}