Metadata-Version: 2.3
Name: git-draft
Version: 0.47.2
Summary: Version-controlled code assistant
License: MIT
Author: Matthieu Monsch
Author-email: mtth@apache.org
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: openai
Requires-Dist: docopt-ng (>=0.9,<0.10)
Requires-Dist: jinja2 (>=3.1.5,<4)
Requires-Dist: msgspec (>=0.19.0,<0.20.0)
Requires-Dist: openai (>=1.64.0,<2) ; extra == "openai"
Requires-Dist: prettytable (>=3.15.1,<4)
Requires-Dist: xdg-base-dirs (>=6.0.2,<7)
Requires-Dist: yaspin (>=3.1.0,<4)
Project-URL: Documentation, https://mtth.github.io/git-draft
Project-URL: Repository, https://github.com/mtth/git-draft
Description-Content-Type: text/markdown

# `git-draft(1)` [![CI](https://github.com/mtth/git-draft/actions/workflows/ci.yaml/badge.svg)](https://github.com/mtth/git-draft/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/mtth/git-draft/graph/badge.svg?token=3OTKAI0FP6)](https://codecov.io/gh/mtth/git-draft) [![Pypi badge](https://badge.fury.io/py/git-draft.svg)](https://pypi.python.org/pypi/git-draft/)

> [!NOTE]
> WIP: Evolving API.


## Highlights

* Concurrent edits. By default `git-draft` does not touch the working directory.
* Customizable prompt templates.
* Extensible bot API.
* Local data collection for privacy-friendly analytics.


## Installation

```sh
pipx install git-draft[openai]
```

