Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide function like ZipFile.open #29

Open
skoehler opened this issue Jul 15, 2019 · 0 comments
Open

provide function like ZipFile.open #29

skoehler opened this issue Jul 15, 2019 · 0 comments

Comments

@skoehler
Copy link

It should be possible to add files to a ZIP archive without creating a temporary file first.

Using python's ordinary ZipFile API, you can create a ZIP archive and then call the open method to create and write to the a new file inside the ZIP file directly. The file will be compressed as it is written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant