aboutsummaryrefslogtreecommitdiff
path: root/python/python3-isort/README
diff options
context:
space:
mode:
authorMarkus Rinne <markus.ka.rinne@gmail.com>2018-08-16 22:06:41 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-18 08:39:48 +0700
commitf8fedf42567e61c7d77f4de1bd2508bc11e29d2e (patch)
tree7c5b2314597e9080487d832faadf13c7c0de263b /python/python3-isort/README
parent25cab77e9e5138a9ac6752ddaf65afdaf9d2253a (diff)
python/python3-isort: Added (sort imports alphabetically).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-isort/README')
-rw-r--r--python/python3-isort/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-isort/README b/python/python3-isort/README
new file mode 100644
index 0000000000..396cf35a0f
--- /dev/null
+++ b/python/python3-isort/README
@@ -0,0 +1,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.