awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCode Generation Utilities

Tools that automate the creation of source code based on model definitions or schema specifications.

Distinguishing note: Focuses on compile-time transformation of models into optimized code, distinct from general-purpose build tools.

Explore 1 awesome GitHub repository matching software engineering & architecture · Code Generation Utilities. Refine with filters or upvote what's useful.

Awesome Code Generation Utilities GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pydantic/pydanticAvatar de pydantic

    pydantic/pydantic

    26,932Voir sur GitHub↗

    Pydantic is a data validation and serialization library that enforces schema constraints and performs type conversion on complex data structures. It utilizes standard Python type annotations to define data models, allowing developers to establish structured schemas that automatically enforce business rules and constraints without the need for custom domain-specific languages. The library distinguishes itself by transforming high-level model definitions into optimized code during initialization to minimize runtime overhead. It supports recursive validation for nested data structures and employ

    Transforms high-level model definitions into optimized code during initialization to reduce runtime overhead.

    Pythonhintsjson-schemaparsing
    Voir sur GitHub↗26,932
  1. Home
  2. Software Engineering & Architecture
  3. Code Generation Utilities