I'm making a (streaming) unZIP function in Python. ZIP files can use a range of compression algorithms, but the most common is DEFLATE according to https://en.wikipedia.org/wiki/ZIP_(file_format)
Are there any examples "in the wild" of ZIP files that don't use DEFLATE (say, on sites that offer downloads)? Both for testing, but also, I'm trying to work out whether it's worth adding this support.