rzip-stream library
Project description
trzip.py is a quick script to stream rzip compressed files.
compress: $ cat somefile.dat | trzip.py > somefile.trz
decompress: $ cat somefile.trz | trzip.py -d > somefile2.dat
Comparing result $ cmp somefile.dat somefile2.dat
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
trzip-0.01a2.tar.gz
(1.8 kB
view hashes)