Metadata-Version: 2.3
Name: gfr
Version: 0.1.0
Summary: Git Flow Assistant of Rahmasir
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

This was created without git flow and only with the main branch 🪖😐🪻

---



To install as editable, type the following command:
```bash
pip install -e .
```

For development, to know where to set the interpreter, enter the following command:
```bash
poetry env info --path
```

## Usage

```bash
ggg hello # say hello

```
