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/README | |
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/README')
-rw-r--r-- | python/isort/README | 4 |
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. |