Issue to track improvements that can be done to the `zlib` library that now has preliminary support: - [ ] Implement decompressing data streams via the `zlib.decompressobj` style function like in CPython. - [ ] Expand `zlib` with other functions like `crc32` similar to PR #1274 was looking to do. - [ ] Expand for compression functionality. Compression does not exist in the used `uzlib` library. - [ ] Implement the `gzip` CPython library (in CPython this is done in pure python so could be done the same).
Issue to track improvements that can be done to the
zliblibrary that now has preliminary support:zlib.decompressobjstyle function like in CPython.zlibwith other functions likecrc32similar to PR [Refactoring... WIP] Implement CPython-compatible gzip.decompress, restore uzlib. Enable both for atmel-samd #1274 was looking to do.uzliblibrary.gzipCPython library (in CPython this is done in pure python so could be done the same).