Metadata-Version: 2.4
Name: deepctl-cmd-plugin
Version: 0.1.11
Summary: Plugin management command for deepctl
Author-email: Deepgram DevRel <devrel@deepgram.com>
Requires-Python: >=3.10
Requires-Dist: deepctl-core>=0.1.10
Requires-Dist: packaging>=21.0
Requires-Dist: toml>=0.10.2
Description-Content-Type: text/markdown

# deepctl-cmd-plugin

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

Plugin management 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 plugin` | `deepctl_cmd_plugin.command:PluginCommand` |

## Dependencies

- `packaging>=21.0`
- `toml>=0.10.2`

## License

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