Binary package “python3-waiting” in ubuntu oracular

Python module for waiting for events to happen (Python 3 version)

 The waiting module is designed to wait for events to occur. The waiting
 routine polls a given predicate function until it returns True, polling on
 a regular basis, at defined times, with exponential back-off or with a
 time-out.
 .
 This package contains the Python 3 version of the waiting module.