awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 Repos

Awesome GitHub RepositoriesAnnotation Tools

Platforms for labeling and annotating text data.

Explore 19 awesome GitHub repositories matching part of an awesome list · Annotation Tools. Refine with filters or upvote what's useful.

Awesome Annotation Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Compiles statically typed Python modules into C extensions.

    Pythonlinterpythontypechecker
    Auf GitHub ansehen↗20,489
  • google/pytypeAvatar von google

    google/pytype

    5,037Auf GitHub ansehen↗

    Pytype ist ein Tool zur statischen Code-Analyse und eine Typinferenz-Engine für Python. Es fungiert als statischer Typ-Analysator, der Typ-Diskrepanzen erkennt und Typ-Annotationen verifiziert, ohne dass vollständige manuelle Hinweise erforderlich sind, und dient gleichzeitig als Typ-Stub-Generator zur Erstellung eigenständiger Definitionsdateien. Das Projekt zeichnet sich dadurch aus, dass es Variablen- und Funktionstypen durch eine Analyse von Codemustern und Zuweisungen automatisch bestimmt. Diese Inferenz-Engine ermöglicht eine strukturelle Code-Verifizierung und die Generierung von Typ-Stubs, die die Schnittstellen von Modulen und Funktionen beschreiben. Das System deckt breite statische Analyseoperationen ab, einschließlich struktureller Validierung von Klassenhierarchien und Funktionsaufrufen sowie Symbol-Tracking zur Erkennung von Namespace-Fehlern und Zugriffen auf ungültige Attribute. Es bietet zudem Typ-Prüf-Primitive zur Durchsetzung von Annotationen und ein Typsystem, das in der Lage ist, komplexe Datenstrukturen unter Verwendung von Unions und Optionals zu modellieren.

    Toolchain for applying stub files to source code.

    Pythonlinterpythonstatic-analysis
    Auf GitHub ansehen↗5,037
  • instagram/monkeytypeAvatar von Instagram

    Instagram/MonkeyType

    4,998Auf GitHub ansehen↗

    MonkeyType ist ein Laufzeit-Typ-Inferenz- und Analysetool für Python. Es sammelt tatsächliche Argument- und Rückgabetypen von Funktionsaufrufen während der Programmausführung, um die Erstellung statischer Typ-Annotationen und kompatibler Stub-Dateien zu automatisieren. Das System konvertiert erfasste Ausführungs-Traces in statische Typ-Hinweise, die direkt in Funktionsdefinitionen des Quellcodes eingefügt oder zur Generierung externer Typ-Stubs verwendet werden können. Dieser Prozess ermöglicht das Hinzufügen von Typsicherheit zu bestehenden Codebasen durch die Analyse realer Datentypen anstelle manueller Audits. Die Funktionen des Tools decken die Laufzeit-Typ-Sammlung, dynamische Typ-Inferenz und die Generierung statischer Typ-Definitionen ab. Es nutzt Quellcode-Modifikation und Call-Trace-Persistenz, um beobachtete Laufzeitmuster auf statische Signaturen abzubilden.

    Generates stubs based on observed runtime types.

    Python
    Auf GitHub ansehen↗4,998
  • dropbox/pyannotateAvatar von dropbox

    dropbox/pyannotate

    1,444Auf GitHub ansehen↗

    PyAnnotate: Auto-generate PEP-484 annotations

    Inserts annotations based on runtime call arguments.

    Python
    Auf GitHub ansehen↗1,444
  • dropbox/mypy-protobufAvatar von dropbox

    dropbox/mypy-protobuf

    706Auf GitHub ansehen↗

    mypy-protobuf: Generate mypy stub files from protobuf specs

    Generates mypy stubs from Protocol Buffer definitions.

    Python
    Auf GitHub ansehen↗706
  • 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…

    Generates function argument and return types with low overhead.

    Python
    Auf GitHub ansehen↗358
  • ilevkivskyi/com2annAvatar von ilevkivskyi

    ilevkivskyi/com2ann

    157Auf GitHub ansehen↗

    com2ann

    Converts type comments into formal type annotations.

    Python
    Auf GitHub ansehen↗157
  • ambv/retypeAvatar von ambv

    ambv/retype

    146Auf GitHub ansehen↗

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

    Applies stub files to existing Python code.

    Python
    Auf GitHub ansehen↗146
  • 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.

    Automatically infers and inserts type annotations.

    Python
    Auf GitHub ansehen↗101
  • wasi-master/typesplainerAvatar von wasi-master

    wasi-master/typesplainer

    83Auf GitHub ansehen↗

    A Python typehint explainer!

    Explains complex Python types.

    Python
    Auf GitHub ansehen↗83
  • 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…

    Filters existing errors to focus on new type issues.

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

    camptocamp/jsonschema-gentypes

    48Auf GitHub ansehen↗

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

    Generates Python types from JSON Schema.

    Python
    Auf GitHub ansehen↗48
  • 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

    Automatically marks arguments as Optional when default is None.

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

    pvs-hd-tea/PyTypes

    11Auf GitHub ansehen↗

    Infer Types by Python Tracing

    Infers types through Python code tracing.

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

    mariusvniekerk/pytest-monkeytype

    0Auf GitHub ansehen↗

    MonkeyType as a pytest plugin.

    MonkeyType plugin for Pytest.

    Auf GitHub ansehen↗0
  • kensho-technologies/pytest-annotateK

    kensho-technologies/pytest-annotate

    0Auf GitHub ansehen↗

    PyAnnotate as a pytest plugin.

    Pyannotate plugin for Pytest.

    Auf GitHub ansehen↗0
  • jellezijlstra/autotypingJ

    JelleZijlstra/autotyping

    0Auf GitHub ansehen↗

    When I refactor code I often find myself tediously adding type annotations that are obvious from context: functions that don't return anything, boolean flags, etcetera. That's where autotyping comes in: it automatically adds those types and inserts the right annotations.

    Automatically adds simple return type annotations.

    Auf GitHub ansehen↗0
  • orsinium-labs/typeforceO

    orsinium-labs/typeforce

    0Auf GitHub ansehen↗

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

    Enriches environments with type annotations for mypy.

    Auf GitHub ansehen↗0
  • whtsky/mypy-silentW

    whtsky/mypy-silent

    0Auf GitHub ansehen↗

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

    Manages mypy output via code comments.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Annotation Tools