event_reader.progress_update

Documentation for eth_defi.event_reader.progress_update Python module.

Different reporters for event reading progress.

  • Stdout printing

  • TQDM progress bars

  • Python logging based notifications

Classes

PrintProgressUpdate

Print to stdout the read progress.

TQDMProgressUpdate

Use TQDM progress bars to display the progress.