You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid
4187d71d8c
|
7 years ago | |
---|---|---|
dead-simple | 7 years ago | |
test-matrix | 7 years ago | |
README.md | 7 years ago |
README.md
argparse-examples
Some simple argparse examples.
dead-simple
A dead simple example that just takes two required arguments, and shows how to get the values of those arguments and do something with them.
test-matrix
a template for testing out a parameters matrix. this adds multiple arguments to the arg parser, then calls the argparser with different combinations of arguments to print out the values of the underlying args parameter dictionary.