Metadata-Version: 1.1
Name: seshet
Version: 0.1.0-2
Summary: Modular, dynamic IRC bot
Home-page: https://github.com/kopachris/seshet
Author: Christopher Koch
Author-email: ch_koch@outlook.com
License: BSD
Description: seshet
        ======
        
        Modular, dynamic Python IRC bot
        
        
        Installing
        ----------
        
        Simply clone the repository and run ``./setup.py install``. You may need to mark it as executable first, and may need to run it as root or with sudo.
        
        Running
        -------
        
        Without installing, you can test it by running ``./test.py``. It will not use a database by default. After isntalling, you can test that the installed version works by opening a Python 3 interpreter and running::
        
            >>> import seshet.config
            >>> bot = seshet.config.build_bot()
            >>> bot.connect()
            >>> bot.start()
            
        This will start a bot using the default configuration. You can terminate the bot at any time by terminating the Python interpreter.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
