Metadata-Version: 2.4
Name: herd-repo-github
Version: 0.0.1
Summary: Herd repository operations adapter for GitHub.
Project-URL: Homepage, https://github.com/dbt-conceptual/herd-repo-github
Project-URL: Repository, https://github.com/dbt-conceptual/herd-repo-github
Project-URL: Issues, https://github.com/dbt-conceptual/herd-repo-github/issues
Author: Faust Eriksen
License-Expression: MIT
License-File: LICENSE
Keywords: agents,ai,git,github,governance,herd,pull-requests,repository-adapter
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.10
Requires-Dist: herd-core>=0.0.1
Description-Content-Type: text/markdown

# herd-repo-github

**Herd repository operations adapter for GitHub.**

Branch creation, pushes, pull requests, merges, and code review operations
via GitHub CLI and API.

Part of [The Herd](https://github.com/dbt-conceptual/herd-core) ecosystem.

## Status

Pre-release — package name reserved.

## Install

```bash
pip install herd-core herd-repo-github
```

## License

MIT
