from Hacker News

Show HN: stream-unzip – now with an async interface

by michalc on 3/23/24, 2:59 PM with 0 comments

Our 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.