Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1115

isort 2.2.0

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <news@google.com>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'argument': 0.05; 'output': 0.05; 'method.': 0.07; 'tool,': 0.07; 'cursor': 0.09; 'grid': 0.09; 'modes': 0.09; 'statements': 0.09; 'python': 0.11; '2.0.0': 0.16; 'received:209.85.216.199': 0.16; 'release:': 0.16; 'sorting': 0.16; 'stdout': 0.16; 'files.': 0.16; 'module': 0.19; '(the': 0.22; 'command': 0.22; 'import': 0.22; 'header:User- Agent:1': 0.23; 'adds': 0.24; 'library,': 0.24; 'forces': 0.31; 'grouping': 0.31; 'vertical': 0.31; 'received:209.85': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'two': 0.37; 'received:209.85.216': 0.37; 'received:209': 0.37; 'improved': 0.60; 'removing': 0.60; 'from:no real name:2**0': 0.61; 'new': 0.61; 'improvements': 0.68; 'to:addr:comp-lang- python-announce': 0.70; 'to:addr:moderators.isc.org': 0.77; 'sublime': 0.84; 'kate': 0.95
Delivered-To comp-lang-python-announce@moderators.isc.org
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=path:newsgroups:date:complaints-to:injection-info:nntp-posting-host :user-agent:mime-version:message-id:subject:from:injection-date:to :content-type; bh=EyPPQL/FRkJLI8E26K9E0jxG30GjaDz1+aDwNorOQVc=; b=eM3Z8p/u5w96OkkKx23n1fgLio3/VUvua4fVkQqQo9t9OgLIPThmUVBWQAvkCjnILF Q0est5NXDDoEBub1rzG3LyOiWavYhvqAoiG2NPxr49bGAhJnUPcIUiy9TXLaXTaIWBGA iOw/XPLyOO/y6xVwDyTbYPTrUbbsk5Yf6onzy5D0O/R+DL3TI+QRwBdOXTyd59tIq+zZ Q9trAh9//rWK0yQLHlUd8zKe9I8Kyn0xGVU/CHMrUideiX+UZFy8awZpEzjzPcZEDJjO izzRo1cEO2oIAkIrf6la0aX95LPwuKxIVSU2oxf2D+B7GqSYwYcIs4/kO2Lq1g07iY+h 2i4g==
X-Received by 10.236.145.34 with SMTP id o22mr12613293yhj.22.1382303971530; Sun, 20 Oct 2013 14:19:31 -0700 (PDT)
X-Received by 10.49.24.132 with SMTP id u4mr8397qef.17.1382303971492; Sun, 20 Oct 2013 14:19:31 -0700 (PDT)
Newsgroups comp.lang.python.announce
Date Sun, 20 Oct 2013 14:19:31 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=2601:a:1e80:5ef:bc6b:25ac:e098:b35; posting-account=KESGaQoAAAAUwHSh48hO76UGgX5nM5x1
User-Agent G2/1.0
MIME-Version 1.0
Subject isort 2.2.0
From timothy.crosley@gmail.com
Injection-Date Sun, 20 Oct 2013 21:19:31 +0000
To comp-lang-python-announce@moderators.isc.org
Content-Type text/plain; charset=ISO-8859-1
X-Mailman-Approved-At Mon, 21 Oct 2013 04:03:02 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.1293.1382320983.18130.python-announce-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1382320983 news.xs4all.nl 15878 [2001:888:2000:d::a6]:34624
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1115

Show key headers only | View raw


isort (the Python import sorting library, command line tool, Vim plugin, Sublime plugin, and Kate plugin) has released version 2.2.0: 

Improvements since 2.0.0 release:
- Improved module grouping detection method.
- Added two additional multi-line output modes (Vertical Grid & Vertical Grid Grouped).
- Forces there to be exactly one new line at the end of all sorted files.
- Kate-plugin now keeps cursor position when adding and removing imports.
- Adds support for writing to stdout by appending -d argument
- Adds support for automatically adding and/or removing import statements across multiple python files.

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

isort 2.2.0 timothy.crosley@gmail.com - 2013-10-20 14:19 -0700

csiph-web