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

Is there the possibility to pass the entire file instead of the file name in the process() function? #33

Open
Zast996 opened this issue Dec 10, 2020 · 1 comment

Comments

@Zast996
Copy link

Zast996 commented Dec 10, 2020

No description provided.

@nmstoker
Copy link

Haven't tried this, but perhaps it's possible using the methods described here:

https://stackoverflow.com/a/38587909/142780

The idea is that you need to create a file-like object from the file contents. This should work if you pass it into process because that in turn calls zipfile.ZileFile which according to the docs does accept a file -like object.

Let us know how you get on, as it sounds like this well be useful 🙂

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

2 participants