PyDecompress
Lightweight package that allows you to decompress archive files.
Supported formats
.zip.tar.tar.gz.tar.xz.tar.bz2.tar.xz.tar.Z- Requires the Linux uncompress package.
Installation
via pip:
pip install pydecompress
Usage example
from pydecompress.extractor import Extractor
res = Extractor.extract('path/to/archive.tar.gz', '/destination/folder')
print(res) # Output: PosixPath('/destination/folder')
Release files for pydecompress 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydecompress-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / pydecompress-0.0.2-py3-none-any.whl
| Download URL | pydecompress-0.0.2-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9adf792b28627d95db61f52540a23e71b39d75c33db66db30695f45b03c1ab8e
|
|
BLAKE2b-256 checksum How to use checksums |
2b3eb58241de9607d58a2e0b663b2745c92968c90b1516836cec4276edf8661a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
|