معرفی شرکت ها


AmqpConnector-0.0.41


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Simple library for building a distributed task system over AMQP.
ویژگی مقدار
سیستم عامل -
نام فایل AmqpConnector-0.0.41
نام AmqpConnector
نسخه کتابخانه 0.0.41
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Connor Wolf
ایمیل نویسنده github@imaginaryindustries.com
آدرس صفحه اصلی http://pypi.python.org/pypi/AmqpConnector/
آدرس اینترنتی https://pypi.org/project/AmqpConnector/
مجوز UNKNOWN
# AmqpConnector This is a very minimal library intended for distributed task systems, where the AMQP system is used for both task distribution, *and* collation of the task results. This seems to be somewhat unusual among most AMQP libraries, where a AMQP client is either a pure producer, a pure consumer, or includes everything including the kitchen sink, a stove, a backup kitchen sink, and possibly an entire house in case you don't have one to put the sink in (*cough* Celery *cough*). In this case, each client consumes from one queue, and produces on another. At it's core, this basically just allows one to put byte-strings into one end, they're passed out to the clients, and the clients then return byte-strings, which come out the other end. Correlation between submitted tasks and responses is entirely left up to the responsibility of the end-user code. Requires: - `amqp` library


نحوه نصب


نصب پکیج whl AmqpConnector-0.0.41:

    pip install AmqpConnector-0.0.41.whl


نصب پکیج tar.gz AmqpConnector-0.0.41:

    pip install AmqpConnector-0.0.41.tar.gz