isort==8.0.1
# A Python utility / library to sort Python imports.
$ pip install isort
downloads/wk
31,762,130
license
—
version
8.0.1
python
>=3.10.0
What is isort?
isort is a Python utility that automatically sorts and organizes import statements in your code according to configurable standards. Developers use it to maintain consistent import ordering across projects, improve code readability, and reduce merge conflicts caused by unsorted imports. It can be integrated into linting workflows or used standalone to refactor existing codebases.
Keywords
Dependencies (1)