jaraco.zstd

zstd command


License
MIT
Install
pip install jaraco.zstd==1.1.1

Documentation

image

image

tests

Ruff

image

Extract files from a .tar.zstd:

python -m jaraco.zstd --extract filename.tar.zstd

Usage:

python -m jaraco.zstd --help
usage: zstd.py [-h] -e SOURCE [--out-dir OUT_DIR]

options:
  -h, --help            show this help message and exit
  -e SOURCE, --extract SOURCE
  --out-dir OUT_DIR

This project can be retired if indygreg/python-zstandard#186 is fixed.