aboutsummaryrefslogtreecommitdiff
path: root/python/python3-isort/slack-desc
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/slack-desc
parent25cab77e9e5138a9ac6752ddaf65afdaf9d2253a (diff)
python/python3-isort: Added (sort imports alphabetically).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-isort/slack-desc')
-rw-r--r--python/python3-isort/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-isort/slack-desc b/python/python3-isort/slack-desc
new file mode 100644
index 0000000000..0b62fc23bd
--- /dev/null
+++ b/python/python3-isort/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-isort: python3-isort (sort imports alphabetically)
+python3-isort:
+python3-isort: isort is a Python utility/library to sort imports alphabetically, and
+python3-isort: automatically separated into sections. It provides a command line
+python3-isort: utility, Python library and plugins for various editors to quickly
+python3-isort: sort all your imports.
+python3-isort:
+python3-isort: This Python 3 version of the isort package doesn't contain the command
+python3-isort: line utility. Install Python 2 isort package to get the utility.
+python3-isort:
+python3-isort: