Metadata-Version: 2.1
Name: d6dice
Version: 0.2.2
Summary: Simulated dice object
Home-page: https://www.d6engine.org
License: GPL-3.0+
Keywords: dice,d6engine,opend6,d6
Author: Chuck Mo
Author-email: chuck@d6engine.org
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: numpy (>=1.16,<2.0)
Project-URL: Documentation, https://d6dice.d6engine.org
Project-URL: Repository, https://gitlab.com/thechuckmo/d6dice
Description-Content-Type: text/markdown

# d6Dice

d6Dice roller

## Overview

d6Dice is intended for use within d6engine. As a dice and calculation object. 

## Install

```bash
python3 -m venv vpy
source vpy/bin/activate
pip install d6dice
  
```

