isort automatically sorts and sections Python imports. It can turn even the 
most messy import structure into nice clean sections without duplicates. isort 
provides a command line utility, Python library, and Kate plugin for convenient 
use.

New in this release: 

- Added support for multiple line-wrap output modes
- Added support for sorting based on import length
- Keep processing after encountering a file in the skip list
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to