Metadata-Version: 1.0
Name: easyirc
Version: 0.0.1
Summary: Easy IRC is an IRC toolkit to develop IRC client or bot, especially for Python/IRC beginner.
Home-page: https://github.com/youknowone/easyirc
Author: Jeong YunWon
Author-email: jeong+easyirc@youknowone.org
License: UNKNOWN
Description: 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.
        
        What is not a goal:
          High-performance.
        
        
        Example
        -------
        
        Under writing...
Platform: UNKNOWN
