Created by: Hellebore
What is this Python project?
Sourcery is a tool which enables Python developers to write better code faster. It analyses your code and suggests improvements which you can then apply instantly. It is currently available as a PyCharm plugin, with VS Code and Github integrations coming soon.
What's the difference between this Python project and similar ones?
Sourcery is completely automated - unlike other tools it both identifies the problems and suggests the code changes. It can suggest complex refactorings that dramatically improve code readability in one step. It is also safe - it uses static code analysis to check that all refactoring suggestions won't change the existing functionality.
--
Anyone who agrees with this pull request could vote for it by adding a