Metadata-Version: 1.1
Name: blackbox
Version: 0.7
Summary: A Python module to abstract and encapsulate the IRC protocol
Home-page: https://github.com/proxypoke/blackbox_IRC-macros
Author: slowpoke (Proxy)
Author-email: proxypoke@lavabit.com
License: UNKNOWN
Description: This python module - simply called blackbox from
                 here on - is intended to  encapsulate most of the low level IRC
                 protocol into handy, easily callable methods of an IRC object that
                 contains the socket object.  It is mainly meant to be used in bots,
                 but can of course be used for any other application communicating
                 with an IRC server as
                 well.
                 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Software Development :: Libraries :: Python Modules
