{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Parses GitHub CODEOWNERS files to extract ownership rules and determine which owners are responsible for a given file path.","skillfed_tags":["github-integration","code-ownership"],"use_cases":["Validate that pull requests have been reviewed by the correct code owners before merging.","Generate ownership reports or dashboards showing which teams own which parts of a codebase.","Automate reviewer assignment in CI/CD by querying owners for changed files.","Audit or migrate ownership data from CODEOWNERS files into other systems or formats.","Build linting tools that check CODEOWNERS file syntax and consistency."],"what_it_does":"codeowners is a Python parser for GitHub's CODEOWNERS file format. It reads CODEOWNERS syntax\u2014which defines ownership rules for files and directories using glob patterns and owner identifiers\u2014and provides a programmatic interface to query which owners are responsible for a given file path.\n\nThe package has no runtime dependencies and is designed for developers who need to automate workflows around code ownership: integrating ownership data into CI/CD pipelines, validating pull request reviewers, or building tools that reason about team responsibilities. It supports the full CODEOWNERS syntax including comments, glob patterns, and multiple owner formats.","worth_installing":"Yes. The package is actively maintained, has no dependencies, installs cleanly, carries no known vulnerabilities, and is licensed permissively under MIT. Install it if you need to programmatically parse CODEOWNERS files in Python."},"id":"codeowners","links":{"html":"https://skillfed.io/packages/codeowners","md":"https://skillfed.io/packages/codeowners.md","pypi":"https://pypi.org/project/codeowners/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-28","license_spdx":"MIT","license_treatment":"permissive","name":"codeowners","python_support":"supports_current","summary":"Codeowners parser for Python"},"popularity":{"monthly_downloads":14020596,"position":1253,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.9.0"}
