This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
d6faaf8472
micropython-lib
/
python-stdlib
/
base64
/
manifest.py
6 wiersze
68 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
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-11 04:03:52 +00:00
metadata
(
version
=
"
3.3.6
"
)
all: Replace metadata.txt with manifest.py. Uses the new require()/package()/module() functions from manifestfile.py. Add manifest.py for iperf3 and pyjwt. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-07-13 04:44:28 +00:00
require
(
"
binascii
"
)
module
(
"
base64.py
"
)