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.18.tar.gz | 0000069073 67.5 KB | |
python-isort.changes | 0000011401 11.1 KB | |
python-isort.spec | 0000003084 3.01 KB |
Revision 10 (latest revision is 45)
Dominique Leuenberger (dimstar_suse)
accepted
request 701237
from
Tomáš Chvátal (scarabeus_iv)
(revision 10)
- Again tweak failing tests - update to 4.3.18: - Fixed an issue with parsing files that contain unicode characters in Python 2 - Fixed issue #924 - Pulling in pip internals causes depreciation warning - Fixed issue #938 - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`) - Improved interoperability with toml configuration files - skip failing tests - Update to 4.3.17: - Fixed issue #905 & #919: Import section headers behaving strangely - Add missing recommended dependencies - update to version 4.3.16: - Fixed issue #909 - skip and skip-glob are not enforced when using settings-path. - Fixed issue #907 - appdirs optional requirement does not correctly specify version - Fixed issue #902 - Too broad warning about missing toml package - Fixed issue #778 - remove `user` from known standard library as it's no longer in any supported Python version.
Comments 0