forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Milestone
Description
Issue to track improvements that can be done to the zlib library that now has preliminary support:
- Implement decompressing data streams via the
zlib.decompressobjstyle function like in CPython. - Expand
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. - Expand for compression functionality. Compression does not exist in the used
uzliblibrary. - Implement the
gzipCPython library (in CPython this is done in pure python so could be done the same).