معرفی شرکت ها


calculon-1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Implementation of the producer-consumer patternwith customizable producer and consumer methods andan ability to choose thread/process model for execution.
ویژگی مقدار
سیستم عامل -
نام فایل calculon-1.1
نام calculon
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nikita Pchelin
ایمیل نویسنده nikita@pchelin.ca
آدرس صفحه اصلی https://github.com/jango/calculon
آدرس اینترنتی https://pypi.org/project/calculon/
مجوز UNKNOWN
# Calculon This project is a customizable implementation of the producer-consumer pattern using Python's multithreading and multiprocessing capabilities. Calculon allows you to: * define a custom producer that puts values into a queue; * define a custom consumer that processes values obtained from the queue; * choose between multiprocessing or multithreading option to run the functions; * pass arbitrary information to and back from each of the producer / consumer; This package will be helpful to someone who is looking to use a producer-consumer pattern to perform simple parallel computing tasks. # Documentation Documentation is hosted on [Read the Docs] (https://calculon.readthedocs.org/en/latest) and includes detailed information on installing and using the package. # License This project was released under MIT license, see **LICENSE** file for more information. # Release Notes See RELEASE file for the release history.


نحوه نصب


نصب پکیج whl calculon-1.1:

    pip install calculon-1.1.whl


نصب پکیج tar.gz calculon-1.1:

    pip install calculon-1.1.tar.gz