clap

(C)ommand (L)ine (A)rgument (P)arsing… A thin wrapper around the standard Python argparse library.

project status badges:

CI Workflow Coverage Documentation Status Package Health

version badges:

Project Version Python Versions Cookiecutter: cc-python Docker: bbugyi/python

Installation 🗹

To install python-clap using pip, run the following commands in your terminal:

python3 -m pip install --user python-clap  # install clap

If you don’t have pip installed, this Python installation guide can guide you through the process.