isort 2.4.15 发布了。isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、Python 库和 Kate 插件。
更新内容:
Fixed certain one line imports not being successfully wrapped
软件详情:https://github.com/timothycrosley/
下载地址:https://github.com/timothycrosley/isort/archive/2.4.15.zip
来自:开源中国社区

