Skip to main content

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.

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

jampack-0.9.2.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

jampack-0.9.2-py2.py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page