awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesConfirmation Validators

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.

Awesome Confirmation Validators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fastapi/typerfastapi 的头像

    fastapi/typer

    19,632在 GitHub 上查看↗

    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.

    Pythoncliclickpython
    在 GitHub 上查看↗19,632
  1. Home
  2. Data & Databases
  3. Field Validation
  4. Confirmation Validators