stma / process_indicator

Little module to help create informative long running application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

process_indicator

Little module to help create informative long running application.

basic usage

indicator = ProgressIndicatorOnConsole()
indicator.start()

pool = Pool()
result = pool.map(func, big_data)

if (indicator.is_alive()):
    indicator.terminate()

future

  • install
  • connection to running processes for better info

About

Little module to help create informative long running application.

License:Apache License 2.0


Languages

Language:Python 100.0%