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ść
ce3f282967
micropython-lib
/
python-ecosys
/
iperf3
/
manifest.py
4 wiersze
86 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
python-ecosys: Add pypi= to metadata. This is so the package knows the "upstream" name of the corresponding PyPI package that it's based on. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-04-06 02:05:04 +00:00
metadata
(
version
=
"
0.1.3
"
,
pypi
=
"
iperf3
"
,
pypi_publish
=
"
uiperf3
"
)
iperf3: Support devices without os.urandom(). Also add a version to the manifest. Signed-off-by: Damien George <damien@micropython.org>
2023-03-21 05:01:01 +00:00
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
(
"
iperf3.py
"
)