Live Query Feature in Python Driver?

Hi,

Java's OGM API had Transaction Event Listeners which provides user with call backs for PRE/POST for session.save/delete.

Does the same exists for Python Driver? Any library which can simulate 'live query' feature? Live query - getting updates/callbacks from DB for data change events. Is there anyway we can get 'live query' feature using Python?

Thanks

Could anyone from Neo team can comment on this. It had been open for long time.

Live Query is a feature supported in OrientDB and I am trying to find a way in Neo/Python driver. In Java, I can see TransactionEvent Listener etc but how about Python Driver. Is it possible.