isort
A Python utility / library to sort Python imports.
A Python utility / library to sort Python imports.
To install this package, run one of the following:
isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports. It currently cleanly supports Python 2.6 - 3.5 using pies to achieve this without ugly hacks and/or py2to3.
Summary
A Python utility / library to sort Python imports.
Last Updated
Feb 19, 2026 at 22:37
License
MIT
Total Downloads
8.8M
Version Downloads
6.5K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/timothycrosley/isortDocumentation
http://isort.readthedocs.io/en/latest/