Metadata-Version: 2.4
Name: gira-cli
Version: 1.2.0
Summary: Jira-style project flow on GitHub, distributed as the official Go-built gira binary.
Author: StatPan
License-Expression: MIT
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# gira-cli

PyPI distribution wrapper for the official Go-built `gira` binary.

This package does not reimplement Gira in Python. The `gira` console command downloads the matching GitHub Release archive on first run, verifies `checksums.txt`, caches the native binary, and then executes it.

```bash
pip install gira-cli
gira version
```

The PyPI package name is `gira-cli` because the `gira` package name is already occupied on PyPI. The installed command is still `gira`.
