diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2017-05-01 07:44:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-01 07:44:01 +0700 |
commit | f37363d25a127b070979d94ada634e3b738f3a66 (patch) | |
tree | 68dcc013e92eac7306e8230baf53022d81acc5f9 /python/isort/slack-desc | |
parent | b98987b2a1a534b6750bb7289461a25eacb6df95 (diff) | |
download | slackbuilds-f37363d25a127b070979d94ada634e3b738f3a66.tar.gz |
python/isort: Added (sort imports alphabetically).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/isort/slack-desc')
-rw-r--r-- | python/isort/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/isort/slack-desc b/python/isort/slack-desc new file mode 100644 index 0000000000..d2c685c777 --- /dev/null +++ b/python/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------------------------------------------------------| +isort: isort (sort imports alphabetically) +isort: +isort: isort is a Python utility/library to sort imports alphabetically, and +isort: automatically separated into sections. It provides a command line +isort: utility, Python library and plugins for various editors to quickly +isort: sort all your imports. +isort: +isort: +isort: +isort: +isort: |