Metadata-Version: 1.1
Name: die
Version: 0.2.0
Summary: Library for simulating dice, dice rolls, and stats on dice.
Home-page: https://github.com/njharman/die
Author: Norman J. Harman Jr.
Author-email: njharman@gmail.com
License: GPL - GNU Public License
Description: die
        ===
        .. image:: https://secure.travis-ci.org/njharman/die.png
           :target: https://secure.travis-ci.org/njharman/die
           :alt: Build status
           :scale: 200%
        
        About
        -----
        die is a dice library, for RPG and Board Game games, tools, whatever.
        
        Emphasizes flexibility over speed.
        
        
        Installing
        ----------
        via source::
        
            python setup.py install
        
        via pip::
        
            pip install --upgrade die
        
        
        Testing
        -------
        unittest prerequisites:
            - pep8_
            - unittest2_ (only Python < 2.7)
        
        Author uses nose_ to run unittests, YMMV. ::
        
            pip install --upgrade pep8 --use-mirrors
            nosetests
        
        
        Unittests run against the following Python versions using `Travis CI`_:
        
          - 2.5 requires unittest2_
          - 2.6 requires unittest2_
          - 2.7
          - 3.1
          - 3.2
        
        
        Using
        -----
        Until some docs are written have a look at ``demo.py``.
        
        
        History
        -------
        
        0.2.0
          Updated to modern style, pep8, tests, docs, travis-ci, more unittests.
          Py3.x support.
        
        0.1.0
          Initial release.
        
        
        .. _pep8: http://pypi.python.org/pypi/pep8/
        .. _unittest2: http://pypi.python.org/pypi/unittest2/
        .. _nose: http://pypi.python.org/pypi/nose/
        .. _travis ci: http://travis-ci.org/#!/njharman/die
        
Platform: POSIX
Platform: Windows
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
