{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/5"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"Pylama is a code audit tool that wraps multiple Python linters (pycodestyle, pydocstyle, pyflakes, mccabe, and optionally pylint, mypy, radon, eradicate, vulture) into a single unified interface for checking code quality and style violations.","skillfed_tags":["linting","code-quality","static-analysis"],"use_cases":["Run a single command to check Python code against multiple style and quality standards simultaneously.","Enforce consistent code style across a team by configuring shared pylama.ini or pyproject.toml rules.","Integrate code auditing into CI/CD pipelines with JSON or parsable output formats.","Suppress specific warnings on a per-file or per-line basis using configuration sections or noqa comments.","Install as a Git hook to catch code quality issues before commit."],"what_it_does":"Pylama is a command-line code audit tool that aggregates output from multiple Python linters into a single, unified report. It bundles pycodestyle (style checks), pydocstyle (docstring checks), pyflakes (logical errors), and mccabe (complexity analysis) by default, and can optionally integrate pylint, mypy, radon, eradicate, and vulture for deeper analysis. You run it once against your codebase and get consolidated results across all enabled checkers, configurable via command-line flags, INI files, or TOML configuration.\n\nThe tool is designed for developers and teams who want a single entry point for code quality checks rather than managing multiple linter invocations. It supports file-level configuration overrides, inline noqa comments to suppress specific warnings, and multiple output formats (pylint, pycodestyle, parsable, JSON). It can be integrated as a Git or Mercurial pre-commit hook and supports concurrent checking for large projects.","worth_installing":"Yes. Pylama is a stable, actively maintained tool with no known vulnerabilities, low install friction, and permissive licensing. It solves a real problem\u2014consolidating multiple linters into one interface\u2014and is well-suited for teams wanting standardized code auditing without managing separate tool configurations. Install it if you need unified linting across multiple checkers."},"id":"pylama","links":{"html":"https://skillfed.io/packages/pylama","md":"https://skillfed.io/packages/pylama.md","pypi":"https://pypi.org/project/pylama/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-08-08","license_spdx":null,"license_treatment":"permissive","name":"pylama","python_support":"supports_current","summary":"Code audit tool for python"},"popularity":{"monthly_downloads":188388,"position":9946,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"8.4.1"}
