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ść
224246531e
micropython-lib
/
python-stdlib
/
gzip
/
manifest.py
4 wiersze
45 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
zlib: Add zlib module. This is a replacement for the `zlib` module that used to be built-in and has been replaced by the MicroPython-specific `deflate` module. Also updates the `gzip` module in a similar fashion and provide the `gzip.GzipFile` class and `gzip.open` function. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-26 14:30:45 +00:00
metadata
(
version
=
"
1.0.0
"
)
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
module
(
"
gzip.py
"
)