isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、python 库和 Kate 插件。

使用方法:

from isort import SortImports

SortImports("pythonfile.py")
isort 2.4.15 发布,Python 的 import 排序
isort 2.4.15 发布了。isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、Python 库和 Kate 插件。更新内容:Fixed certain one line imports not being successfully wrapped下载地址:Source code (zip)Source code (tar.gz)

发布于 2017-06-07 23:54:24 | 192 次阅读

isort 4.2.14 发布,Python 的 import 排序
isort 4.2.14 发布了。重要提示:这将是 Python 2.6 支持的最后一个版本,后续版本将仅为 2.7+。更新内容:Fixed #559 & #565: Added missing standard library imports下载地址:Source code (zip)Source code (tar.gz)

发布于 2017-06-06 23:48:12 | 164 次阅读

isort 4.2.13 发布,Python 的 import 排序
isort 4.2.13 发布了。重要提示:这将是 Python 2.6 支持的最后一个版本,后续版本将仅为 2.7+。更新内容:Fixed #553: Check only and --diff now work together again下载地址:Source code (zip)Source code (tar.gz)

发布于 2017-06-03 00:02:29 | 147 次阅读

isort 4.2.12 发布,Python 的 import 排序
isort 4.2.12 发布了,改进如下4.2.12 - June 1, 2017 - hotfix release重要提示:这将是支持 Python 2.6 的最后一个版本,后续版本将仅支持 2.7+Fixed wheel distribution bug4.2.11 - June 1, 2017 - hotfix releaseFixed #546: Can't select y/n/c after latest updateFixed #545: Incorrectly moves future&nb

发布于 2017-06-02 00:23:20 | 151 次阅读

isort 4.2.4 发布,Python 的 import 排序
isort 4.2.4 发布了。改进日志:Fixed an issue that caused module that contained functions before doc strings, to incorrectly place importsFixed regression in how force_alphabetical_sort was being interpretted (issue #409)Fixed stray print statement printing skipped files (issue #4

发布于 2016-03-30 00:51:16 | 131 次阅读

isort 4.2.3 发布,Python 的 import 排序
isort 4.2.3 发布了。isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、Python 库和 Kate 插件。本次更新主要修复了大量bug。更多详情点这里下载地址:Source code (zip)Source code (tar.gz)

发布于 2016-03-28 23:51:10 | 115 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务