awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Class method patterns

Ranking aktualisiert am 24. Juli 2026

Hand-picked class method patterns and design implementations. Compare top approaches, code examples, and alternatives to find the best fit.

Class method patterns

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • python-attrs/attrsAvatar von python-attrs

    python-attrs/attrs

    5,799Auf GitHub ansehen↗

    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

    Attrs provides class-level metaprogramming through decorators to automate boilerplate generation, aligning with your search for advanced object-oriented utility frameworks.

    PythonPython DescriptorsClass Body Rewriting Decorators
    Auf GitHub ansehen↗5,799
  • micheles/decoratorAvatar von micheles

    micheles/decorator

    907Auf GitHub ansehen↗

    The project is a Python metaprogramming toolkit designed to build signature-preserving function decorators, generic dispatch functions, and context managers without losing metadata. It provides utilities for constructing custom function wrappers and converting generator functions or context managers into reusable decorators that automatically wrap execution blocks. The library supports multi-argument generic function dispatch by routing calls based on runtime argument types and virtual base classes, complete with abstract base class and virtual ancestor resolution. It also includes capabiliti

    This repository is a Python utility library focused on simplifying function and method decoration, though it leans more toward function decorators than advanced class-level metaprogramming or mixin composition.

    PythonClass-Based Decorators
    Auf GitHub ansehen↗907

Related searches

  • Static analysis tools
  • UI component patterns
  • Event dispatcher
  • Flow control patterns
  • Prompt engineering patterns
  • eine Sammlung wiederverwendbarer React-Design-Patterns
  • Low-level abstraction patterns
  • Object destructuring patterns