Record and play back pipes.
Project description
pipevcr
Record and play back pipes. Similar to what script
does with the terminal but for pipes.
This can be used for debugging or testing where timing matters.
Installation
pip3 install --user pipevcr
# or if you have pipx
pipx install pipevcr
Usage
usage: pipevcr [-h] [-r] [-s SPEED] [-m MAX_PAUSE] FILE
pipevcr - the linux pipe recorder
positional arguments:
FILE data file
options:
-h, --help show this help message and exit
-r, --record record pipe
-s SPEED, --speed SPEED
playback speed, <1 to slow down, >1 to speed up
-m MAX_PAUSE, --max-pause MAX_PAUSE
max pause time between outputs in seconds
Record
You record a pipe with -r
, e.g.:
(echo wait 1; sleep 1; echo wait 2; sleep 2; echo end) | pipevcr -r test.vcr
Playback
And play it back with:
pipevcr test.vcr
Faster
To speed it up (2=double):
pipevcr -s 2 test.vcr
Slower
To slow it down (.5=half):
pipevcr -s .5 test.vcr
You can also set the maximum pause time separately:
pipevcr -m 1 test.vcr
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pipevcr-0.1.1.tar.gz
(3.3 kB
view details)
File details
Details for the file pipevcr-0.1.1.tar.gz
.
File metadata
- Download URL: pipevcr-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb40ec29d3cabd2f72fdf54083447aa622589a38975399bb7e48287d236ea60f |
|
MD5 | b912aa533b75be5a870ce9fd72ddbe01 |
|
BLAKE2b-256 | 1912b5f66661b1c722d5fb465df478087d2e89a154314eae150070d7a1c1e936 |