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
·

2 repositorios

Awesome GitHub RepositoriesInstance Copy Functions

Creates modified copies of class instances by specifying which attribute values to change.

Distinct from Data Class Copy Functions: Distinct from Data Class Copy Functions: focuses on Python's copy.replace for attrs instances, not Kotlin's data class copy method.

Explore 2 awesome GitHub repositories matching data & databases · Instance Copy Functions. Refine with filters or upvote what's useful.

Awesome Instance Copy Functions 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

    Creates a modified copy of an existing instance by specifying which attribute values to change.

    Python
    Ver en GitHub↗5,799
  • effector/effectorAvatar de effector

    effector/effector

    4,837Ver en GitHub↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Generates local instances of shared asynchronous operations to allow component-specific event subscriptions.

    TypeScriptbusiness-logiceffectorevent-driven
    Ver en GitHub↗4,837
  1. Home
  2. Data & Databases
  3. Zero-Copy Cloning
  4. Deep Class Instance Cloning
  5. Data Class Copy Functions
  6. Instance Copy Functions

Explorar subetiquetas

  • Effect Instance FactoriesGenerates local, isolated instances of shared asynchronous operations for component-specific usage. **Distinct from Instance Copy Functions:** Distinct from Instance Copy Functions: focuses on creating isolated effect instances for reactive scoping rather than general class instance cloning.
  • Pickle and Copy CompatibilitiesEnables pickling, deep copying, and shallow copying of class instances, including slotted and frozen classes. **Distinct from Instance Copy Functions:** Distinct from Instance Copy Functions: covers pickling and copying, not just attribute modification during copy.