$npx skillfedfor your agent

Quality Assurance packages

436 packages · page 5 of 11

Packages

tox-ansible Worth it
PyPI · Quality Assurance · released Aug 2026

A tox plugin that orchestrates testing of Ansible collections across multiple Python versions and Ansible releases, using ansible-test, pytest, and tox to manage environments.

MITpure Python · 3.10+
628.6Kdownloads / mo
allure-behave Worth it
PyPI · Quality Assurance · released Apr 2026

Integrates Behave BDD test execution with Allure Report, generating detailed test reports and metrics from Behave scenarios.

Apache-2.0pure Python
626.8Kdownloads / mo
cpplint Worth it
PyPI · Quality Assurance · released Apr 2025

Cpplint is a command-line static code checker that scans C/C++ files for style violations against Google's C++ style guide, with support for recursive file discovery, custom file extensions, and multiple output formats.

BSD-3-Clausepure Python · 3.9+
624.1Kdownloads / mo
covdefaults With conditions
PyPI · Quality Assurance · released Mar 2023

A coverage plugin that automatically applies sensible default settings for code coverage measurement, including branch tracking, strict thresholds, and platform/version-aware exclusion rules.

MITpure Python · 3.7+
616.7Kdownloads / mo
pytest-pylint With conditions
PyPI · Quality Assurance · released Oct 2023

Integrates pylint code analysis into pytest, allowing you to run linting checks as part of your test suite and configure which rule types (errors, warnings, conventions) cause test failures.

MITpure Python · 3.7+dormant
616.4Kdownloads / mo
complexipy Worth it
PyPI · Quality Assurance · released Aug 2026

Calculates cognitive complexity scores for Python code to measure how hard code is to understand by humans, accounting for nesting depth and control flow patterns.

MITcompiled wheel · 3.8+
610.3Kdownloads / mo
flake8-return With conditions
PyPI · Quality Assurance · released Oct 2022

A flake8 plugin that detects and flags problematic return statement patterns in Python functions, including unnecessary assignments, redundant else blocks after control flow statements, and inconsistent None handling.

Install it if your team values clean return patterns; skip it if you already enforce these rules through code review or a different linter.

MITpure Pythonaging
603.1Kdownloads / mo
pylint-pytest Worth it
PyPI · Quality Assurance · released May 2024

A Pylint plugin that suppresses false-positive warnings when analyzing pytest test code, and raises new warnings for deprecated or problematic pytest patterns.

MITpure Python · 3.6+
600.6Kdownloads / mo
nplusone Skip
PyPI · Quality Assurance · released May 2018

Detects n+1 query problems in Python ORMs (Django, SQLAlchemy, Peewee) by monitoring lazy and eager loading patterns and logging warnings when inefficient queries are emitted.

No—not for new projects.

license unclearpure Pythonabandoned
600.5Kdownloads / mo
wiremock With conditions
PyPI · Quality Assurance · released Jul 2025

Python client library for interacting with WireMock instances to mock HTTP services in tests, supporting both standalone servers and containerized deployments.

Apache-2.0pure Pythonaging
589.1Kdownloads / mo
uncalled With conditions
PyPI · Quality Assurance · released Jul 2024

Detects unused functions in Python projects using regular expressions or AST traversal, with a combined mode to reduce false positives.

MITpure Python · 3.10+dormant
587.4Kdownloads / mo
skillsaw Worth it
PyPI · Quality Assurance · released Aug 2026

A linter for AI agent instruction files that detects structural errors, vague language, contradictions, security risks, and configuration problems in agent skills, plugins, and coding assistant context.

Install it if you maintain agent skills, plugins, or AI coding assistant context files.

Apache-2.0pure Python · 3.9+
574.3Kdownloads / mo
darglint With conditions
PyPI · Quality Assurance · released Oct 2021

Darglint is a docstring linter that checks whether function and method docstrings match their actual implementation, supporting Google, Sphinx, and Numpy style formats.

Install it if your team uses Google, Sphinx, or Numpy docstring styles and wants automated checks for documentation accuracy.

MITpure Pythonabandoned
570.5Kdownloads / mo
google-python-cloud-debugger Skip
PyPI · Quality Assurance · released Jun 2023

Attaches a snapshot debugger agent to Python applications running on Linux, capturing call stacks and variables at runtime without stopping or modifying the app.

permissive licensecompiled wheelabandoned
568.8Kdownloads / mo
requirements-detector Worth it
PyPI · Quality Assurance · released Aug 2026

Scans a Python project to detect and list its dependencies by parsing setup.py, pyproject.toml, requirements.txt, and other standard configuration files, outputting results in pip-compatible format.

MITpure Python
567.2Kdownloads / mo
pytest-pytestrail Skip
PyPI · Quality Assurance · released Aug 2020

A pytest plugin that decorates test functions to report results to TestRail, linking individual test cases by ID and optionally creating test runs with parametrized steps.

No—not for new projects.

MITpure Python · 3.5+abandoned
565.7Kdownloads / mo
eyes-common With conditions
PyPI · Quality Assurance · released Aug 2026

Base SDK package for Applitools Eyes that provides shared visual testing infrastructure for Python, supporting Playwright browser automation and image-based testing.

However, the proprietary license is unclear—verify Applitools' licensing terms for your use case before committing to production.

LicenseRef-Proprietarypure Python
559.8Kdownloads / mo
sarif-tools Worth it
PyPI · Quality Assurance · released Jul 2025

Parses, analyzes, and transforms SARIF (Static Analysis Results Interchange Format) files through command-line tools and a Python library, supporting multiple output formats and comparisons.

Install it if you need to process, report on, or compare results from security or code-quality scanning tools.

MITpure Python
558.0Kdownloads / mo
eyes-selenium With conditions
PyPI · Quality Assurance · released Aug 2026

Visual testing SDK for Selenium and Appium WebDrivers that detects visual changes in web and mobile applications.

LicenseRef-Proprietarypure Python
551.5Kdownloads / mo
taplo With conditions
PyPI · Quality Assurance · released Aug 2024

Taplo is a TOML v1.0.0 toolkit that provides CLI tools for parsing, linting, and formatting TOML configuration files.

MITcompiled wheel · 3.8+
541.8Kdownloads / mo
celery-stubs With conditions
PyPI · Quality Assurance · released Feb 2023

Provides type stubs for Celery to enable static type checking with mypy on Celery code.

Yes, but with caution: install only if you need type stubs for Celery in an existing codebase and are comfortable with an abandoned package that will not receive…

permissive licensepure Pythonabandoned
538.4Kdownloads / mo
pgsanity With conditions
PyPI · Quality Assurance · released Sep 2025

PgSanity validates PostgreSQL SQL syntax by wrapping the ecpg parser, reporting syntax errors with line numbers and exit codes suitable for CI/CD and pre-commit hooks.

MITpure Python · 3.9+aging
537.5Kdownloads / mo
flake8-bandit With conditions
PyPI · Quality Assurance · released Aug 2022

Integrates bandit security checks into flake8 linting, reporting security issues as flake8 violations with 'S' prefixes instead of the default 'B' codes.

However, the dormant maintenance status (last release August 2022) means you should verify compatibility with your current flake8 and bandit versions before relying…

MITpure Python · 3.6+dormant
532.0Kdownloads / mo
DafnyRuntimePython With conditions
PyPI · Quality Assurance · released Aug 2025

Provides the Python runtime library needed to execute Dafny-compiled Python code, enabling verified programs written in Dafny to run on Python.

MITpure Python · 3.8+
524.1Kdownloads / mo
squawk-cli Worth it
PyPI · Quality Assurance · released Aug 2026

Linter that analyzes PostgreSQL migrations and SQL statements to detect patterns that risk downtime, lock contention, or schema problems, and suggests corrections.

Apache-2.0compiled wheel · 3.8+
520.5Kdownloads / mo
core-universal With conditions
PyPI · Quality Assurance · released Jun 2024

Provides the Applitools Eyes Core SDK Server binary for visual testing and quality assurance across macOS, Windows, and Linux platforms.

Install only if you are already committed to the Applitools Eyes platform and have verified that this version meets your needs.

license unclearcompiled wheeldormant
518.5Kdownloads / mo
blackduck With conditions
PyPI · Quality Assurance · released Apr 2024

Python bindings for the Synopsys Black Duck Hub REST API, providing a Client class with automatic paging, session management, and bearer token renewal for querying Black Duck security and component analysis data.

Apache-2.0pure Python · 3.6.0+
518.4Kdownloads / mo
clipboard Skip
PyPI · Quality Assurance · released May 2014

Provides a simple interface to copy text to and paste text from the system clipboard on Windows, Mac, and Linux.

permissive licensebuilds from sourceabandoned
513.2Kdownloads / mo
cmake-format Skip
PyPI · Quality Assurance · released Aug 2020

Formats, lints, and annotates CMake listfiles, and converts ctest output to structured formats like JSON or XML.

No, not recommended for new projects.

GPL-3.0-onlypure Pythonabandoned
509.1Kdownloads / mo
pytest-flake8 Worth it
PyPI · Quality Assurance · released Nov 2024

A pytest plugin that runs flake8 PEP8 compliance checks on Python files as part of your test suite, discovering and checking every .py file automatically.

MITpure Python · 3.9+
506.3Kdownloads / mo
dtlpymetrics With conditions
PyPI · Quality Assurance · released Feb 2026

Calculates and generates quality scores for annotations in image and video datasets, measuring agreement between annotators and comparing against reference annotations using geometry, label, and attribute matching.

However, verify the license before use in proprietary contexts, and confirm that dtlpy is available and configured in your environment.

license unclearpure Python
506.0Kdownloads / mo
salt-lint Worth it
PyPI · Quality Assurance · released Feb 2023

salt-lint checks Salt State files (SLS) for best practices and potential improvements, flagging style and behavior issues via command-line rules.

Install it if you manage Salt configurations and want to catch style and logic issues before they reach production.

MITpure Python · 3.6+
504.7Kdownloads / mo
pytest-selenium With conditions
PyPI · Quality Assurance · released Feb 2024

pytest-selenium is a pytest plugin that integrates Selenium WebDriver into pytest test suites, enabling browser automation and web UI testing within the pytest framework.

MPL-2.0pure Python · 3.8+
504.5Kdownloads / mo
prospector Worth it
PyPI · Quality Assurance · released Jul 2026

Prospector aggregates multiple Python static analysis tools—including Pylint, pycodestyle, McCabe, and others—into a single command-line interface with sensible defaults and framework-aware configuration.

GPL-2.0-or-laterpure Python · 3.10+
504.0Kdownloads / mo
check-wheel-contents Worth it
PyPI · Quality Assurance · released Aug 2025

Validates wheel file contents before publishing, detecting common packaging errors like bytecode files, cache directories, and missing or unexpected top-level modules.

Install it if you publish wheels to PyPI or maintain strict wheel quality standards.

MITpure Python · 3.10+
501.0Kdownloads / mo
Nuitka With conditions
PyPI · Quality Assurance · released Jun 2026

Nuitka compiles Python code to C and then to machine binaries, supporting Python 2.6–2.7 and Python 3.4–3.14 with full language compatibility and CPython semantics.

Not recommended for proprietary closed-source projects due to copyleft licensing, or for environments where installing a C compiler is impractical.

AGPL-3.0-or-laterbuilds from source
496.4Kdownloads / mo
spark-expectations With conditions
PyPI · Quality Assurance · released Jun 2026

Spark Expectations is a data quality framework that validates PySpark DataFrames against row-level, aggregate, and query-based rules, quarantining failed records to an error table while passing clean data downstream.

However, verify the license terms first—the metadata does not declare a license identifier—and confirm that PySpark is already in your environment, as it is not…

license unclearpure Python
489.9Kdownloads / mo
pyclang With conditions
PyPI · Quality Assurance · released Jul 2026

Pyclang wraps clang-tidy to run static analysis checks on C/C++ code directories, with chainable methods for configuring analysis steps and a command-line interface for common workflows.

MITpure Python · 3.7+
489.6Kdownloads / mo
pylint-celery Skip
PyPI · Quality Assurance · released Sep 2014

A Pylint plugin that improves static analysis of Celery code by fixing false positives and recognizing Celery-specific patterns that standard Pylint misses.

copyleftbuilds from sourceabandoned
483.2Kdownloads / mo
testresources With conditions
PyPI · Quality Assurance · released Apr 2026

testresources extends unittest to manage expensive shared test resources—like databases or web servers—across multiple test cases, reusing them when clean and tearing them down when dirty to optimize test execution time.

Apache-2.0pure Python · 3.10+
473.4Kdownloads / mo