Skip to content

cielavenir/python-dclimplode

Repository files navigation

PyPI

dclimplode

a (light) binding for https://github.com/madler/zlib/blob/master/contrib/blast/blast.c and https://github.com/ladislav-zezula/StormLib/blob/master/src/pklib/implode.c

DCL stands for PKWARE(R) Data Compression Library.

o = dclimplode.compressobj()
s = o.compress(b'hello')+o.flush()
o = dclimplode.decompressobj()
o.decompress(s) == b'hello'

tested versions

  • Python 2.7
  • Python 3.9
  • PyPy [2.7] 7.3.3
  • PyPy [3.7] 7.3.5
  • Pyston [3.8] 2.3

special thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published