awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jellezijlstra/autotyping

Open-source alternatives to Autotyping

18 open-source projects similar to jellezijlstra/autotyping, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Autotyping alternative.

  • ambv/retypeambv avatar

    ambv/retype

    146View on GitHub↗

    !!! Note this project is no longer supported/maintained as of 2022 August 14th !!!

    Python
    View on GitHub↗146
  • camptocamp/jsonschema-gentypescamptocamp avatar

    camptocamp/jsonschema-gentypes

    48View on GitHub↗

    kk Tools to generate Python types based on TypedDict from a JSON schema

    Python
    View on GitHub↗48
  • dropbox/mypy-protobufdropbox avatar

    dropbox/mypy-protobuf

    706View on GitHub↗

    mypy-protobuf: Generate mypy stub files from protobuf specs

    Python
    View on GitHub↗706
  • dropbox/pyannotatedropbox avatar

    dropbox/pyannotate

    1,444View on GitHub↗

    PyAnnotate: Auto-generate PEP-484 annotations

    Python
    View on GitHub↗1,444
  • google/pytypegoogle avatar

    google/pytype

    5,037View on GitHub↗

    Pytype is a static code analysis tool and type inference engine for Python. It functions as a static type analyzer that detects type mismatches and verifies type annotations without requiring full manual hinting, while also serving as a type stub generator for producing standalone definition files. The project distinguishes itself by automatically determining variable and function types through an analysis of code patterns and assignments. This inference engine allows for structural code verification and the generation of type stubs that describe the interfaces of modules and functions. The

    Pythonlinterpythonstatic-analysis
    View on GitHub↗5,037

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ilevkivskyi/com2annilevkivskyi avatar

    ilevkivskyi/com2ann

    157View on GitHub↗

    com2ann

    Python
    View on GitHub↗157
  • instagram/monkeytypeInstagram avatar

    Instagram/MonkeyType

    4,998View on GitHub↗

    MonkeyType is a runtime type inferencer and analysis tool for Python. It collects actual argument and return types from function calls during program execution to automate the production of static type annotations and compatible stub files. The system converts captured execution traces into static type hints, which can be inserted directly into source code function definitions or used to generate external type stubs. This process allows for the addition of type safety to existing codebases by analyzing real-world data types rather than through manual auditing. The tool's capabilities cover r

    Python
    View on GitHub↗4,998
  • kensho-technologies/pytest-annotateK

    kensho-technologies/pytest-annotate

    0View on GitHub↗

    PyAnnotate as a pytest plugin.

    View on GitHub↗0
  • luttik/auto-optionalLuttik avatar

    Luttik/auto-optional

    19View on GitHub↗

    auto-optional: adds the Optional type-hint to arguments where the default value is None

    Python
    View on GitHub↗19
  • mariusvniekerk/pytest-monkeytypeM

    mariusvniekerk/pytest-monkeytype

    0View on GitHub↗

    MonkeyType as a pytest plugin.

    View on GitHub↗0
  • orsinium-labs/infer-typesorsinium-labs avatar

    orsinium-labs/infer-types

    101View on GitHub↗

    A CLI tool to automatically add type annotations into Python code.

    Python
    View on GitHub↗101
  • orsinium-labs/mypy-baselineorsinium-labs avatar

    orsinium-labs/mypy-baseline

    81View on GitHub↗

    A CLI tool for painless integration of mypy with an existing Python project. When you run it for the first time, it will remember all type errors that you already have in the project (generate "baseline"). All consecutive runs will ignore these errors and report only ones that you introduced…

    Python
    View on GitHub↗81
  • orsinium-labs/typeforceO

    orsinium-labs/typeforce

    0View on GitHub↗

    Typeforce is a CLI tool that enriches your Python environment with type annotations, empowering mypy.

    View on GitHub↗0
  • pvs-hd-tea/pytypespvs-hd-tea avatar

    pvs-hd-tea/PyTypes

    11View on GitHub↗

    Infer Types by Python Tracing

    Python
    View on GitHub↗11
  • python/mypypython avatar

    python/mypy

    20,489View on 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

    Pythonlinterpythontypechecker
    View on GitHub↗20,489
  • righttyper/righttyperRightTyper avatar

    RightTyper/RightTyper

    358View on GitHub↗

    RightTyper is a Python tool that generates types for your function arguments and return values. RightTyper lets your code run at nearly full speed with almost no memory overhead. As a result, you won't experience slow downs in your code or large memory consumption while using it, allowing you to…

    Python
    View on GitHub↗358
  • wasi-master/typesplainerwasi-master avatar

    wasi-master/typesplainer

    83View on GitHub↗

    A Python typehint explainer!

    Python
    View on GitHub↗83
  • whtsky/mypy-silentW

    whtsky/mypy-silent

    0View on GitHub↗

    Automatically add or remove # type: ignore commends to silence mypy. Inspired by pylint-silent

    View on GitHub↗0