A Python utility / library to sort Python imports.
isort your python imports for you so you don’t have to.
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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-isort && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000051 51 Bytes | |
isort-5.10.1-gh.tar.gz | 0000728462 711 KB | |
python-isort.changes | 0000041292 40.3 KB | |
python-isort.spec | 0000005732 5.6 KB |
Revision 34 (latest revision is 45)
Dominique Leuenberger (dimstar_suse)
accepted
request 965465
from
Benjamin Greiner (bnavigator)
(revision 34)
- Tests require toml explicitly. Not pulled in anymore automatically since many packages (setuptools_scm, pytest, ...) switch to tomli. (forwarded request 965464 from bnavigator)
Comments 0