Metadata-Version: 2.1
Name: chap-backend-replay
Version: 0.0.3
Summary: Session-replaying backend for chap
Author-email: Jeff Epler <jepler@gmail.com>
Project-URL: homepage, https://github.com/jepler/chap-backend-replay
Project-URL: repository, https://github.com/jepler/chap-backend-replay
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: chap

<!--
SPDX-FileCopyrightText: 2021 Jeff Epler

SPDX-License-Identifier: MIT
-->


# chap-backend-replay

A proof-of-concept backend plug-in for chap.

## Installation

If you installed chap with pip, then run `pip install chap-backend-replay`.

If you installed chap with pipx, then run `pipx inject chap chap-backend-replay`.

## Use

`chap --backend replay -B session:/full/path/to/existing-chap-session.json tui`

There are additional back-end parameters, use `chap --backend replay --help` to list them.
