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
ambv avatar

ambv/retype

0
View on GitHub↗
146 stars·19 forks·Python·MIT·10 views

Retype

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

Features

  • Annotation Tools - Applies stub files to existing Python code.

Star history

Star history chart for ambv/retypeStar history chart for ambv/retype

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does ambv/retype do?

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

What are the main features of ambv/retype?

The main features of ambv/retype are: Annotation Tools.

Which projects share features with ambv/retype?

Projects with overlapping indexed features include: dropbox/mypy-protobuf — mypy-protobuf: Generate mypy stub files from protobuf specs. dropbox/pyannotate — PyAnnotate: Auto-generate PEP-484 annotations. google/pytype — Pytype is a static code analysis tool and type inference engine for Python. It functions as a static type analyzer… ilevkivskyi/com2ann — com2ann. instagram/monkeytype — MonkeyType is a runtime type inferencer and analysis tool for Python. It collects actual argument and return types… camptocamp/jsonschema-gentypes — kk Tools to generate Python types based on TypedDict from a JSON schema.

Projects sharing features with Retype

These projects share indexed features with Retype. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
Compare all 18 related projects→