Package skytools :: Module gzlog
[frames] | no frames]

Module gzlog

source code

Atomic append of gzipped data.

The point is - if several gzip streams are concated, they are read back as one whose stream.

Functions
 
gzip_append(filename, data, level=6)
Append a block of data to file with safety checks.
source code