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ść
992eecfed4
micropython-lib
/
micropython
/
urllib.urequest
/
manifest.py
6 wiersze
87 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
ssl: Restructure micropython SSL interface to a new tls module. MicroPython now supplies SSL/TLS functionality in a new built-in `tls` module. The `ssl` module is now implemented purely in Python, in this repository. Other libraries are updated to work with this scheme. Signed-off-by: Felix Dörre <felix@dogcraft.de>
2024-02-01 12:36:19 +00:00
metadata
(
version
=
"
0.7.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
# Originally written by Paul Sokolovsky.
package
(
"
urllib
"
)