micropython-lib/python-ecosys
Jonah Bron 1d642ad8eb py_vapid: Basic VAPID header generation based on PyPi py_vapid.
Signed-off-by: Jonah Bron <hi@jonah.id>
2024-04-13 07:35:31 +00: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 iperf3: Pre-declare some variables set in the loop. 2023-08-22 22:43:46 +10:00
py_vapid py_vapid: Basic VAPID header generation based on PyPi py_vapid. 2024-04-13 07:35:31 +00:00
pyjwt pyjwt: Incremented package version and added a brief description. 2024-04-13 07:34:56 +00:00
requests ssl: Restructure micropython SSL interface to a new tls module. 2024-02-07 12:12:13 +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).