Metadata-Version: 1.1
Name: dccclient
Version: 0.1.1
Summary: DCC Send for Twisted
Home-page: https://github.com/tritium21/twisted-words-dcc
Author: Alexander Walters
Author-email: tritium@sdamon.com
License: MIT
Description: dccclient - A DCC Sending IRC Class for Twisted
        ===============================================
        
        This class provides a subclass of ``twisted.words.protocols.irc.IRCClient``
        with a working DCC SEND implementation.  Simply ``from dccclient import
        IRCClient``, and use it like you would the class that ships with Twisted.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Framework :: Twisted
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2 :: Only
