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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesAttribute Merging from Parent Classes

Merges attribute definitions from parent classes with child class declarations, resolving conflicts and maintaining method generation order.

Distinct from Attribute Inheritance: Distinct from Attribute Inheritance: focuses on merging and conflict resolution of attribute definitions during class creation, not runtime propagation.

Explore 3 awesome GitHub repositories matching web development · Attribute Merging from Parent Classes. Refine with filters or upvote what's useful.

Awesome Attribute Merging from Parent Classes GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • python-attrs/attrsAvatar de python-attrs

    python-attrs/attrs

    5,799Ver en 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

    Merges attribute definitions from parent classes with child declarations, resolving conflicts during class creation.

    Python
    Ver en GitHub↗5,799
  • zircote/swagger-phpAvatar de zircote

    zircote/swagger-php

    5,298Ver en GitHub↗

    swagger-php es un generador de especificaciones OpenAPI y biblioteca de documentación de API para PHP. Escanea atributos y anotaciones del código fuente de PHP para producir archivos de especificación estandarizados y referencias de API interactivas. La herramienta funciona como un motor de inferencia de esquemas que deriva tipos de datos y esquemas a partir de sugerencias de tipo nativas de PHP y bloques genéricos. Utiliza análisis estático basado en reflexión para extraer metadatos sin ejecutar la lógica de la aplicación y admite la herencia recursiva de esquemas para fusionar definiciones de clases e interfaces padre. El proyecto incluye una utilidad de línea de comandos para exportar definiciones de API a archivos YAML o JSON estáticos. También proporciona un pipeline para el ensamblaje de especificaciones con lógica de procesamiento conectable para modificar cómo se analiza o estructura el código fuente.

    Merges attribute definitions from parent classes and interfaces into child objects to maintain a consistent definition hierarchy.

    PHP
    Ver en GitHub↗5,298
  • phpdocumentor/phpdocumentorAvatar de phpDocumentor

    phpDocumentor/phpDocumentor

    4,332Ver en GitHub↗

    phpDocumentor is a PHP API documentation generator and source code analyzer that transforms PHP files and DocBlocks into structured HTML API references. It functions as a static site generator and an automatic documentation tool designed to synchronize technical documentation with code changes. The project distinguishes itself by acting as a UML diagram generator, producing class and architectural graphs via PlantUML based on source analysis. It also supports technical manual authoring, rendering hand-written guides in Markdown and ReStructuredText alongside the automatically generated API re

    Combines a parent element's description with a child's description by inserting inherited text.

    PHPdocblockdocblocksgraphviz
    Ver en GitHub↗4,332
  1. Home
  2. Web Development
  3. Attribute Inheritance
  4. Attribute Merging from Parent Classes

Explorar subetiquetas

  • Description MergingCombines inherited parent descriptions with child-specific text using markers. **Distinct from Attribute Merging from Parent Classes:** Merges textual descriptions for documentation, not technical attribute definitions for class creation.