-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello! Thanks for pyzipper, it's great!
I am relying on it in my work on Mailpile 2 (moggie), since ZIP files are the closest thing we've got to a semi-standardized cross-platform encrypted container format.
I will need to fork and enhance pyzipper to support removing and updating files within an archive, probably in two phases for performance reasons (deletion would edit the table of contents and overwrite the data with zeros, and there would be a separate function for compacting the archive to reclaim space - updating would overwrite in place if there is room, or delete and append otherwise). While I am at it, I would probably also add functions to rename files within the archive.
I'm not sure exactly what the timeline for that work will be, but sometime within the next 2-3 months probably?
Would you be interested in accepting pull requests to add this functionality?