Metadata-Version: 2.4
Name: ownership
Version: 0.0.1
Summary: Enrich CODEOWNERS files with metadata via owners.toml
Project-URL: Homepage, https://github.com/ggueret/ownership
Project-URL: Repository, https://github.com/ggueret/ownership.git
Project-URL: Documentation, https://github.com/ggueret/ownership#readme
Project-URL: Issues, https://github.com/ggueret/ownership/issues
Project-URL: Changelog, https://github.com/ggueret/ownership/blob/main/CHANGELOG.md
Author-email: Geoffrey Guéret <geoffrey@zrq.dev>
License-Expression: MIT
License-File: LICENSE
Keywords: codeowners,github,gitlab,metadata,ownership,teams
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ownership

Enrich CODEOWNERS files with metadata via `owners.toml`.

Supports GitHub and GitLab.

## Status

🚧 **Coming soon** — This package is under active development.

## Installation

```bash
pip install ownership
```

## License

MIT
