About Anaconda Help Download Anaconda

Parallel processing with progress bars

copied from cf-staging / p-tqdm

Installers

  • noarch v1.4.2

conda install

To install this package run one of the following:
conda install conda-forge::p-tqdm

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy