Metadata-Version: 2.4
Name: rgit
Version: 0.0.1
Summary: A tool to discover and monitor statuses of local git repositories.
Project-URL: Repository, https://github.com/vruyr/rgit
Author: Vruyr Gyolchanyan
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: pygit2<2.0.0,>=1.19.2
Requires-Dist: pyyaml<7.0.0,>=6.0.1
Description-Content-Type: text/markdown

# rgit

A tool to discover and monitor statuses of local git repositories.

```
uvx rgit --help
```

or

```sh
uv tool run --with 'https://github.com/vruyr/rgit.git@main' rgit --help
```

or

```sh
uv tool install rgit
rgit --help
```
