A thing I built
I made a thing.
It’s a wee python library that (to quote the docs) “reads defaults for commandline args from a config file. The cute thing is, it figures out what config options to expect based on your argparse
commandline args definition.”
In other words: you write your commandline args parser as usual, and with one extra line of code –and an import statement– your program will understand a config file giving defaults for those very same commandline args.
The other cute thing is, it’s on PyPI (the central repository of all things pythonic), instead of just in my own bitbucket repo (although it is there also).