isort
utility for sorting Python imports
Install
- All systems
-
curl cmd.cat/isort.sh
- Debian
-
apt-get install isort
- Ubuntu
-
apt-get install isort
- Arch Linux
-
pacman -S isort
- Kali Linux
-
apt-get install isort
- Fedora
-
dnf install isort
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install isort
- Raspbian
-
apt-get install isort
- Dockerfile
- dockerfile.run/isort
isort
utility for sorting 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. This package contains the isort utility.
python2-isort
A Python utility / library to sort Python imports.
python-isort
library for sorting Python imports (Python 2)
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 2.