Is there a python module that will give an estimate of remaining time for a long running process? -


i have long running process io bound. loop uploading items somewhere, of these items take more time others, days whole process slower time can't hardcoded.

is there module given progress through loop in terms of (current position, final position) evaluate first few iterations give estimate of remaining time, update on every iteration?

i'm thinking progress output tools wget , apt-get.

i guess write myself wondered if exists already.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -