Metadata-Version: 2.4
Name: nostromo-cli
Version: 0.1.0
Summary: MU-TH-UR 6000 Terminal Interface - Aliens-themed CLI chatbot
Author: Nostromo Crew
License: MIT
Keywords: aliens,chatbot,cli,mother,terminal,tui
Requires-Python: >=3.11
Requires-Dist: cryptography>=42.0.0
Requires-Dist: keyring>=25.0.0
Requires-Dist: nostromo-core
Requires-Dist: rich>=13.0.0
Requires-Dist: textual>=0.89.0
Requires-Dist: typer>=0.12.0
Provides-Extra: all
Requires-Dist: anthropic>=0.40.0; extra == 'all'
Requires-Dist: openai>=1.0.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.40.0; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == 'openai'
Description-Content-Type: text/markdown

# nostromo-cli

MU-TH-UR 6000 Terminal Interface - An Aliens-themed CLI chatbot with full-screen TUI.

## Installation

```bash
# With Anthropic (recommended)
pip install "nostromo-cli[anthropic]"

# With OpenAI
pip install "nostromo-cli[openai]"

# All providers
pip install "nostromo-cli[all]"
```

## Quick Start

```bash
# First run - configure your API keys
nostromo configure

# Launch the interface
nostromo

# Check status
nostromo status
```

## Features

- 🖥️ Full-screen terminal interface (like k9s)
- 💚 Authentic 1979 CRT aesthetic with phosphor green
- ⌨️ Typing effect for responses
- 🔐 Encrypted API key storage with master password
- ⚙️ Separate LLM and user configuration files
- 📜 Configurable chat history persistence
