1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 isort 4.1.0 发布,Python 的 import 排序 下载

Discussion in '软件资讯' started by 漂亮的石头, 2015-09-01.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    487,336
    Likes Received:
    47
    isort 4.1.0 发布,此版本更新内容如下:


    • Started keeping a log of all changes between releases


    • Added the isort logo to the command line interface


    • Added example usage gif to README


    • Implemented issue #292: skip setting now supports glob patterns


    • Implemented issue #271: Add option to sort imports purely alphabetically


    • Implemented issue #301: Readme is now natively in RST format, making it easier for Python tooling to pick up


    • Implemented pylama isort extension


    • Fixed issue #260: # encoding lines at the top of the file are now correctly supported


    • Fixed issue #284: Sticky comments above first import are now supported


    • Fixed issue #310: Ensure comments don't get duplicated when reformatting imports


    • Fixed issue #289: Sections order not being respected


    • Fixed issue #296: Made it more clear how to set arguments more then once

    下载:https://github.com/timothycrosley/isort/archive/4.1.0.zip

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