Show HN: stream-unzip – now with an async interface
https://github.com/uktrade/stream-unzip/releases/tag/v0.0.91Our Python utility for unzipping files on the fly now has asyncio support. Under the hood it uses threads to avoid sync/async duplication of code - I am a bit curious what people think of that approach.