Metadata-Version: 1.1
Name: fizzbotz
Version: 0.2.0
Summary: A bot for discord written in Python implementing some basic commands.
Home-page: https://github.com/martensm/fizzbotz
Author: Matthew Martens
Author-email: matthew.s.martens@gmail.com
License: MIT
Description: ========
        Fizzbotz
        ========
        
        .. image:: https://img.shields.io/pypi/v/fizzbotz.svg
                :target: https://pypi.python.org/pypi/fizzbotz
        
        .. image:: https://img.shields.io/travis/martensm/fizzbotz/master.svg
                :target: https://travis-ci.org/martensm/fizzbotz
        
        .. image:: 	https://img.shields.io/codecov/c/github/martensm/fizzbotz/master.svg
                :target: https://codecov.io/github/martensm/fizzbotz
        
        .. image:: https://img.shields.io/scrutinizer/g/martensm/fizzbotz/master.svg
                :target: https://scrutinizer-ci.com/g/martensm/fizzbotz
        
        A collection of chat message utilities written in python. Useful for bots or web services.
        
        * Documentation: https://fizzbotz.readthedocs.org.
        
        Features
        --------
        
        * Random one liner jokes
        * Random twitch chat copypasta
        * Random imgur images
        * Square text art from a user provided string
        
        
        =======
        History
        =======
        
        0.2.0 (2016-2-17)
        -----------------
        
        * Add roll response
        * Add insult response
        * Create new Fizzbotz specific exceptions for use in square response.
        * Overhaul documentation
        
        0.1.0 (2016-2-10)
        -----------------
        
        * First release on PyPI.
        
Keywords: fizzbotz
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
