progressbarο
- eomaps.helpers.progressbar(it, prefix='', size=60, file=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)ο
A (very) simple progressbar generator.
- Parameters:
it (iter) β The iterator for which a progressbr should be shown.
prefix (str, optional) β Prefix for the output. The default is ββ.
size (int, optional) β The size of the progressbar (in characters). The default is 60.
file (filehandle, optional) β The file-handle to write to. The default is sys.stdout.
- Yields:
item β Consecutive items from the iterator.