slackbuilds_ponce/python/python3-isort/README
Markus Rinne f8fedf4256
python/python3-isort: Added (sort imports alphabetically).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-08-18 08:39:48 +07:00

7 lines
364 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.