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
·
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/retypeAvatar von ambv

    ambv/retype

    146Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗146
  • camptocamp/jsonschema-gentypesAvatar von camptocamp

    camptocamp/jsonschema-gentypes

    48Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗48
  • dropbox/mypy-protobufAvatar von dropbox

    dropbox/mypy-protobuf

    706Auf GitHub ansehen↗

    mypy-protobuf: Generate mypy stub files from protobuf specs

    Python
    Auf GitHub ansehen↗706
  • dropbox/pyannotateAvatar von dropbox

    dropbox/pyannotate

    1,444Auf GitHub ansehen↗

    PyAnnotate: Auto-generate PEP-484 annotations

    Python
    Auf GitHub ansehen↗1,444
  • google/pytypeAvatar von google

    google/pytype

    5,037Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,037

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • ilevkivskyi/com2annAvatar von ilevkivskyi

    ilevkivskyi/com2ann

    157Auf GitHub ansehen↗

    com2ann

    Python
    Auf GitHub ansehen↗157
  • instagram/monkeytypeAvatar von Instagram

    Instagram/MonkeyType

    4,998Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,998
  • kensho-technologies/pytest-annotateK

    kensho-technologies/pytest-annotate

    0Auf GitHub ansehen↗

    PyAnnotate as a pytest plugin.

    Auf GitHub ansehen↗0
  • luttik/auto-optionalAvatar von Luttik

    Luttik/auto-optional

    19Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗19
  • mariusvniekerk/pytest-monkeytypeM

    mariusvniekerk/pytest-monkeytype

    0Auf GitHub ansehen↗

    MonkeyType as a pytest plugin.

    Auf GitHub ansehen↗0
  • orsinium-labs/infer-typesAvatar von orsinium-labs

    orsinium-labs/infer-types

    101Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗101
  • orsinium-labs/mypy-baselineAvatar von orsinium-labs

    orsinium-labs/mypy-baseline

    81Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗81
  • orsinium-labs/typeforceO

    orsinium-labs/typeforce

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • pvs-hd-tea/pytypesAvatar von pvs-hd-tea

    pvs-hd-tea/PyTypes

    11Auf GitHub ansehen↗

    Infer Types by Python Tracing

    Python
    Auf GitHub ansehen↗11
  • python/mypyAvatar von python

    python/mypy

    20,489Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,489
  • righttyper/righttyperAvatar von RightTyper

    RightTyper/RightTyper

    358Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗358
  • wasi-master/typesplainerAvatar von wasi-master

    wasi-master/typesplainer

    83Auf GitHub ansehen↗

    A Python typehint explainer!

    Python
    Auf GitHub ansehen↗83
  • whtsky/mypy-silentW

    whtsky/mypy-silent

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0