Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-micropython-lib

Awesome MicroPython libs
https://github.com/joeky888/awesome-micropython-lib

Last synced: 5 days ago
JSON representation

  • Math

    • ulinalg - Small size matrix handling module with a few linear algebra operations
    • MicroMLP - Artificial neural network multilayer perceptron
  • Threading

    • MicroWorkers - A micro workers class that easily manages a pool of threads
  • Audio

  • Networking

    • picoweb - Really minimal web application framework for MicroPython and its "uasyncio" async framework
    • utemplate - Micro template engine with low memory usage
    • Noggin - Web server for MicroPython
    • uwebsockets - An implementation of websockets for the ESP8266
    • upy-websocket-server - Micropython (ESP8266) websocket server implementation.
    • MicroDNSSrv - DNS server for MicroPython to simply respond to A queries on multi-domains
    • MicroWebSrv - HTTP Web server that supports WebSockets, html/python language templating and routing
    • uasyncio.websocket - Official Micropython websocket server implementation.
    • MicroRESTCli - JSON REST Web client based on MicroWebCli
  • Database

    • micropython-redis - A redis client implementation designed for use with micropython.
    • nmongo - MongoDB client for CPython and MicroPython.
    • uPyMySQL - Pure MicroPython MySQL Client
    • sensor - MicroPython with Elasticsearch, Logstash and Kibana Dashboard
    • uorm - Sqlite3-based anti-ORM for MicroPython
    • micropython-filedb - Simple file-based ORM for MicroPython
    • micropython-btreedb - Very simple ORM for MicroPython's btree module
  • UI

    • picotui - Text User Interface (TUI) widget toolkit with minimal dependencies.
  • Util

  • Forks

  • More libraries