An open API service indexing awesome lists of open source software.

https://github.com/ellipticobj/meower

a git wrapper made in python
https://github.com/ellipticobj/meower

git python

Last synced: about 1 year ago
JSON representation

a git wrapper made in python

Awesome Lists containing this project

README

          

# meow
a git wrapper made in python

development takes place on the dev branch, main is for prod

## installation
run this: (unsure if it works)
```
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
download dependencies:
```
pip install -r requirements.txt
```

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

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