awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAttribute Setting Hooks

Runs custom callbacks whenever an attribute is set after initialization, enabling validation, conversion, or freezing.

Distinct from Attribute Lifecycle Hooks: Distinct from Attribute Lifecycle Hooks: focuses on post-initialization attribute setting, not general lifecycle interception.

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

Awesome Attribute Setting Hooks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • python-attrs/attrsAvatar de python-attrs

    python-attrs/attrs

    5,799Voir sur 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

    Runs custom callbacks on attribute assignment for validation, conversion, or freezing.

    Python
    Voir sur GitHub↗5,799
  1. Home
  2. Web Development
  3. Attribute Binding
  4. Attribute Lifecycle Hooks
  5. Attribute Setting Hooks