Metadata-Version: 2.4
Name: deepctl-cmd-debug-toolkit
Version: 0.1.0
Summary: Toolkit subcommand for dg debug — runs field support scripts from deepgram/support-toolkit
Author-email: Deepgram <devrel@deepgram.com>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: deepctl-core>=0.1.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.10.1
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: rich>=13.9.4
Requires-Dist: click>=8.1.7
Provides-Extra: dev
Requires-Dist: pytest>=8.3.3; extra == "dev"
Requires-Dist: pytest-mock>=3.14.0; extra == "dev"
Requires-Dist: mypy>=1.13.0; extra == "dev"
Requires-Dist: ruff>=0.8.1; extra == "dev"

# deepctl-cmd-debug-toolkit

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

Toolkit subcommand for dg debug — runs field support scripts from deepgram/support-toolkit

This is a subcommand of `deepctl debug`.

## 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 debug toolkit` | `deepctl_cmd_debug_toolkit.command:ToolkitCommand` |

## Dependencies

- `httpx>=0.27.0`
- `pydantic>=2.10.1`
- `platformdirs>=4.0.0`
- `rich>=13.9.4`
- `click>=8.1.7`

## License

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