Metadata-Version: 2.4
Name: gool
Version: 1.0.0
Summary: cli logs clustering
Project-URL: Homepage, https://github.com/leCapi/gool
Project-URL: Repository, https://github.com/leCapi/gool
Project-URL: Documentation, https://github.com/leCapi/gool
Author: Olivier GODARD
License-File: LICENSE
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Requires-Dist: drain3~=0.9
Requires-Dist: rich~=14.0
Requires-Dist: tyro<=1.0.8,>=0.9
Description-Content-Type: text/markdown

# gool, repo usage

The gool repository uses uv and git. Version is taken from git tag. The repo provide setup for VSCode.

## Setup

Below the more useful commands.

setup the uv virtual environment and install pre-commit hooks :

```bash
make install
```

Generate and launch the documentation server :

```bash
make docs
```

All commands:

```bash
make help
```

---

Repository initiated with [fpgmaas/cookiecutter-uv](https://github.com/fpgmaas/cookiecutter-uv).
