Metadata-Version: 2.1
Name: dice-stats
Version: 1.0.0
Summary: Get statistics for rolling dice.
Home-page: https://github.com/Peilonrayz/dice_stats
Author: Peilonrayz
Author-email: peilonrayz@gmail.com
License: MIT
Description: # Dice Stats
        
        [![Master Build Status](https://travis-ci.org/Peilonrayz/dice_stats.svg?branch=master)](https://travis-ci.org/Peilonrayz/dice_stats)
        
        Get statistics for rolling dice.
        
        ## Installation
        
        ```bash
        $ pip install dice_stats
        ```
        
        ## How to use
        
        The [documentation is available online](https://peilonrayz.github.io/dice_stats/index.html).
        
        # Development
        
        All tests use are run via tox. This includes running static analysis tools, unit tests and generating documentation.
        
        ```bash
        $ tox
        ```
        
Keywords: dice statistics simulation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
