معرفی شرکت ها


aioserf-0.3.3.post3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python client for the Serf orchestration tool
ویژگی مقدار
سیستم عامل -
نام فایل aioserf-0.3.3.post3
نام aioserf
نسخه کتابخانه 0.3.3.post3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matthias Urlichs
ایمیل نویسنده matthias@urlichs.de
آدرس صفحه اصلی https://github.com/smurfix/aioserf
آدرس اینترنتی https://pypi.org/project/aioserf/
مجوز MIT
aioserf ======= AioSerf is an async Python interface to Serf, the decentralised solution for service discovery and orchestration. It uses `anyio <https://github.com/agronholm/anyio>`, thus should work with ``asyncio``, ``trio``, and ``curio``. Hopefully. .. image:: https://badge.fury.io/py/aioserf.svg :alt: PyPI latest version badge :target: https://pypi.python.org/pypi/aioserf .. image:: https://coveralls.io/repos/smurfix/aioserf/badge.png?branch=master :alt: Code coverage badge :target: https://coveralls.io/r/smurfix/aioserf?branch=master Installation ------------ aioserf requires a running Serf agent. See `Serf's agent documentation <http://www.serfdom.io/docs/agent/basics.html>`_ for instructions. To install aioserf, run the following command: .. code-block:: bash $ pip install aioserf or alternatively (you really should be using pip though): .. code-block:: bash $ easy_install aioserf or from source: .. code-block:: bash $ python setup.py install Getting Started --------------- These examples require a running async loop. `Trio <https://github.com/python-trio/trio>` is recommended, though ``asyncio`` works too. .. code-block:: python from aioserf import serf_client async with serf_client() as client: await client.event('foo', 'bar') Stream usage: .. code-block:: python from aioserf import serf_client async with serf_client() as client: async with client.stream('*') as stream: async for resp in stream: print(resp) Development ------------ aioserf requires a running Serf agent. See `Serf's agent documentation <http://www.serfdom.io/docs/agent/basics.html>`_ for instructions. You can run the tests using the following commands: .. code-block:: bash $ serf agent --tag foo=bar & # start serf agent $ python3 -mpytest tests


نحوه نصب


نصب پکیج whl aioserf-0.3.3.post3:

    pip install aioserf-0.3.3.post3.whl


نصب پکیج tar.gz aioserf-0.3.3.post3:

    pip install aioserf-0.3.3.post3.tar.gz