Metadata-Version: 1.1
Name: duxlot
Version: 0.9.19-1542
Summary: IRC bot and data suite, by the maker of phenny
Home-page: http://inamidst.com/duxlot/
Author: Sean B. Palmer
Author-email: UNKNOWN
License: Apache License 2.0
Description: 
        Duxlot_ is a new IRC bot created by `Sean B. Palmer`_, the maker of the popular
        Phenny_. Features include a fast multiprocess architecture, modularity, and
        ease of use. Duxlot has no dependencies except Python 3, and will even work
        without having to be installed as as package. `Source on Github`_.
        
        .. _Duxlot: http://inamidst.com/duxlot/
        .. _Sean B. Palmer: http://inamidst.com/sbp/
        .. _Phenny: http://inamidst.com/phenny/
        .. _Source on Github: https://github.com/sbp/duxlot
        
        Install
        ---------
        
            **WARNING:** This is an pre-release alpha version of Duxlot. The API and
            features may change, and the bot may not be stable.
        
        You may use **either** of these methods:
        
        *   Download the `latest source`_. Unpack it and enter ``duxlot-0.9.19-1542/``
        
            **Optionally** install using::
        
                python3 setup.py install
        
        *   OR: Install using pip_::
        
                pip install duxlot
        
        .. _latest source: http://testpypi.python.org/pypi/duxlot#downloads
        .. _pip: http://pypi.python.org/pypi/pip
        
        **Optionally** use virtualenv_ for either of these methods.
        
        .. _virtualenv: http://www.virtualenv.org/en/latest/index.html#installation
        
        You can now use the ``duxlot`` script. Try ``duxlot --help``.
        
Platform: Linux and OS X
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
