1 Repo
Logic for requiring that a field matches the value of a corresponding confirmation input.
Distinct from Field Validation: Distinct from Field Validation: focuses on cross-field matching logic rather than general integrity.
Explore 1 awesome GitHub repository matching data & databases · Confirmation Validators. Refine with filters or upvote what's useful.
This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili
Ensures input accuracy by requiring users to enter sensitive values twice to confirm they match.