Metadata-Version: 2.1
Name: jaraco.zstd
Version: 1.0.2
Summary: zstd command
Home-page: https://github.com/jaraco/jaraco.zstd
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Provides-Extra: testing
Provides-Extra: docs
License-File: LICENSE

.. image:: https://img.shields.io/pypi/v/jaraco.zstd.svg
   :target: https://pypi.org/project/jaraco.zstd

.. image:: https://img.shields.io/pypi/pyversions/jaraco.zstd.svg

.. image:: https://github.com/jaraco/jaraco.zstd/workflows/tests/badge.svg
   :target: https://github.com/jaraco/jaraco.zstd/actions?query=workflow%3A%22tests%22
   :alt: tests

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
..    :target: https://skeleton.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/skeleton-2023-informational
   :target: https://blog.jaraco.com/skeleton

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 <https://github.com/indygreg/python-zstandard/issues/186>`_
is fixed.
