Metadata-Version: 1.0
Name: dyce
Version: 0.2
Summary: Randomizer toolkit, with custom dice expression parser.
Home-page: http://code.google.com/p/dyce/
Author: David Eyk
Author-email: eykd@eykd.net
License: UNKNOWN
Download-URL: http://code.google.com/p/dyce/downloads/list
Description: Dyce is a toolkit for rolling dice. It's a friendly wrapper around python's random module.
        
        Dyce also has a mini-language for expressing random number patterns, including common dice notation (i.e. "3d6+5" for rolling thre six-sided dice and adding 5 to the result), making it ideal for easily storing random number patterns in config files.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Software Development :: Libraries
