/optio

Simple, yet configurable command-line argument parser

Primary LanguagePythonMIT LicenseMIT

optio

optio is an implementation of a simple, yet flexible and configurable command-line argument parser.

Dependencies

optio is written in Python3 and uses only the standard library.

Installation

Run pip install optio to install the latest version of the library from PyPI.

Documentation

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.

Testing

Run extensive unit tests via make tests.