معرفی شرکت ها


easyirc-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Easy IRC is an IRC toolkit to develop IRC client or bot, especially for Python/IRC beginner.
ویژگی مقدار
سیستم عامل -
نام فایل easyirc-0.1.1
نام easyirc
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jeong YunWon
ایمیل نویسنده jeong+easyirc@youknowone.org
آدرس صفحه اصلی https://github.com/youknowone/easyirc
آدرس اینترنتی https://pypi.org/project/easyirc/
مجوز UNKNOWN
EasyIRC ~~~~~~~~ Easy IRC is an IRC toolkit to develop IRC client or bot, especially for Python/IRC beginner. What are the Goals: - Every core parts are replacable or expendable. They are layered considerately. - Every behaviors are event-driven or pluggable. - Every events are described independantly as much as possible. - Super easy-to-write new modules. - Batteries included - common bot features are included. - General-purpose, still. - Every parts are reusable. Command, event, module, entire bot or even non-easyirc based bot. What is not a goal: - High-performance. Example ------- At this time, there is no document yet. You can follow example bot step by step: - BasicBot_ as a starting point. - Messages_ for general irc message hook. - Regex_ for regex-based message hook. .. _BasicBot: https://github.com/youknowone/easyirc/blob/master/exambot/00basic.py .. _Context: https://github.com/youknowone/easyirc/blob/master/exambot/01context.py .. _Messages: https://github.com/youknowone/easyirc/blob/master/exambot/10message.py .. _Regex: https://github.com/youknowone/easyirc/blob/master/exambot/90regex.py


نحوه نصب


نصب پکیج whl easyirc-0.1.1:

    pip install easyirc-0.1.1.whl


نصب پکیج tar.gz easyirc-0.1.1:

    pip install easyirc-0.1.1.tar.gz