interval-timer is a new Python module that will make it easy to ensure that your jobs are executed at a fix interval as well as possible. Meaning that if you'd like to run some function every 1 second ...
This library uses the 'chrono' C++ library to access the fastest available system clock and use it to provide interval timing and delay functionality via a Python binding API. While the performance of ...