Metadata-Version: 1.1
Name: ircutils3
Version: 0.2.2
Summary: IRC framework and utilities. Great for bot creation.
Home-page: http://dev.guardedcode.com/projects/ircutils/
Author: ['Christopher Koch', 'Evan Fosmark']
Author-email: ['ch_koch@outlook.com', 'evan.fosmark@gmail.com']
License: MIT/X11
Description: 
        IRCUtils is a Python framework for communicating with the  IRC protocol.
        It's designed for ease of use for anything you'd need. It also has fast 
        and simple support for writing IRC bots. Its features include:
        
            * Asynchronous connection management
            * Abstraction of the IRC protocol 
            * Simple bot creation
            * SSL connection support
            * Easy text formatting
            * Automatic tracking of client nickname changes
            * Automatic channel tracking
            * CTCP compatibility
            * Advanced message handling
            * Basic ident server
        
        :Home page:      http://dev.guardedcode.com/projects/ircutils/
        :Documentation:  http://dev.guardedcode.com/docs/ircutils/
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
