Installation

pip install deeplogs
import deeplogs as dpl

logger = dpl.Logger("v1")
bar = dpl.Bar(logger)
reader = dpl.Reader()