mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
125ead760e
Signed-off-by: B. Watson <yalhcru@gmail.com>
7 lines
363 B
Text
7 lines
363 B
Text
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.
|