Metadata-Version: 2.4
Name: deepctl-cmd-transcribe
Version: 0.1.12
Summary: Transcribe command for deepctl
Author-email: Deepgram <devrel@deepgram.com>
Maintainer-email: Deepgram <devrel@deepgram.com>
License-Expression: MIT
Keywords: deepgram,cli,transcribe,speech,audio
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-cmd-listen>=0.0.2

# deepctl-cmd-transcribe

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

Transcribe 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 transcribe` | `deepctl_cmd_transcribe.command:TranscribeCommand` |

## Dependencies

No external dependencies.

## License

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