Metadata-Version: 1.1
Name: lala
Version: 0.4
Summary: IRC bot based on the twisted framework
Home-page: ['http://github.com/mineo/lala']
Author: Wieland Hoffmann
Author-email: themineo@gmail.com
License: MIT
Download-URL: ['https://github.com/mineo/lala/tarball/master']
Description: Lala IRC Bot
        ============
        
        Dependencies
        ------------
        
        * twisted
        
        Setup
        -----
        * Copy /usr/share/lala/config.example to either /etc/lala.config or
          $XDG_CONFIG_HOME/lala/config or (if and only if the latter is not set)
          $HOME/.lala/config
        * Edit the file you just copied to your liking
        * Use twistd to start the bot::
        
              twistd lala
        
        * If you want to get more verbose output in the log file, add the ``--verbose``
          option.
        
        For more information about the setup, the available plugins and the API, read
        the `documentation`_.
        
        .. _documentation: https://lala.readthedocs.org/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Twisted
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires: Twisted
