micropython-lib/python-ecosys
Jos Verlinde c266d3023e all: Fix spelling and typos in comments and docstring.
Spelling preferences based on codespell configuration.

Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
2025-12-08 11:02:34 +11:00
..
aiohttp aiohttp: Correctly handle WebSocket message fragmentation. 2025-12-02 14:15:30 +11:00
cbor2 cbor2: Silence missing `__eq__` warning. 2025-11-19 00:27:53 +11:00
iperf3 iperf3: Fix server UDP mode. 2025-12-02 14:24:37 +11:00
pyjwt all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
requests all: Fix spelling and typos in comments and docstring. 2025-12-08 11:02:34 +11:00
README.md top: Update top-level docs. 2022-12-16 17:16:03 +11:00

README.md

Python-ecosystem packages

These MicroPython versions of common Python packages, typically found on PyPI.

If a package has the same name as a PyPI package, then it should match at least some subset of the functionality.

Future plans

  • More organised directory structure based on library purpose (e.g. drivers, network, etc).