davidcasterton / PyMarchMadness

Modular Python framework to analyze the NCAA March Madness tournament

Home Page:http://davidcasterton.github.io/PyMarchMadness/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyMarchMadness

Modular Python framework to analyze the NCAA March Madness tournament.

Download Site:

Requirements:

Installation:

python setup.py install

Usage:

python PyMarchMadness

Source Code Documentation:

How To Add New Analysis To Framework:

  • Create an analysis module that inherits from [Analysis.BaseClass] (PyMarchMadness/Analysis/Analysis.py)
  • Implement all methods in [Analysis.BaseClass] (PyMarchMadness/Analysis/Analysis.py) marked with NotImplementedError
  • Insert analysis module into [PyMarchMadness/Analysis/] (PyMarchMadness/Analysis/)
  • Select new analysis module when prompted at run-time

How To Add New Input Data:

  • Add <new_folder> into [InputData/] (PyMarchMadness/InputData/)
  • Add data files into InputData/<new_folder>

About

Modular Python framework to analyze the NCAA March Madness tournament

http://davidcasterton.github.io/PyMarchMadness/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%