kbbdy / zipstream

Simple python library for streaming zip files which are created dynamically, without using any temporary files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What would it take to support Zip64?

tritium21 opened this issue · comments

I don't fully understand the zip format, but i am bumping against the 4 gigabyte limit. What would it take to support Zip64? is it just changing the size of some structs?