Package python3-plac

The smartest command line arguments parser in the world

https://github.com/ialbert/plac

plac is a Python package that can generate command line parameters from
function signatures.

plac works on Python 2.6 through all versions of Python 3.

plac has no dependencies beyond modules already present in the Python standard
library.

plac implements most of its functionality in a single file that may be included
in your source code.

Version: 1.4.3

General Commands

plac_runner.py plac_runner.py – Runner for plac tools, plac batch files and plac tests