blob: 34feffb9709baf931267fee2604b1ce36937e3a9 (
plain)
1
2
3
4
5
6
7
|
isort is a Python utility/library to sort imports alphabetically, and
automatically separated into sections. It provides a command line
utility, Python library and plugins for various editors to quickly sort
all your imports.
This Python 3 version of the isort package doesn't contain the command
line utility. Install Python 2 isort package to get the utility.
|