Projects with this topic
-
qargparse is a task-oriented extension of Python’s argparse that enables ordered argument queuing, dynamic task grouping, and automatic CLI generation from Python APIs.
It allows you to build complex command-line workflows where arguments can be repeated, grouped into execution units, and mapped directly to Python class methods — while remaining fully compatible with standard argparse.
Ideal for automation tools, ML experimentation pipelines, and multi-operation CLIs.
Updated -
A Copier template for Python CLI development with modern CI/CD.
Updated -
A simple library for quick prototyping with C.
Updated -
-
-
This Guile Scheme module builds on Guile's getopt-long module (in ice-9 system library) to provide some of the functionality of argparse from Python. It makes it easier to parse subcommands and attach functions that process their arguments.
Updated