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ść
87b4cdae2f
micropython-lib
/
python-stdlib
/
os-path
/
manifest.py
7 wiersze
97 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
os.path: Remove external / ffi dependencies in os.path. This work was funded by Planet Innovation. Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2022-09-30 07:50:21 +00:00
metadata
(
version
=
"
0.1.4
"
)
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.
require
(
"
os
"
)
package
(
"
os
"
)