---
name: clients
description: >
  High-level HTTP clients for Python. Use when writing Python code that uses the clients package.
license: Apache-2.0
compatibility: Requires Python >=3.11.
---

# clients

High-level HTTP clients for Python.

## Installation

```bash
pip install clients
```

## API overview

### Base

- `base.BaseClient`

### Clients

- `Client`
- `Resource`
- `Remote`
- `Graph`
- `Proxy`

### Async

- `AsyncClient`
- `AsyncResource`
- `AsyncRemote`
- `AsyncGraph`
- `AsyncProxy`

### Utilities

- `singleton`

## Resources

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