Metadata-Version: 2.4
Name: hop-top-xrr
Version: 0.1.0a4
Summary: Multi-channel interaction recorder/replayer
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: pyyaml>=6.0.3
Description-Content-Type: text/markdown

# xrr — Python SDK

> Auto-published from [poly-xrr](https://github.com/hop-top/poly-xrr).
> Do not open issues or PRs here — contribute to poly-xrr instead.

## Install

```bash
pip install xrr
```

## Usage

```python
sess = Session(cassette="fixtures/my-test")
resp = sess.record("http-get-users", adapter)
sess.close()
```

## License

MIT — see [LICENSE](LICENSE)
