Logging

Utility functions for general logging.

source

pbar

 pbar (*args, show=True, total=None, **kwargs)
for _ in pbar(range(10)): sleep(0.01)