p-tqdm
Parallel processing with progress bars
Parallel processing with progress bars
To install this package, run one of the following:
ptqdm makes parallel processing with progress bars easy. ptqdm is a wrapper around pathos.multiprocessing and tqdm. Unlike Python's default multiprocessing library, pathos provides a more flexible parallel map which can apply almost any type of function --- including lambda functions, nested functions, and class methods --- and can easily handle functions with multiple arguments. tqdm is applied on top of pathos's parallel map and displays a progress bar including an estimated time to completion.
Summary
Parallel processing with progress bars
Last Updated
Aug 8, 2024 at 14:26
License
MIT
Total Downloads
19.0K
Supported Platforms
GitHub Repository
https://github.com/swansonk14/p_tqdmDocumentation
https://github.com/swansonk14/p_tqdm