Metadata-Version: 1.1
Name: Dice-Roller
Version: 1.5
Summary: A dice-rolling application using standard dice notation
Home-page: https://git.xirion.net/victor/dice-roller
Author: Victor Roest
Author-email: victor@xirion.net
License: GPL3
Download-URL: https://git.xirion.net/victor/dice-roller/archive/v1.5.tar.gz
Description: Dice-Roller
        ===========
        
        A python dice rolling application using standard `dice
        notation <https://en.wikipedia.org/wiki/Dice_notation>`__
        
        Usage
        -----
        
        ::
        
            roll <dice code>
        
        Example:
        
        .. figure:: https://i.imgur.com/KKlSb49.png
           :alt: example
        
           example
        
        Installation
        ------------
        
        Archlinux
        ~~~~~~~~~
        
        For Archlinux there is an `AUR
        package <https://aur.archlinux.org/packages/dice-roller-git/>`__
        available. You can install the PKGBUILD manually or install with the
        help of your favourite AUR Helper.
        
        AUR Helper
        ^^^^^^^^^^
        
        *Using trizen as an example*
        
        ::
        
            $ trizen -S dice-roller-git
        
        Manual
        ^^^^^^
        
        For manual installation of AUR packages please see to the
        `ArchWiki <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages>`__
        
        Other Linux
        ~~~~~~~~~~~
        
        Prerequisites
        ^^^^^^^^^^^^^
        
        -  Git
        -  Python 3
        
        .. _installation-1:
        
        Installation
        ^^^^^^^^^^^^
        
        ::
        
            $ git clone https://git.xirion.net/victor/dice-roller.git
            $ cd dice-roller
            $ sudo python setup.py install
        
        
Keywords: dnd,dice
Platform: UNKNOWN
