FFY00 / dbus-objects

DBus objects implementation on top of the Python type system
https://dbus-objects.readthedocs.io/en/latest/
MIT License
11 stars 4 forks source link

Use new-style blocking IO API in Jeepney #7

Closed takluyver closed 3 years ago

takluyver commented 3 years ago

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.

takluyver commented 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: