Metadata-Version: 2.5
Name: dolphin-terminal
Version: 0.3.3
Summary: One-command, localhost-first gateway for Dolphin Terminal
Project-URL: Homepage, https://github.com/abhirajsingh101/dolphin-terminal
Project-URL: Documentation, https://github.com/abhirajsingh101/dolphin-terminal/tree/main/docs
Project-URL: Repository, https://github.com/abhirajsingh101/dolphin-terminal.git
Project-URL: Issues, https://github.com/abhirajsingh101/dolphin-terminal/issues
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: fastapi<1,>=0.109
Requires-Dist: pillow<13,>=10
Requires-Dist: uvicorn[standard]<1,>=0.27
Provides-Extra: dev
Requires-Dist: build<2,>=1.2; extra == 'dev'
Requires-Dist: httpx<1,>=0.27; extra == 'dev'
Requires-Dist: pytest-asyncio<2,>=1.3; extra == 'dev'
Requires-Dist: pytest<10,>=9; extra == 'dev'
Description-Content-Type: text/markdown

# Dolphin Terminal

This Python package is the one-command Dolphin Terminal distribution. Its
wheel contains the compiled browser UI, localhost-first FastAPI gateway and
replaceable persistent-session backend contract. The built-in native PTY
daemon is the default. The tmux compatibility adapter is optional; voice and
agent automation are not dependencies.

```bash
pip install dolphin-terminal
dolphin-terminal serve /path/to/project
dolphin-terminal doctor
```

The complete project documentation and security policy live in the repository
root.
