PyUnTarZip is a simple Python tool for compressing and decompressing files in ZIP and TAR formats.
Project description
PyUnTarZip
PyUnTarZip is a simple Python tool for compressing and decompressing files in ZIP and TAR formats.
Installation
To install PyUnTarZip, you can use pip:
pip install PyUnTarZip
Usage
PyUnTarZip offers the following commands for compressing and decompressing files:
Compressing Files
To compress a file in ZIP format, use the following command:
python -m PyUnTarZip compact zip <file path> <destination path>
To compress a file in TAR format, use the following command:
python -m PyUnTarZip compact tar <file path> <destination path>
Decompressing Files
To decompress a file in ZIP format, use the following command:
python -m PyUnTarZip extract zip <file path> <destination path>
To decompress a file in TAR format, use the following command:
python -m PyUnTarZip extract tar <file path> <destination path>
Replace with the path of the file you want to compress or decompress, and with the directory where you want to save the compressed or decompressed file.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyUnTarZip-0.0.2.tar.gz.
File metadata
- Download URL: PyUnTarZip-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26e303d2c5d12a91c5209e0c0f298e0ffd11880be143a0810fc992200b160b31
|
|
| MD5 |
2aaaaa294c6623d858e4477604c8803b
|
|
| BLAKE2b-256 |
83aece090f0af3ac8e5168193816c270944a217bef78fa98724c3ee0885ea202
|
File details
Details for the file PyUnTarZip-0.0.2-py3-none-any.whl.
File metadata
- Download URL: PyUnTarZip-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9b84c4e63c52deff6ca2d6489989d1523fe1c64d34e0a63d259e22ece8e18b9
|
|
| MD5 |
6046544ccfeaeaba26c0219eb279f746
|
|
| BLAKE2b-256 |
f72715962ce023ec5ca06bd8ea68235fa99c9f4016abbc1c46456bfdcdd4214a
|