Closed takluyver closed 3 years ago
Thanks! The I/O integration parts in particular are kind of designed assuming that you will do partial imports from jeepney.io.blocking import ...
- but of course there's no compulsion to do so if you prefer the other style. :slightly_smiling_face:
I've just released Jeepney 0.5, with an overhaul of the I/O APIs. The old interface still works for now (in fact, I was testing dbus-object as a check that I hadn't broken it), but at some point I'll clean it up in favour of the new APIs. So there's no rush to merge this if you want to keep supporting Jeepney 0.4 for a while, but I wanted to show what the changes would involve.