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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hakancelikdev/unimport

Open-source alternatives to Unimport

10 open-source projects similar to hakancelikdev/unimport, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Unimport alternative.

  • faif/python-patternsAvatar von faif

    faif/python-patterns

    42,801Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗42,801
  • asottile/pyupgradeAvatar von asottile

    asottile/pyupgrade

    4,097Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,097
  • davidhalter/jediAvatar von davidhalter

    davidhalter/jedi

    6,157Auf GitHub ansehen↗

    Awesome autocompletion, static analysis and refactoring library for python

    Python
    Auf GitHub ansehen↗6,157
  • elmotec/masseditAvatar von elmotec

    elmotec/massedit

    116Auf GitHub ansehen↗

    .. image:: https://img.shields.io/pypi/v/massedit.svg :target: https://pypi.python.org/pypi/massedit/ :alt: PyPi version

    Python
    Auf GitHub ansehen↗116

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
  • jendrikseipp/vultureAvatar von jendrikseipp

    jendrikseipp/vulture

    4,655Auf GitHub ansehen↗

    Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python source code. It operates as a dead code detector and unused code finder that scans source files to identify unreachable expressions and imports without executing the code. The tool employs a confidence-based heuristic scoring system to assign probability values to detections, helping to distinguish truly unused symbols from potential false positives. It further assists in pruning dead logic by sorting detected unused classes and functions by line count to prioritize the removal of

    Pythondead-code-removalpython
    Auf GitHub ansehen↗4,655
  • pycqa/autoflakeAvatar von PyCQA

    PyCQA/autoflake

    958Auf GitHub ansehen↗

    Removes unused imports and unused variables as reported by pyflakes

    Pythonformatterhacktoberfestlinter
    Auf GitHub ansehen↗958
  • asottile/add-trailing-commaAvatar von asottile

    asottile/add-trailing-comma

    374Auf GitHub ansehen↗

    add-trailing-comma

    Python
    Auf GitHub ansehen↗374
  • python-rope/ropeAvatar von python-rope

    python-rope/rope

    2,223Auf GitHub ansehen↗

    a python refactoring library

    Pythonastpythonrefactoring
    Auf GitHub ansehen↗2,223