Metadata-Version: 1.1
Name: eote-dice
Version: 0.1.1
Summary: Utility for analyzing EotE dice rolls.
Home-page: https://github.com/johnthagen/eote-dice
Author: John Hagen
Author-email: johnthagen@gmail.com
License: MIT
Description: EotE Dice
        =========
        
        .. image:: https://badge.fury.io/py/eote-dice.png
            :target: http://badge.fury.io/py/eote-dice
        
        Analyze SW EotE role-playing game dice pools.
        
        Installation
        ------------
        
        You can install, upgrade, and uninstall ``eote-dice`` with these commands:
        
        .. code:: shell-session
        
            $ pip install eote-dice
            $ pip install --upgrade eote-dice
            $ pip uninstall eote-dice
        
        Usage
        -----
        
        Input the dice pool using the first letter of the color of the die (except black Setback die which
        use ``k``).
        
        .. code:: shell-session
        
            $ eote_dice --pool yygbrppk
        
        
        Releases
        --------
        
        0.1.1 - 2015-12-23
        ^^^^^^^^^^^^^^^^^^
        Fixed setup.py.
        
        0.1.0 - 2015-12-23
        ^^^^^^^^^^^^^^^^^^
        
        First release.
Keywords: star wars EotE dice role-playing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Games/Entertainment :: Role-Playing
