pigz-python 1.0.1

Last updated:

0 purchases

pigz-python 1.0.1 Image
pigz-python 1.0.1 Images
Add to Cart

Description:

pigzpython 1.0.1

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')

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.