Metadata-Version: 1.1
Name: possel-server
Version: 0.2.1
Summary: Python-based IRC "bouncer", requires custom clients for scrollback.
Home-page: https://bitbucket.org/KitB/possel/
Author: Kit Barnes
Author-email: kit@ninjalith.com
License: BSD
Description: # Possel
        
        ## Running
        Currently little exists, standard virtualenv stuff applies except we're using python 3 so make your venv with
        
            virtualenv -p $(which python3) ...
        
        then `pip install -r requirements.txt` in the venv and you can start running it with:
        
            python -m possel.irc
        
Keywords: irc quassel
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
