Metadata-Version: 2.1
Name: aiotarfile
Version: 0.3.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

aiotarfile
==========

[![PyPI version](https://badge.fury.io/py/aiotarfile.svg)](https://badge.fury.io/py/aiotarfile)

Stream-based tarball processing, but like, async.
A thin set of wrappers over the rust crate [async-tar](https://github.com/dignifiedquire/async-tar).

Install with `pip isntall aiotarfile`.

Consult docstrings, type annotations, and tab-completion for usage.

