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:Factory:Rebuild/python-isort && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
isort-4.3.10.tar.gz | 0000066339 64.8 KB | |
python-isort.changes | 0000008493 8.29 KB | |
python-isort.spec | 0000002557 2.5 KB |
Revision 8 (latest revision is 45)
Dominique Leuenberger (dimstar_suse)
accepted
request 681407
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
- Update to 4.3.10: * Fixed Windows incompatibilities (Issue #835) * Fixed relative import sorting bug (Issue #417) * Fixed "no_lines_before" to also be respected from previous empty sections. * Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848) * Fixed issue #842 default encoding not-set in Python2 * Restored Windows automated testing * Added Mac automated testing
Comments 0