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

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

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

1 个仓库

Awesome GitHub RepositoriesComparison Attribute Selectors

Configures which attributes participate in equality and ordering checks and how they compare.

Distinct from Custom Attribute Handlers: Distinct from Custom Attribute Handlers: focuses on selecting attributes for comparison logic, not HTML attribute processing.

Explore 1 awesome GitHub repository matching web development · Comparison Attribute Selectors. Refine with filters or upvote what's useful.

Awesome Comparison Attribute Selectors GitHub Repositories

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

    python-attrs/attrs

    5,799在 GitHub 上查看↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Configures which attributes participate in equality and ordering checks and how they compare.

    Python
    在 GitHub 上查看↗5,799
  1. Home
  2. Web Development
  3. Custom Data Attributes
  4. Custom Attribute Validators
  5. Custom Attribute Handlers
  6. Comparison Attribute Selectors

探索子标签

  • Custom Comparison FunctionsAllows per-attribute equality and ordering logic via user-supplied callables or helpers. **Distinct from Comparison Attribute Selectors:** Distinct from Comparison Attribute Selectors: adds custom callable logic per attribute, not just selecting which attributes participate.