Assembling some simple argparse examples.
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 Update 'README.md' 6 years ago
dead-simple add initial readme and two examples (dead simple and test matrix) 6 years ago
test-matrix add initial readme and two examples (dead simple and test matrix) 6 years ago
README.md Update 'README.md' 6 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.