---
name: waiter
description: >
  Delayed iteration for polling and retries. Use when writing Python code that uses the waiter package.
license: Apache-2.0
compatibility: Requires Python >=3.11.
---

# waiter

Delayed iteration for polling and retries.

## Installation

```bash
pip install waiter
```

## API overview

### Classes

- `waiter`

## Resources

- [Full documentation](https://coady.github.io/waiter/)
- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
