summaryrefslogtreecommitdiff
path: root/python/isort/README
diff options
context:
space:
mode:
authorSerban Udrea <S.Udrea@gsi.de>2017-05-01 07:44:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-01 07:44:01 +0700
commitf37363d25a127b070979d94ada634e3b738f3a66 (patch)
tree68dcc013e92eac7306e8230baf53022d81acc5f9 /python/isort/README
parentb98987b2a1a534b6750bb7289461a25eacb6df95 (diff)
downloadslackbuilds-f37363d25a127b070979d94ada634e3b738f3a66.tar.gz
python/isort: Added (sort imports alphabetically).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/isort/README')
-rw-r--r--python/isort/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/isort/README b/python/isort/README
new file mode 100644
index 0000000000..5369c75f88
--- /dev/null
+++ b/python/isort/README
@@ -0,0 +1,4 @@
+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.