py-parallel-processing

ProcessPool은 여러 개의 프로세스를 생성하여 각각의 프로세스에서 함수를 병렬로 처리할 수 있도록 도와줍니다. tqdm은 진행상황 바(progress bar)를 표시하는 라이브러리로, total인자에 전체 반복횟수를 넣어주면 반복문 진행상황을 보여줍니다.

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install py-parallel-processing

Releases

Version Released Buster
Python 3.7
Bullseye
Python 3.9
Bookworm
Python 3.11
Files
0.4.2 2023-03-13      
0.4.1 2023-03-13      
0.3.1 2023-03-13
0.3.0 2023-03-13
0.2.0 2023-03-13      
0.1.0 2023-03-13      

Issues with this package?

Page last updated 2023-10-28 01:12:25 UTC