raffalib

My library

Submodules

Functions

tqdm_batch(items, batch_size)

make_backup_file(→ None)

Move file to a backup.

create_logger([app_name, level, rich, fmt])

list_replace(lst, old, new)

replace list elements (inplace)

Package Contents

raffalib.tqdm_batch(items, batch_size)
raffalib.make_backup_file(fp: pathlib.Path) None

Move file to a backup.

raffalib.create_logger(app_name: str = None, level=logging.INFO, rich=False, fmt=None)
raffalib.list_replace(lst, old, new)

replace list elements (inplace)