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ść
0a91a37563
micropython-lib
/
python-stdlib
/
base64
/
manifest.py
7 wiersze
86 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
base64: Implement custom maketrans and translate methods. Re-implemented bytes.maketrans() and bytes.translate() as there are no such functions in MicroPython.
2023-11-12 09:15:53 +00:00
metadata
(
version
=
"
3.3.5
"
)
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
"
)
require
(
"
struct
"
)
module
(
"
base64.py
"
)