5697ce41f6
- rename to py-irc to follow upstream - change MASTER_SITES to pypi - switch to easy_install - update examples - convert to optionsng - add optional dependency on py-importlib for python < 2.7 - update WWW and port description - general clean-up This port should be python3 aware, so change USE_PYTHON to yes, but it still doesn't builds with it because py-hgtools isn't, so can't test for sure. PR: 173828 Submitted by: rm (myself) Approved by: William Grzybowski <william88 at gmail dot com> (maintainer, via python@ ML) Feature safe: yes
6 lines
256 B
Text
6 lines
256 B
Text
This library is intended to encapsulate the IRC protocol at a quite
|
|
low level. It provides an event-driven IRC client framework. It has
|
|
a fairly thorough support for the basic IRC protocol, CTCP and DCC
|
|
connections.
|
|
|
|
WWW: https://bitbucket.org/jaraco/irc
|