micropython-lib/python-ecosys
Damien George ea21cb3fdc iperf3: Support devices without os.urandom().
Also add a version to the manifest.

Signed-off-by: Damien George <damien@micropython.org>
2023-03-21 16:04:00 +11:00
..
cbor2 cbor2: Remove u-module prefix from imports. 2023-03-03 12:20:28 +11:00
iperf3 iperf3: Support devices without os.urandom(). 2023-03-21 16:04:00 +11:00
pyjwt all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
urequests all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10: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).