isort-3
library for sorting Python imports (Python 3)
Install
- All systems
-
curl cmd.cat/isort-3.sh
- Debian
-
apt-get install python3-isort - Ubuntu
-
apt-get install python3-isort - Kali Linux
-
apt-get install python3-isort - Fedora
-
dnf install python3-isort - Windows (WSL2)
-
sudo apt-get updatesudo 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.