{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/11"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/5"},{"label":"Security","url":"https://skillfed.io/packages/category/security"}],"enrichment":{"capability":"Scans a project's dependencies to extract their licenses and checks compatibility with the project's own license, reporting results in multiple formats.","skillfed_tags":["license-compliance","dependency-audit","cli-tool"],"use_cases":["Audit all dependencies in a Python project to ensure their licenses are compatible with your project's license before release.","Generate a license report in CSV or JSON format for legal or compliance documentation.","Filter dependencies by license type (e.g., MIT, Apache) to identify which packages use specific license families.","Check only development dependencies (via --groups) to separate runtime and dev-time license concerns.","Integrate into CI/CD to fail the build if any dependency uses a license you've marked as incompatible."],"what_it_does":"licensecheck is a command-line tool that reads your project's dependencies (from pyproject.toml or requirements files) and reports the license of each one, then checks whether those licenses are compatible with your project's declared license. It uses configurator, depgather, license-expression, and requests to gather package metadata and parse license strings, then outputs results as tables, JSON, CSV, HTML, or markdown.\n\nThe tool is designed for developers and teams who need to audit their dependency licenses for compliance or compatibility concerns. It supports filtering by license type, dependency groups, and extras, and can fail the check if incompatible licenses are found. The output includes explicit compatibility markers and can highlight only failing packages.","worth_installing":"Yes. The tool is actively maintained, has no known vulnerabilities, low install friction, and solves a real compliance problem. Use it if you need to audit or report on dependency licenses; the MIT license and permissive runtime dependencies make it safe to add to any project."},"id":"licensecheck","links":{"html":"https://skillfed.io/packages/licensecheck","md":"https://skillfed.io/packages/licensecheck.md","pypi":"https://pypi.org/project/licensecheck/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-18","license_spdx":"MIT","license_treatment":"permissive","name":"licensecheck","python_support":"supports_current","summary":"Output the licenses used by dependencies and check if these are compatible with the project license"},"popularity":{"monthly_downloads":489048,"position":6376,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2026.0.8"}
