Python utility / library to sort Python imports
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.

Maintainer: Alexandr Shadchin <shadchin@openbsd.org>

WWW: https://github.com/timothycrosley/isort
