Skip to main content

A pure Python implementation of the pigz utility.

Project description

pigz-python

The goal of this project is to create a pure Python implementation of the pigz project for parallelizing gzipping.

Usage examples

pigz-python can be utilized by creating a PigzFile object and calling the process_compression_target() method.

from pigz_python import PigzFile

pigz_file = PigzFile('foo.txt')
pigz_file.process_compression_target()

Alternatively, the pigz_python module also provides a convenient helper method to do all of this work for you.

import pigz_python

pigz_python.compress_file('foo.txt')

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

pigz-python-1.0.1.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

pigz_python-1.0.1-py3-none-any.whl (10.1 kB view hashes)

Uploaded 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