Metadata-Version: 1.0
Name: sopel_modules.wolfram
Version: 0.1.1
Summary: Wolfram|Alpha module for Sopel IRC bot framework
Home-page: http://github.com/dgw/sopel-wolfram
Author: Max Gurela
Author-email: maxpowa1@gmail.com
License: Eiffel Forum License, version 2
Description: Sopel Wolfram\|Alpha module
        ===========================
        
        Wolfram\|Alpha module for Sopel IRC bot framework
        
        Configuration
        -------------
        
        The Wolfram\|Alpha API requires a key to be added in the bot’s config.
        Sign up for API access at http://developer.wolframalpha.com/portal/apisignup.html and add the App ID to Sopel’s configuration file:
        
        ::
        
            [wolfram]
            app_id = yourappidgoeshere
        
        Usage
        -----
        
        ::
        
            <User> .wa 2+2
            <Sopel> Result: 4
        
        
        Ticket numbers in changelog entries can be looked up by visiting
        ``https://github.com/dgw/sopel-wolfram/issue/<number>``
        
        sopel-wolfram v0.1.1 "Already"
        ==============================
        
        Updates:
        
        * Now outputs error if app_id is missing (#1)
        
        Meta:
        
        * README reformatted (thanks @\ `maxpowa <https://github.com/maxpowa>`_)
        * Begin maintaining version history in NEWS file
        
        
        sopel-wolfram v0.1.0 "Beginner"
        ===============================
        
        * Initial release
        * Adopted from https://github.com/maxpowa/inumuta-modules/blob/e0b195c/wolfram.py with permission
        
Platform: UNKNOWN
