a (light) binding for http://www.libslz.org/
o = slz.compressobj
o.compress('hello')
o.flush()
the stream is compatible with zlib deflate.
- Python 2.7
- Python 3.9
- PyPy [2.7] 7.3.3
- PyPy [3.7] 7.3.5
- For PyPy2, pip needs to be 20.1.x cf pypa/pip#8653
- PyPy needs to be 7.3.1+ cf pybind/pybind11#2436
- Pyston [3.8] 2.3
Now sdist installation is possible.
It will be considered after actions/python-versions#114 is done.