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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ilevkivskyi avatar

ilevkivskyi/com2ann

0
View on GitHub↗
157 estrellas·13 forks·Python·MIT·3 vistas

Com2ann

com2ann

Features

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

Historial de estrellas

Gráfico del historial de estrellas de ilevkivskyi/com2annGráfico del historial de estrellas de ilevkivskyi/com2ann

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Com2ann

Proyectos open-source similares, clasificados según cuántas características comparten con Com2ann.
  • instagram/monkeytypeAvatar de Instagram

    Instagram/MonkeyType

    4,998Ver en 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
    Ver en GitHub↗4,998
  • faif/python-patternsAvatar de faif

    faif/python-patterns

    42,801Ver en 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
    Ver en GitHub↗42,801
  • asottile/pyupgradeAvatar de asottile

    asottile/pyupgrade

    4,097Ver en 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
    Ver en GitHub↗4,097
  • camptocamp/jsonschema-gentypesAvatar de camptocamp

    camptocamp/jsonschema-gentypes

    48Ver en GitHub↗

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

    Python
    Ver en GitHub↗48
Ver las 27 alternativas a Com2ann→

Preguntas frecuentes

¿Qué hace ilevkivskyi/com2ann?

com2ann

¿Cuáles son las características principales de ilevkivskyi/com2ann?

Las características principales de ilevkivskyi/com2ann son: Annotation Tools, Code Refactoring.

¿Qué alternativas de código abierto existen para ilevkivskyi/com2ann?

Las alternativas de código abierto para ilevkivskyi/com2ann incluyen: 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.