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.12.0-gh.tar.gz | 0000743141 726 KB | |
python-isort.changes | 0000043532 42.5 KB | |
python-isort.spec | 0000005514 5.38 KB |
Revision 38 (latest revision is 45)
Dominique Leuenberger (dimstar_suse)
accepted
request 1083099
from
Benjamin Greiner (bnavigator)
(revision 38)
- Update to 5.12.0 * Add the ability to restrict which directories isort works against (#1967) @vkomarov-r7 * updated format strings to fstrings (#2076) @marksmayo * Simplify typeshed integration test (#2075) @AlexWaygood * Fix re-export sorter (#2065) @parafoxia * Removal Python 3.7 (#2064) @staticdev * Added test case and fix for cython pure python import (#2063) @jtoledo1974 (forwarded request 1083098 from bnavigator)
Comments 0