# `Slither.Dispatch.Executors.Snakepit`
[🔗](https://github.com/nshkrdotcom/slither/blob/v0.1.0/lib/slither/dispatch/executors/snakepit.ex#L1)

Executor that sends batches via Snakepit tool/adapter commands.

Use when the Python work is exposed as a Snakepit tool command.

## Options

  * `:pool` - Snakepit pool name (required)
  * `:command` - Python command/tool name (required)
  * `:timeout` - Call timeout in milliseconds (default: 30_000)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
