1 Repo
Libraries and toolkits for building command-line interfaces with declarative parameter parsing and command nesting.
Distinct from Command Line Interfaces: Distinct from Command Line Interfaces: focuses on the developer-facing library used to build tools, rather than the finished applications themselves.
Explore 1 awesome GitHub repository matching development tools & productivity · Frameworks. Refine with filters or upvote what's useful.
Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro
Building complex, nested command-line tools with automatic help generation, parameter validation, and support for environment variable configuration.