micropython-lib/argparse
Damien George eba0c0ad8d 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-06 18:10:04 +01:00
..
argparse.py argparse: Initial minimal implementation of argparse. 2015-06-06 18:10:04 +01:00
metadata.txt argparse: Initial minimal implementation of argparse. 2015-06-06 18:10:04 +01:00
setup.py argparse: Initial minimal implementation of argparse. 2015-06-06 18:10:04 +01:00
test_argparse.py argparse: Initial minimal implementation of argparse. 2015-06-06 18:10:04 +01:00