Metadata-Version: 2.1
Name: dicebag
Version: 0.0.2
Summary: An infinite bag of dice.
Home-page: UNKNOWN
Author: Mark Smith
Author-email: judy@judy.co.uk
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown

# Dicebag

An infinite bag of dice.

```python3
>>> import dicebag
>>> dicebag.roll_d6()
5
>>> dicebag.roll_3d6()
9
>>> dicebag.roll_2d50()
43
```

# Caveats

This was written in a hurry, to show how clever I am. It should probably not be used in production.

