micropython-lib/python-stdlib/base64
Damien George 394cbfc98a base64: Remove struct dependency from manifest.
This base64 library only uses `struct.unpack` which is available in the
built-in `struct` module, so no need for the micropython-lib extras.

Signed-off-by: Damien George <damien@micropython.org>
2024-09-23 11:27:36 +10:00
..
base64.py base64: Implement custom maketrans and translate methods. 2023-12-20 12:26:13 +11:00
manifest.py base64: Remove struct dependency from manifest. 2024-09-23 11:27:36 +10:00
test_base64.py all: Run black over all code. 2021-05-27 15:50:04 +10:00