optio is an implementation of a simple, yet flexible and configurable
command-line argument parser.
optio is written in Python3 and uses only the standard library.
Run pip install optio to install the latest version of the library from
PyPI.
Detailed description of typical use-cases can be found in the manual.
Doxymentation is generated by executing make docs, then consult
docs/doxygen/html/index.html.
Run extensive unit tests via make tests.