Metadata-Version: 1.1
Name: eote-dice
Version: 1.2.0
Summary: Utility for analyzing Star Wars Edge of the Empire (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://travis-ci.org/johnthagen/eote-dice.svg
            :target: https://travis-ci.org/johnthagen/eote-dice
        
        .. image:: https://codeclimate.com/github/johnthagen/eote-dice/badges/gpa.svg
           :target: https://codeclimate.com/github/johnthagen/eote-dice
        
        .. image:: https://codeclimate.com/github/johnthagen/eote-dice/badges/issue_count.svg
           :target: https://codeclimate.com/github/johnthagen/eote-dice
        
        .. image:: https://codecov.io/github/johnthagen/eote-dice/coverage.svg
            :target: https://codecov.io/github/johnthagen/eote-dice
        
        .. image:: https://img.shields.io/pypi/v/eote-dice.svg
            :target: https://pypi.python.org/pypi/eote-dice
        
        .. image:: https://img.shields.io/pypi/status/eote-dice.svg
            :target: https://pypi.python.org/pypi/eote-dice
        
        .. image:: https://img.shields.io/pypi/pyversions/eote-dice.svg
            :target: https://pypi.python.org/pypi/eote-dice/
        
        Analyze or roll Star Wars Edge of the Empire (EotE) role-playing game dice pools.
        
        Installation
        ------------
        
        *Note: Linux and Mac OSX users should use* ``pip3`` *rather than* ``pip``.
        
        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``).  Use ``--roll`` to perform a roll or ``analyze`` to statistically analyze.
        
        .. code:: shell-session
        
            $ eote_dice --pool yygbrppk analyze --success-cutoff=1 --advantage-cutoff=2
            $ eote_dice --pool yygbrppk --roll
        
        
        Releases
        --------
        
        1.2.0 - 2019-12-15
        ^^^^^^^^^^^^^^^^^^
        
        - Add Python 3.8 support.
        - Include license file.
        
        1.1.0 - 2017-07-09
        ^^^^^^^^^^^^^^^^^^
        
        Support Python 3.6 and 3.7.
        
        1.0.0 - 2016-03-05
        ^^^^^^^^^^^^^^^^^^
        
        Added four dimensional distribution to analyze dependant probabilities (e.g.
        What is the probability of at least 1 success and 2 advantage?). Contributions by
        `@drhagen <https://github.com/drhagen>`_.
        
        0.3.2 - 2015-12-31
        ^^^^^^^^^^^^^^^^^^
        
        Fix bright black ANSI color difficult to read.
        
        0.3.1 - 2015-12-31
        ^^^^^^^^^^^^^^^^^^
        
        For rolls, use bright ANSI colors.
        
        0.3.0 - 2015-12-31
        ^^^^^^^^^^^^^^^^^^
        
        Added rolling capability.
        
        
        0.2.0 - 2015-12-31
        ^^^^^^^^^^^^^^^^^^
        
        Dice statistics are now calculated using discrete distribution.  Contribution by
        `@drhagen <https://github.com/drhagen>`_.
        
        0.1.3 - 2015-12-25
        ^^^^^^^^^^^^^^^^^^
        
        Fix pip install dependency issues.
        
        0.1.2 - 2015-12-23
        ^^^^^^^^^^^^^^^^^^
        
        Improve feedback when user enters an incorrect dice color.
        
        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 :: 4 - Beta
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 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Games/Entertainment :: Role-Playing
