Metadata-Version: 1.1
Name: pircel
Version: 0.2.2
Summary: Simple IRC client library
Home-page: https://bitbucket.org/KitB/pircel/
Author: Kit Barnes
Author-email: kit@ninjalith.com
License: BSD
Description: # Pircel
        
        ## 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
        
Keywords: irc quassel possel
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
