Metadata-Version: 2.4
Name: autoverse
Version: 0.1.0
Summary: Command-line client for Autoverse literature search
Project-URL: Homepage, https://app.autoverse.nz
Project-URL: Documentation, https://app.autoverse.nz/#/docs/cli
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: httpx<1,>=0.27
Requires-Dist: keyring<26,>=25
Requires-Dist: mcp<3,>=2
Requires-Dist: pydantic<3,>=2.10
Requires-Dist: typer<1,>=0.27
Requires-Dist: uvicorn[standard]<1,>=0.32
Provides-Extra: test
Requires-Dist: pytest<9,>=8.3; extra == "test"
Requires-Dist: pytest-asyncio<1,>=0.25; extra == "test"

# Autoverse

Command-line client for Autoverse literature search. The default API is `https://app.autoverse.nz`.

```bash
pipx install autoverse
autoverse login
autoverse search "HER2-low breast cancer" --domain medicine --limit 5
autoverse resolve doi:10.4143/crt.2023.1138
autoverse usage
```

Sign-in opens a browser for GitHub authorization. Headless or CI environments store a platform key:

```bash
autoverse login --token sr_live_...
# or
export AUTOVERSE_API_KEY="sr_live_..."
```

Coding assistants should use the hosted MCP at `https://app.autoverse.nz/mcp` with `Authorization: Bearer <platform key>`. Do not install `npx @autoverse/mcp-server`. Do not install `autoverse-cli` from PyPI — that name belongs to a different project.

Requires Python 3.12+.
