1 repositorio
Adapts select third-party Python packages for use in MicroPython, extending functionality beyond the standard library.
Distinct from Python Packages: Distinct from Python Packages: specifically adapts third-party packages for MicroPython's constrained environment, not general Python package distribution.
Explore 1 awesome GitHub repository matching development tools & productivity · MicroPython Adaptations. Refine with filters or upvote what's useful.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Adapts select third-party Python packages for use in MicroPython, extending functionality beyond the standard library.