Simple file archives for everyone (tar.gz + tar.bz2 + zip)
Project description
Source Repository: https://github.com/chrissimpkins/jampack
What is JamPack?
JamPack includes the executables jam and unjam that provide a simple approach to pack and unpack tar.gz, tar.bz2, and zip file archives, respectively. No more alphabet soup. JamPack works on Linux, OS X, and Windows platforms.
Install
Install with pip using the command:
$ pip install jampack
or download the source repository, unpack it, and navigate to the top level of the repository. Then enter:
$ python setup.py install
Usage
$ jam [secondary command] [directory path]
$ unjam [archive file path]
Compress and Archive the Current Working Directory (tar.gz default)
$ jam
Compress and Archive the Current Working Directory (tar.bz2)
$ jam bz2
Compress and Archive the Current Working Directory (zip)
$ jam zip
Compress and Archive Explicit Directory (tar.gz default)
$ jam [directory path(s)]
Compress and Archive Explicit Directory (tar.bz2)
$ jam bz2 [directory path(s)]
Compress and Archive Explicit Directory (zip)
$ jam zip [directory path(s)]
Decompress and Unpack a tar.gz, tar.bz2, or zip Archive
$ unjam [tar.gz archive path]
$ unjam [tar.bz2 archive path]
$ unjam [zip archive path]
The archive and compression types are detected automatically.
Help
$ jam help
$ unjam help
License
Licensed under the MIT license. The full text of the license is available at https://github.com/chrissimpkins/jampack/blob/master/LICENSE
Project details
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 jampack-0.9.4.tar.gz
.
File metadata
- Download URL: jampack-0.9.4.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69d47749258a0bee79b8d62b6cc0e5d11b4fdaf49aa45ecc6caa63fac967b8a2 |
|
MD5 | 21f7e14efde6d2e6fa597516ed6d579a |
|
BLAKE2b-256 | 768cde1f8ece0bd949ca912e99aa957efb7113be89a722f3a25edbaa000dac65 |
File details
Details for the file jampack-0.9.4-py2.py3-none-any.whl
.
File metadata
- Download URL: jampack-0.9.4-py2.py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 615103e99bc8b1726f6d731999ee5ddac07f32035e7de22b2ec46bff12bbbe18 |
|
MD5 | d2eee9960020ab429a935f4fb8dcdcac |
|
BLAKE2b-256 | 91e99e52abf179111f47117476cded7c1912e915c02d5cf1e792cb4b03378c8e |