Description
ZIP archives can be manipulated with remove-oriented helpers from Python code. This library extends zipfile workflows for tools that need to delete or rewrite entries inside existing archives.
It is imported by applications and can change archive contents when the caller requests it. Work on copies when archive data matters, because removal operations are destructive.