isort

Import sorter

A tool that sorts Python imports alphabetically and separates them into sections by type

A Python utility / library to sort imports.

GitHub

7k stars
46 watching
582 forks
Language: Python
last commit: 4 months ago
Linked from 2 awesome lists

auto-formattercleanercliformatterhacktoberfestisortlinterpythonpython-utilitypython3sorting-imports

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
gforcada/flake8-isort Tool to automatically format Python imports according to user-defined settings 174
pycqa/flake8-import-order A plugin that checks the ordering of imports in Python code according to specific style guides. 278
pylessard/python-can-isotp Provides a Python implementation of the ISO-15765 protocol for automotive networking 262
pycqa/modernize Transforms Python 2 source code into compatible Python 3 and 2.6+ code 355
nbqa-dev/nbqa Automates code quality checks and formatting for Jupyter Notebooks 1,051
alexpasmantier/pymple.nvim Automatically updates imports and resolves missing imports in Python files when the file or directory is moved or renamed 76
indygreg/pyoxidizer A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. 5,493
jarmani/py-openbsd-pledge Provides a Python interface to manage process isolation and confinement on systems supporting OpenBSD's pledge feature. 9
pycqa/autoflake A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis 904
google/pytype Automates type checking and error prevention in Python code 4,773
hakancelikdev/unimport Tool for detecting and removing unused import statements in code 239
spoqa/flake8-import-order-spoqa A tool that enforces a specific import order convention in Python code. 15
pycaret/pycaret An automation tool for machine learning workflows in Python 8,955
tlocke/flake8-alphabetize Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. 16
mtshiba/pylyzer A fast and feature-rich static code analyzer and language server for Python 2,483