Metadata-Version: 2.4
Name: deepctl-cmd-listen
Version: 0.0.7
Summary: Listen (live speech-to-text) command for deepctl
Author-email: Deepgram <devrel@deepgram.com>
Maintainer-email: Deepgram <devrel@deepgram.com>
License-Expression: MIT
Keywords: deepgram,cli,stt,live,streaming,listen
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: deepctl-core>=0.1.10
Requires-Dist: deepctl-shared-utils>=0.1.10
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: websockets>=11.0
Requires-Dist: deepgram-captions>=2.0.0
Provides-Extra: mic
Requires-Dist: sounddevice>=0.4.6; extra == "mic"
Requires-Dist: numpy>=1.24.0; extra == "mic"

# deepctl-cmd-listen

> Part of [deepctl](https://github.com/deepgram/cli) — Official Deepgram CLI

Listen (live speech-to-text) command for deepctl

## Installation

This package is included with deepctl and does not need to be installed separately.

### Install deepctl

```bash
# Install with pip
pip install deepctl

# Or install with uv
uv tool install deepctl

# Or install with pipx
pipx install deepctl

# Or run without installing
uvx deepctl --help
pipx run deepctl --help
```

## Commands

| Command | Entry Point |
|---------|-------------|
| `deepctl listen` | `deepctl_cmd_listen.command:ListenCommand` |

## Dependencies

- `click>=8.0.0`
- `rich>=13.0.0`
- `pydantic>=2.0.0`
- `websockets>=11.0`
- `deepgram-captions>=2.0.0`

## License

MIT — see [LICENSE](../../LICENSE)
