You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for an async zipfile library to both read and write zipfiles using asyncio with fastapi, but AFAICT it looks like this library only supports writing zipfiles and not reading them back. I was just curious if accessing a file list and asynchronously iterating over files (with filenames) are within reach with this library or if I'm out of luck.
There are shockingly few stack overflow/issues in general about asyncio archives so maybe I'm just off-base with what I should be doing lol
The text was updated successfully, but these errors were encountered:
I hit the exact same problem and resorted to using a synchronous endpoint in FastAPI. I haven't found a solution yet. If you did, please let me know ☺️
I'm looking for an async zipfile library to both read and write zipfiles using asyncio with fastapi, but AFAICT it looks like this library only supports writing zipfiles and not reading them back. I was just curious if accessing a file list and asynchronously iterating over files (with filenames) are within reach with this library or if I'm out of luck.
There are shockingly few stack overflow/issues in general about asyncio archives so maybe I'm just off-base with what I should be doing lol
The text was updated successfully, but these errors were encountered: