isort

A Python utility / library to sort imports.

MIT License

Downloads
56.7M
Stars
6.4K
Committers
290

Bot releases are hidden (Show)

isort -

Published by timothycrosley about 9 years ago

isort -

Published by timothycrosley about 9 years ago

isort - 3.9.6

Published by timothycrosley over 9 years ago

  • Fixed inconsistent ordering of imports when sorting from imports case-insensitively
  • Fixed comments not being placed correctly, when more then one exists above an import
isort - 3.9.5

Published by timothycrosley over 9 years ago

  • Fixed a problem that caused the comments at the top of a file to sometimes get mangled or removed.
  • Fixed a problem that occurred when imports had the word "from" or "import" in them.
  • Improved how import sections are determined when running isort within a virtualenv.
  • Added support for displaying from imports before normal ones using 'from_first' setting.
  • Added support for separately specifying wrap_length from line length limit.
  • Added support for adding trailing commas automatically.
isort -

Published by timothycrosley almost 10 years ago

  • Adds automatic support for keeping comments that are placed directly above straight or from imports.
isort -

Published by timothycrosley almost 10 years ago

  • Improves granularity of placement control.
  • Deprecates --lines option, replaces with --line-width
isort -

Published by timothycrosley almost 10 years ago

  • Improved wrapping on long lines, to avoid splitting module name
  • Add support for custom placement of import sections
  • Fixed bug with imports that contain a tag
isort - 1.3.2

Published by timothycrosley about 11 years ago

  • Fixed a bug that caused an extra new line at the end of files when parsed using stdin
  • Improved module placement detection

Both improvements come thanks to @dcowgill

isort - 1.3.1

Published by timothycrosley about 11 years ago

  • Added support for parsing files with unicode characters
  • Fallback to distutils when setuptools is not present
isort - 1.3.0

Published by timothycrosley about 11 years ago

  • Correctly handle imports at the end of a file
  • Correctly identify modules from . as from within the local project
  • Fixed a bug where code in the middle of imports was sometimes removed
  • Enable isort to be used without configparser
isort - 1.2.5

Published by timothycrosley about 11 years ago

  • Switch to Setup tools
  • Fix bug where files in "skip" setting don't get skipped
isort -

Published by timothycrosley about 11 years ago

isort - 1.2.3

Published by timothycrosley about 11 years ago

Fix issue #15: writing to wrong output files

isort - 1.2.2

Published by timothycrosley about 11 years ago

Add support for individual import line skipping

isort - 1.2.1

Published by timothycrosley about 11 years ago

isort - 1.2.0

Published by timothycrosley about 11 years ago

isort - 1.0.1

Published by timothycrosley about 11 years ago

isort -

Published by timothycrosley about 11 years ago

isort - 1.0.0

Published by timothycrosley about 11 years ago

isort - 0.0.9

Published by timothycrosley about 11 years ago

Package Rankings
Top 0.58% on Pypi.org
Top 11.98% on Formulae.brew.sh
Top 3.25% on Alpine-edge
Top 3.84% on Proxy.golang.org
Top 1.47% on Alpine-v3.18
Top 4.55% on Alpine-v3.17
Badges
Extracted from project README
isort - isort your imports, so you don't have to. PyPI version Test Status Lint Status Code coverage Status License Join the chat at https://gitter.im/timothycrosley/isort Downloads Code style: black Imports: isort DeepSource Imports: isort