Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting.
Read more
Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting.
Read more
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
Tamari is a fully-featured recipe manager web application built using Python and the Flask Framework.
Read more
Radon is a Python tool that computes various metrics from the source code.
Read more
ZapZap brings the WhatsApp experience on Linux closer to that of a native application.
Read more
Digger is a modern DNS lookup tool that provides a user-friendly graphical interface for the dig command.
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
Constrict compresses your videos to your chosen file size — useful for uploading to services with specific file size limits.
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
Bandit is a tool designed to find common security issues in Python code.
Read more
YALA combines many linters to improve the quality of your code.
Read more
wemake-python-styleguide is a flake8 plugin, the only one you will need as your ruff companion.
Read more
KitchenOwl is a smart self-hosted grocery list and recipe manager. Easily add items to your shopping list before you go shopping.
Read more
Pylint is a static code analyser for Python 2 or 3. The latest version supports Python 3.10.0 and above.
Read more
Fork recipes is a simple, elegant frontend that works seamlessly with the ForkApi to provide management for food recipes collections.
Read more
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8.
Read more
Pyflakes analyzes programs and detects various errors. It works by parsing the source file, not importing it
Read more