awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 repositorios

Awesome GitHub RepositoriesTypedDict Validation

Verification of constraints and update operations within specialized dictionary type definitions.

Distinct from Type Checking: Specific to TypedDict constraints rather than general static type checking

Explore 2 awesome GitHub repositories matching part of an awesome list · TypedDict Validation. Refine with filters or upvote what's useful.

Awesome TypedDict Validation GitHub Repositories

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

    python/mypy

    20,489Ver en GitHub↗

    mypy is a static type checker for Python that analyzes source code to detect type errors and inconsistencies without executing the program. It functions as a static analysis tool and type inference engine, providing a gradual typing system that allows type hints to be added to a codebase incrementally while maintaining compatibility with dynamic typing. The project distinguishes itself through a combination of performance and precision features. It utilizes a daemon-based incremental checking system and multi-process parallel analysis to manage large codebases, supported by binary cache persi

    Checks for read-only items and flexible update operations within specialized dictionary type definitions.

    Pythonlinterpythontypechecker
    Ver en GitHub↗20,489
  • facebook/pyreflyAvatar de facebook

    facebook/pyrefly

    5,390Ver en GitHub↗

    Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi

    Enforces key-value type constraints on TypedDict dictionary structures at compile time.

    Rustcode-qualitycontributions-welcomegood-first-issue
    Ver en GitHub↗5,390
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Type Checking
  5. TypedDict Validation