Commit 58f5c37f3b5b07f3455a27671bdc48fd2e37cd54

Janek 2017-06-28T16:32:28

Python: Decompressor: Streaming decompression support (#546) python-brotli has Compressor for streaming compression but nothing for streaming decompression. This is a straight-forward copy of the Compressor code into the new class Decompressor.