Metadata-Version: 2.4
Name: vocacli
Version: 0.0a1
Summary: A cli for vocadb
Author: valerie
Author-email: valerie <valerie@ouppy.gay>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Requires-Dist: httpx[brotli,http2,zstd]>=0.28.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: tqdm>=4.67.3
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# VocaCLI

A CLI for accessing VocaDB.

This project is in very early alpha! Breaking changes are likely to occur.

## Run

From PyPi:

```sh
pipx vocacli
```

Or from source:

```sh
git clone https://git.ouppy.gay/valerie/vocacli
cd vocacli
python -m venv .venv
pip install -r pyproject.toml
python src/vocacli
```

## Usage

Run `vocacli --help` for help.
