isort-3.7

library for sorting Python imports (Python 3)

Install

All systems
curl cmd.cat/isort-3.7.sh
Debian Debian
apt-get install python3-isort
Ubuntu
apt-get install python3-isort
image/svg+xml Kali Linux
apt-get install python3-isort
Fedora
dnf install python3-isort
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-isort
Raspbian
apt-get install python3-isort

python3-isort

library for sorting Python imports (Python 3)

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. This package contains the isort library for Python 3.