Bill Nolf writes:
> How do I compress (gzip and/or tar) a directory in python? I found
> examples of compressing a file using gzip or tar but not a directory.
The Python standard library https://docs.python.org/3/library/>
contains implementations of many common tools. It's well worth searchin
On Thu, Nov 3, 2016 at 10:48 AM, Bill Nolf wrote:
> How do I compress (gzip and/or tar) a directory in python? I found examples
> of compressing a file using gzip or tar but not a directory.
> thanks
I did a search for almost your exact question and got this:
http://stackoverflow.com/questions
How do I compress (gzip and/or tar) a directory in python? I found examples of
compressing a file using gzip or tar but not a directory.
thanks
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.o