Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.66 KB

File metadata and controls

40 lines (31 loc) · 1.66 KB

Command-line generator in python

License Versions PyPi Code repo Documentation Code Health

This module is a wrapper to argparse module. It aims is to generate a custom and advanced command-line from a formatted dictionary. As python dictionnaries are easily exportable to configuration files (like YAML or JSON), the idea is to outsource the command-line definition to a file instead of writing dozens or hundreds lines of code.

Code is available on Github.
Documentation is available on Readthedocs.
Changlog is available here