Metadata-Version: 1.0
Name: trzip
Version: 0.01a1
Summary: rzip-stream library
Home-page: UNKNOWN
Author: Clovis Fabricio
Author-email: nosklo at gmail dot com
License: UNKNOWN
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
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Topic :: Utilities
