Skip to content
/ optio Public

Simple, yet configurable command-line argument parser

License

Notifications You must be signed in to change notification settings

zhukovdm/optio

Repository files navigation

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.