-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current show_progress option uses manual prints to display a progress bar. The tqdm library provides a more tooled (and probably more performant) progress bar function that we should consider using.
Replace the current progress bar implementation with a tqdm implementation. Make sure it still prints out packets per second and kilobits per second during parsing.
And make sure it's still optional!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request