Created by: ki4070ma
What is this Python project?
isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports. (from https://github.com/timothycrosley/isort)
What's the difference between this Python project and similar ones?
I don't know other similar Python projects, but isort is really useful tool. We don't have to take care of imports order anymore by using isort.
--
Anyone who agrees with this pull request could submit an Approve review to it.