Metadata-Version: 2.4
Name: gitww
Version: 0.1.4
Summary: interactive git heatmap tooling assistant
Author-email: Jongya <jongya26@gmail.com>
License: MIT
License-File: LICENSE
Keywords: commit,git,heatmap,history,metadata
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.11
Requires-Dist: prompt-toolkit>=3.0
Requires-Dist: pyfiglet>=1.0.4
Provides-Extra: dev
Requires-Dist: pytest>=9.0.3; extra == 'dev'
Description-Content-Type: text/markdown

# gitww

`gitww` is an interactive git heatmap tooling assistant.

## Installation

Install `gitww` using `uv`:

```bash
uv tool install gitww
```

## Update

To update `gitww` to the latest version:

```bash
uv tool upgrade gitww
```

## Quick start

1. Open a git repository you want to inspect or rewrite.
2. Start the assistant from the repository root:

```bash
gitww
```

## Documentation

Detailed usage, configuration examples, and strategies are in:

[`documentations/gitww.md`](documentations/gitww.md)
