bguise987 / pigz-python

The goal of this project is to create a pure Python implementation of the pigz project for parallelizing gzipping.
MIT License
31 stars 5 forks source link

Determine which pigz command line options to support in the library #6

Open bguise987 opened 4 years ago

bguise987 commented 4 years ago

This is going to be a very architecture-driven task. We should figure out which of the pigz command line options we want to make available when running the pigs-python library.

I think a later task will be to support running pigz-python as a command line utility (this to me feels like not what we want from an MVP right now).