Have you ever wanted to adjust the values of Python objects from the command line but found it inconvenient to do so?
With Python Fire, you can quickly generate a command-line interface for any Python object in two lines of code.
My tips on generating nice outputs when running Python code.