micropython-lib/python-ecosys
iabdalkader 52fcb8e4a7 cbor2: Add cbor2 library.
This aims to follow the API of the cbor2 library found at
https://github.com/agronholm/cbor2 (also on PyPI as cbor2).

The original source for this MicroPython version of cbor2 is from
https://github.com/kpn-iot/senml-micropython-library.
2023-03-01 01:13:06 +11:00
..
cbor2 cbor2: Add cbor2 library. 2023-03-01 01:13:06 +11:00
iperf3 all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10: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).