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
·
ilevkivskyi avatar

ilevkivskyi/com2ann

0
View on GitHub↗
157 stars·13 forks·Python·MIT·3 views

Com2ann

com2ann

Features

  • Annotation Tools - Converts type comments into formal type annotations.
  • Code Refactoring - Converts type comments into modern type annotations.

Star history

Star history chart for ilevkivskyi/com2annStar history chart for ilevkivskyi/com2ann

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 ilevkivskyi/com2ann do?

com2ann

What are the main features of ilevkivskyi/com2ann?

The main features of ilevkivskyi/com2ann are: Annotation Tools, Code Refactoring.

What are some open-source alternatives to ilevkivskyi/com2ann?

Open-source alternatives to ilevkivskyi/com2ann include: instagram/monkeytype — MonkeyType is a runtime type inferencer and analysis tool for Python. It collects actual argument and return types… faif/python-patterns — This project is a comprehensive collection of software design patterns implemented in Python. It serves as a reference… asottile/pyupgrade — pyupgrade is a static code modernizer and syntax upgrader for Python. It automatically rewrites source code to… davidhalter/jedi — Awesome autocompletion, static analysis and refactoring library for python. dropbox/mypy-protobuf — mypy-protobuf: Generate mypy stub files from protobuf specs. camptocamp/jsonschema-gentypes — kk Tools to generate Python types based on TypedDict from a JSON schema.

Open-source alternatives to Com2ann

Similar open-source projects, ranked by how many features they share with Com2ann.
  • 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
  • faif/python-patternsfaif avatar

    faif/python-patterns

    42,801View on GitHub↗

    This project is a comprehensive collection of software design patterns implemented in Python. It serves as a reference for architectural, behavioral, creational, and structural patterns to guide the organization of Python applications. The collection covers behavioral strategies for managing object communication and state, creational techniques for controlling object instantiation, and structural methods for composing classes and objects into flexible hierarchies. It also includes architectural references for system-wide structuring, such as multi-tier architectures and blackboard models. Th

    Pythondesign-patternsidiomspython
    View on GitHub↗42,801
  • asottile/pyupgradeasottile avatar

    asottile/pyupgrade

    4,097View on GitHub↗

    pyupgrade is a static code modernizer and syntax upgrader for Python. It automatically rewrites source code to implement modern language features and syntax based on a specified target version. The tool focuses on removing technical debt by deleting deprecated imports, compatibility shims, and obsolete version-specific conditional blocks. It also refactors type annotations to use current standards, such as simplified generic aliases and union operators. Its capability surface includes updating standard library usage, optimizing built-in function calls, and converting verbose collection const

    Python
    View on GitHub↗4,097
  • 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
See all 27 alternatives to Com2ann→