Metadata-Version: 2.4
Name: llamapass
Version: 0.3.1
Summary: CLI client for LlamaPass - Ollama gateway with authentication and token tracking
Project-URL: Homepage, https://llamapass.org
Project-URL: Repository, https://github.com/edoardoted99/llamapass
Project-URL: Issues, https://github.com/edoardoted99/llamapass/issues
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Description-Content-Type: text/markdown

# LlamaPass CLI

CLI client for [LlamaPass](https://llamapass.org) - an Ollama gateway with authentication.

## Install

```bash
pip install llamapass
```

## Setup

```bash
llamapass config set-url https://llamapass.org
llamapass config set-key oah_your_api_key
```

## Usage

```bash
llamapass run gemma3       # interactive chat
llamapass list             # list available models
llamapass config show      # show current config
```
