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 PyUnTarZip compact zip <file path> <destination path>
To compress a file in TAR format, use the following command:
python PyUnTarZip compact tar <file path> <destination path>
Decompressing Files
To decompress a file in ZIP format, use the following command:
python PyUnTarZip extract zip <file path> <destination path>
To decompress a file in TAR format, use the following command:
python 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
File details
Details for the file PyUnTarZip-0.0.1.tar.gz
.
File metadata
- Download URL: PyUnTarZip-0.0.1.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 | db6ec071aedd8ef283407b387ae077baab1020c69baa0e3f68f4764d1ec7cc27 |
|
MD5 | 0a78bdb80d4784f9536cb5e1c811770e |
|
BLAKE2b-256 | 8b439616ca75342cebc0b3e6cb6404d3f156e8d199accde7d4bf2a1e23f4b7e3 |
File details
Details for the file PyUnTarZip-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: PyUnTarZip-0.0.1-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 | e2bee14a12c61f1db747129406e0069f9f9bcccd5fa69a739566d75e15af075d |
|
MD5 | d18d53eb2e9cdf59c91061ba06493c41 |
|
BLAKE2b-256 | 85b7650668078679c2ec0606a185371d042933142ab62236bca2eafd7da3a1f3 |