Metadata-Version: 2.4
Name: yagura-tools-git
Version: 0.1.0
Summary: Git operations (status, log, diff, commit, push, PR) for the Yagura agent framework.
Project-URL: Homepage, https://github.com/sk-kouta-dev/yagura
Project-URL: Documentation, https://github.com/sk-kouta-dev/yagura
Project-URL: Repository, https://github.com/sk-kouta-dev/yagura
Author-email: Kouta <sk-kouta-dev@users.noreply.github.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agent,ai,tools,yagura
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Requires-Dist: gitpython>=3.1
Requires-Dist: yagura-agent>=0.1.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Provides-Extra: github
Requires-Dist: pygithub>=2.0; extra == 'github'
Provides-Extra: gitlab
Requires-Dist: python-gitlab>=4.0; extra == 'gitlab'
Description-Content-Type: text/markdown

# yagura-tools-git

Git operations (status, log, diff, commit, push, PR) for the Yagura agent framework.

Part of the [Yagura](https://github.com/sk-kouta-dev/yagura) ecosystem.

## Install

```bash
pip install yagura-tools-git
```

## Usage

See the [Yagura main README](https://github.com/sk-kouta-dev/yagura) and the [yagura-ecosystem documentation](https://github.com/sk-kouta-dev/yagura#ecosystem) for examples and the full tool catalog.

## License

Apache-2.0 — see [LICENSE](LICENSE).
