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
·

1 Repo

Awesome GitHub RepositoriesPython Dict to Class Instance Converters

Converts plain Python dictionaries into typed class instances, preserving type structure.

Distinct from Plain Object to Class Instance Converters: Distinct from Plain Object to Class Instance Converters: targets Python classes, not JavaScript objects.

Explore 1 awesome GitHub repository matching data & databases · Python Dict to Class Instance Converters. Refine with filters or upvote what's useful.

Awesome Python Dict to Class Instance Converters GitHub Repositories

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

    Converts plain Python dictionaries into typed attrs class instances and reverses the process.

    Python
    Auf GitHub ansehen↗5,799
  1. Home
  2. Data & Databases
  3. Ordered Data Structures
  4. Ordered Collection Literals
  5. Object Collection Processors
  6. Object Transformation
  7. Plain Object to Class Instance Converters
  8. Python Dict to Class Instance Converters