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ść
d43faf2d09
micropython-lib
/
argparse
/
metadata.txt
5 wiersze
79 B
Plaintext
Czysty
Zwykły widok
Historia
Unescape
Escape
argparse: Initial minimal implementation of argparse. CPython's argparse needs around 160k heap just for the module, and has heaps of dependencies. This minimal version can run in 16k heap and has only sys and namedtuple dependencies (which are builtin to MicroPython).
2015-06-05 22:21:03 +00:00
srctype = micropython-lib
type = module
argparse: Release 0.3.2.
2016-05-02 11:06:53 +00:00
version = 0.3.2
argparse: Initial minimal implementation of argparse. CPython's argparse needs around 160k heap just for the module, and has heaps of dependencies. This minimal version can run in 16k heap and has only sys and namedtuple dependencies (which are builtin to MicroPython).
2015-06-05 22:21:03 +00:00
author = Damien George