Optioner is a lightweight Argument Parser

With optioner you can get control over argument parsing, error handling and perform complicated tasks such as defining compulsory arguments while also having some arguments that can bypass the compulsion.

GitHub Pypi


Overview

Optioner is in beta phase and is constantly evolving so keep checking this documentation for updates. Optioner currently supports general argument parsing, handling compulsory arguments and a special whitelist arguments that can bypass compulsion arguments.

Installation

Optioner can be installed easily using pip.

Install only the latest version as this software is still in beta stage and keeps on getting updates. Last Stable version: v1.5.2

# install using pip
pip install optioner==1.5.2

Uninstall

pip uninstall optioner