Show HN: stream-unzip – now with an async interfacegithub.com/uktrade3 pointsmichalc2 years agoOur 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.