معرفی شرکت ها


dramatiq-1.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Background Processing for Python 3.
ویژگی مقدار
سیستم عامل -
نام فایل dramatiq-1.9.0
نام dramatiq
نسخه کتابخانه 1.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bogdan Popa
ایمیل نویسنده bogdan@cleartype.io
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/dramatiq/
مجوز -
<img src="https://dramatiq.io/_static/logo.png" align="right" width="131" /> # dramatiq [![Build Status](https://github.com/Bogdanp/dramatiq/workflows/CI/badge.svg)](https://github.com/Bogdanp/dramatiq/actions?query=workflow%3A%22CI%22) [![PyPI version](https://badge.fury.io/py/dramatiq.svg)](https://badge.fury.io/py/dramatiq) [![Documentation](https://img.shields.io/badge/doc-latest-brightgreen.svg)](http://dramatiq.io) [![Discuss](https://img.shields.io/badge/discuss-online-orange.svg)](https://groups.io/g/dramatiq-users) *A fast and reliable distributed task processing library for Python 3.* <hr/> **Changelog**: https://dramatiq.io/changelog.html <br/> **Community**: https://groups.io/g/dramatiq-users <br/> **Documentation**: https://dramatiq.io <br/> <hr/> <h3 align="center">Sponsors</h3> <p align="center"> <a href="https://franz.defn.io" target="_blank"> <img width="64px" src="docs/source/_static/franz-logo.png"> <br/> Franz: macOS Kafka Client </a> <br/> <br/> <a href="https://www.sendcloud.com/jobs/?utm_source=dramatiq.io&utm_medium=Banner&utm_campaign=Sponsored%20Banner&utm_content=V1" target="_blank"> <img width="222px" src="docs/source/_static/sendcloud-logo.png"> </a> </p> ## Installation If you want to use it with [RabbitMQ] pip install 'dramatiq[rabbitmq, watch]' or if you want to use it with [Redis] pip install 'dramatiq[redis, watch]' ## Quickstart Make sure you've got [RabbitMQ] running, then create a new file called `example.py`: ``` python import dramatiq import requests import sys @dramatiq.actor def count_words(url): response = requests.get(url) count = len(response.text.split(" ")) print(f"There are {count} words at {url!r}.") if __name__ == "__main__": count_words.send(sys.argv[1]) ``` In one terminal, run your workers: dramatiq example In another, start enqueueing messages: python example.py http://example.com python example.py https://github.com python example.py https://news.ycombinator.com Check out the [user guide] to learn more! ## License dramatiq is licensed under the LGPL. Please see [COPYING] and [COPYING.LESSER] for licensing details. [COPYING.LESSER]: https://github.com/Bogdanp/dramatiq/blob/master/COPYING.LESSER [COPYING]: https://github.com/Bogdanp/dramatiq/blob/master/COPYING [RabbitMQ]: https://www.rabbitmq.com/ [Redis]: https://redis.io [user guide]: https://dramatiq.io/guide.html


نیازمندی

مقدار نام
>=0.2 prometheus-client
<2.0,>=1.5 pylibmc
<2.0,>=1.0 pika
<5.0,>=2.0 redis
- watchdog
- watchdog-gevent
>=1.1 gevent
<2.0,>=1.5 pylibmc
<2.0,>=1.0 pika
<5.0,>=2.0 redis
- watchdog
- watchdog-gevent
>=1.1 gevent
- alabaster
<1.8 sphinx
- sphinxcontrib-napoleon
- flake8
- flake8-bugbear
- flake8-quotes
- isort
- bumpversion
- hiredis
- twine
- wheel
- pytest
- pytest-benchmark[histogram]
- pytest-cov
- tox
>=1.1 gevent
<2.0,>=1.5 pylibmc
<2.0,>=1.0 pika
<5.0,>=2.0 redis
- watchdog
- watchdog-gevent


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl dramatiq-1.9.0:

    pip install dramatiq-1.9.0.whl


نصب پکیج tar.gz dramatiq-1.9.0:

    pip install dramatiq-1.9.0.tar.gz