micropython-lib/python-ecosys
iabdalkader 8ee876dcd6 cbor2: Deprecate decoder and encoder modules.
Deprecate decoder and encoder modules to maintain compatibility with the
CPython cbor2 module.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-03-19 17:28:35 +11:00
..
aiohttp aiohttp: Fix binary data treatment. 2024-02-08 19:02:26 +11:00
cbor2 cbor2: Deprecate decoder and encoder modules. 2024-03-19 17:28:35 +11:00
iperf3
pyjwt
requests ssl: Restructure micropython SSL interface to a new tls module. 2024-02-07 12:12:13 +11:00
README.md

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).