zhukovdm / optio

Simple, yet configurable command-line argument parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple, yet configurable command-line argument parser

License:MIT License


Languages

Language:Python 98.1%Language:Makefile 1.9%