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
·

3 Repos

Awesome GitHub RepositoriesAttribute Extraction

The process of retrieving concrete values from object attributes using reflective interfaces.

Distinct from Reflection-Based Object Manipulation: Distinct from Reflection-Based Object Manipulation by focusing on the extraction of values rather than general interaction or modification.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Attribute Extraction. Refine with filters or upvote what's useful.

Awesome Attribute Extraction GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sebastianbergmann/object-reflectorAvatar von sebastianbergmann

    sebastianbergmann/object-reflector

    6,283Auf GitHub ansehen↗

    Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object property extractor designed to retrieve values from an object's internal state and inheritance hierarchies during runtime. The library provides the capability to access and extract private, protected, and inherited object attributes. This allows for the inspection of internal properties regardless of their visibility. The project covers domains including software debugging workflows, automated testing utilities, and general Python runtime reflection to analyze object properties

    Extracts values from object properties regardless of their visibility or inheritance status.

    PHP
    Auf GitHub ansehen↗6,283
  • hashicorp/hclAvatar von hashicorp

    hashicorp/hcl

    5,788Auf GitHub ansehen↗

    HCL is a configuration language implementation designed for parsing, evaluating, and encoding structured settings through the use of blocks and attributes. It functions as a configuration AST parser and a schema-based decoder that maps attributes and blocks to internal data structures using predefined rules. The project includes an expression evaluation engine that resolves dynamic values and cross-references through multi-phase processing of variables and functions. It also provides a configuration file formatter to standardize the layout and indentation of source code for consistent visual

    Collects attributes from all items in a list, tuple, or set using splat operators.

    Goconfiguration-languagehashicorphcl
    Auf GitHub ansehen↗5,788
  • realpython/materialsAvatar von realpython

    realpython/materials

    5,173Auf GitHub ansehen↗

    This project is a comprehensive collection of Python programming education materials, including tutorials, exercises, and curated code samples. It serves as a learning curriculum and software engineering toolkit, utilizing Jupyter Notebooks to combine executable code with descriptive educational text. The repository provides practical implementation guides for building large language model applications, such as retrieval-augmented generation systems, stateful AI agents, and machine learning workflows. It distinguishes itself by offering a structured approach to agentic coding workflows, cover

    Retrieve, set, or delete attributes using their names as strings at runtime.

    Jupyter Notebook
    Auf GitHub ansehen↗5,173
  1. Home
  2. Programming Languages & Runtimes
  3. Reflection-Based Object Manipulation
  4. Attribute Extraction

Unter-Tags erkunden

  • Attribute ModificationCapabilities for setting or deleting object attributes dynamically using string names. **Distinct from Attribute Extraction:** Distinct from Attribute Extraction: covers the modification and deletion of attributes, not just the retrieval of values.
  • Splat-BasedCollecting attributes from all items in a collection using a batch operator. **Distinct from Attribute Extraction:** Specific to the 'splat' operator pattern for collection projection, distinct from general reflection-based attribute extraction.