CMD + K

p-tqdm

Community

Parallel processing with progress bars

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::p-tqdm

Usage Tracking

1.4.2
1.4.1
1.4.0
1.3.3
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Parallel processing with progress bars

Last Updated

Aug 8, 2024 at 14:26

License

MIT

Total Downloads

19.0K

Supported Platforms

noarch