Closed fatuhoku closed 7 years ago
have you tried [new StringIO(file_contents), zip_path]
i think that should work
note that this won't give you the nice streaming that you want, but might be reasonable if all or some of your data is just sitting on your server...
hopefully that helped. closing this issue for now. please re-open if you are still having trouble.
@fringd requirements have changed and I did manage to get the nice streaming working 👍 Thanks for your help anyway might come in handy in the future.
e.g. instead of doing
as it says in https://github.com/fringd/zipline#usage, is it possible to do
and ... is it possible to mix using URLs with using file contents?