Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases.
Read more
The Linux Portal Site
Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases.
Read more
Fixit provides a highly configurable linting framework with support for auto-fixes, custom “local” lint rules, and hierarchical configuration.
Read more
Bustle draws sequence diagrams of D-Bus activity. It shows signal emissions, method calls and their corresponding returns.
Read more
Radon is a Python tool that computes various metrics from the source code.
Read more
Mypy is a static type checker for Python.Type checkers help ensure that you’re using variables and functions in your code correctly.
Read more
Pyroma is software aimed at giving a rating of how well a Python project complies with the best practices of the Python packaging ecosystem
Read more
Prospector is a tool to analyse Python code and output information about errors, potential problems, convention violations and complexity.
Read more
Pylama is an open source code audit tool for Python. Pylama wraps a variety of open source tools, mostly linters.
Read more
Wangle is a library that makes it easy to build protocols, application clients, and application servers.
Read more
Bandit is a tool designed to find common security issues in Python code.
Read more