Currently, there are zlib
, lzma
, tarfile
zipfile
, … they exist as independent modules. Each of them has their own API.
It would be nice to collect them together like hashlib
, And provide unified API between different algorithm.
This can be more friendly to beginner and reduce learning cost.