Package Name: wyckedsceptre

Version: 

Description:
    wyckedsceptre is a Python 2.6.5 module for simulating encounters in Dungeons & Dragons First Edition (Red Book - 1E) and predicting outcomes of combat encounters.

    This module is its authors first venture into active, open-source software development. The author, Tim, is also an amateur Python developer looking to get notes on his coding structure and style from experienced Python developers as well as general notes about open-source development and documentation.

    The name wyckedsceptre is taken from a Mr. Show sketch about a metal band.

Future features will include:
    simulate (encounter) combat between 2 parties
    calculate statistics of a combat encounter's outcome
    wyckedsecptre is intended to be PEP8 compliant and well documented.

Dependencies:
    none!

How to Install from the PyPi index:
    sudo easy_install wyckedsceptre

How to use the example:
    1. Navigate to the installed directory, then into wyckedsceptre
    2. python example.py

Documentation:
    in docs/html/index.html within the install directory
    at one of the webpages listed below

Copyright/License:
    See LICENSE.txt included in this package

Project Hompage:
    http://code.google.com/p/wyckedsceptre/

Additional support and release pages:
    http://pypi.python.org/pypi/wyckedsceptre/
    http://packages.python.org/wyckedsceptre
