Metadata-Version: 2.4
Name: meower
Version: 1.2.1
Summary: a friendly git wrapper
Author: ellipticobj
Author-email: ellipticobj <luna@hackclub.app>
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# meow
a git wrapper made in python  
version 1!!! major (work in progress) rewrite of the code, with better organization.  

# on hold

## installation
this is currently only for linux arm64 systems.  

use pip:
```
pip install meower
```

or

run this to install the latest release: (untested for now)
```
curl -fsSL "https://raw.githubusercontent.com/ellipticobj/meower/refs/heads/main/install.sh" | sh
```

or 

download the latest file from [github releases](https://github.com/ellipticobj/meower/releases/latest)

## usage:
run `meow` to get detailed help

## building/installing locally
anyone can do this!  

in the cloned repository, 

download dependencies:
```
pip install -r requirements.txt
```

build:
```
./build.sh
```

# screenshots
![screenshot](assets/screenshot.png)

# roadmap
- better help tips when error
- debug everything
- release a stable build
- feature improvements (ask for user input for certain errors like no email detected)
