Metadata-Version: 2.4
Name: shellwhisper-cli
Version: 1.0.4
Summary: A sleek terminal-based real-time chat client for ShellWhisper
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.50.0
Requires-Dist: requests>=2.31.0
Requires-Dist: websocket-client>=1.7.0
Dynamic: license-file

# ShellWhisper CLI

A sleek, lightweight, and secure terminal user interface (TUI) chat client built for developers, sysadmins, and command-line enthusiasts who value fast, distraction-free messaging.

Built completely in Python utilizing the **Textual** framework, ShellWhisper features asynchronous real-time messaging powered by cloud-routed WebSockets and STOMP signaling.

## Core Features

* **Real-time Streaming:** Sub-second delivery of channel signals and incoming real-time whispers.
* **Granular Spaces:** Seamlessly transition between persistent group rooms and secure, sorted private message channels.
* **Terminal-Native Styling:** Gorgeous high-contrast interface themes with complete dark mode toggling built-in.
* **Command-Driven Interactivity:** Execute complex room and asset tasks directly inline via terminal-native `@` macros.

## Installation

Install ShellWhisper globally or within a virtual environment straight from PyPI:

```bash
pip install shellwhisper-cli
