Skip to content

Contains python scripts for getting American Ultimate Disc League (AUDL) statistics information from the www.ultimate-numbers.com server.

Notifications You must be signed in to change notification settings

idjohnson/AUDL_Server

 
 

Repository files navigation

pyultimate_stats

Contains python scripts for getting American Ultimate Disc League (AUDL) statistics information from the www.ultianalytics.com server.

Use

clone the repository using

git clone https://github.com/pshriwise/CS638

in the top directory run the commands:

git checkout -b origin/master

python server.py

Documentation

In order to produce documentation for this application:

cd docs/

doxygen Doxyfile

To view the documentation via html:

open ./docs/html/index.html in your favorite browser

Testing

To run tests for the AUDL server:

cd tests/

nosetests

Note: An internet connection is currently required to run the tests!

Dependencies

Python version 2.7.3 or greater

Python modules: urllib2, json , feedparser, datetime, SimpleHTTPServer SocketServer, matplotlib, tzlocal

About

Contains python scripts for getting American Ultimate Disc League (AUDL) statistics information from the www.ultimate-numbers.com server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.2%
  • JavaScript 11.0%
  • HTML 3.0%
  • CSS 1.5%
  • Shell 0.3%