{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"Provides a pip-installable shellcheck binary that works across macOS, Linux, and Windows without requiring a separate system installation.","skillfed_tags":["shell-linting","pre-commit-hook","cross-platform"],"use_cases":["Lint scripts in CI/CD pipelines without requiring system-level installation.","Set up pre-commit hooks to automatically check scripts for common errors before commits.","Include as a development dependency in Python projects that also contain shell scripts.","Run on Windows where native shell tooling is less common.","Ensure consistent script quality across macOS and Linux development environments."],"what_it_does":"shellcheck-py wraps shellcheck as a Python package, downloading and installing a pre-built binary for your platform so you can use it without a separate system dependency. After installation, the shellcheck command is available directly in your environment, making it easy to integrate into Python-based workflows and CI/CD pipelines.\n\nThe package is designed for developers who want shellcheck available as a pip dependency rather than managing it through system package managers. It supports macOS (both Intel and ARM), Linux, and Windows, and integrates cleanly with pre-commit hooks for automated linting in version control workflows.","worth_installing":"Yes, if you need shellcheck in a Python environment or CI/CD pipeline and want to avoid system package management. The package is actively maintained, has no runtime dependencies, and carries permissive licensing. Medium install friction from platform-specific binaries is a minor trade-off for convenience. Not worth installing if you already have shellcheck available system-wide and don't need it as a Python dependency."},"id":"shellcheck-py","links":{"html":"https://skillfed.io/packages/shellcheck-py","md":"https://skillfed.io/packages/shellcheck-py.md","pypi":"https://pypi.org/project/shellcheck-py/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-08-09","license_spdx":null,"license_treatment":"permissive","name":"shellcheck-py","python_support":"supports_current","summary":"Python wrapper around invoking shellcheck (https://www.shellcheck.net/)"},"popularity":{"monthly_downloads":4864108,"position":2211,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.11.0.1"}
