helper-zlib

Helper zlib


License
MIT
Install
pip install helper-zlib==0.0.2

Documentation

helper_zlib

zlib gzdeflate, gzinflate, gzcompress and gzuncompress functions in pure Python.

Install

pip install helper_zlib

Usage

>>> binascii.hexlify(gzdeflate('hello world'))
'cb48cdc9c95728cf2fca490100'

for more detail, see source code.