معرفی شرکت ها


eda-1.0.0alpha5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python framework for event-driven architectures.
ویژگی مقدار
سیستم عامل -
نام فایل eda-1.0.0alpha5
نام eda
نسخه کتابخانه 1.0.0alpha5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cochise Ruhulessin
ایمیل نویسنده cochise.ruhulessin@sousouindustries.com
آدرس صفحه اصلی https://www.sousouindustries.com/
آدرس اینترنتی https://pypi.org/project/eda/
مجوز UNKNOWN
Event-Driven Architecture Framework =================================== Synopsis -------- The Python ``eda`` module provides a framework to create Python applications in Event-Driven Architectures (EDAs). Features -------- The module provides the following major features: - A syntax to declaratively specify event types and their structure. - Local implementations of an enterprise message bus, using threads (for single-process architectures) or processes. - An interface specification of the enterprise message bus; allowing additional, more mature implementations (using for example, Apache Apollo). - A framework to quickly prototype and deploy services. Installation ------------ To install ``eda``, run the following command in your terminal: .. code-block:: bash $ pip install eda Alternatively, you may clone the GitHub repository to install the latest development branch. This method provides the following options: 1. Run ``python3 setup.py install``. 2. Run ``make links``. This will create symbolic links in the systems' Python library directory. Provided as a conveniance when developing the module in cooperation with other packages or applications.


نحوه نصب


نصب پکیج whl eda-1.0.0alpha5:

    pip install eda-1.0.0alpha5.whl


نصب پکیج tar.gz eda-1.0.0alpha5:

    pip install eda-1.0.0alpha5.tar.gz