dwillis / fumblerooski
- Source
- Commits
- Network (1)
- Issues (8)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
e8b5af4
Derek Willis (author)
Mon Oct 19 07:12:58 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
BeautifulSoup.py | ||
| |
README.rst | ||
| |
__init__.py | ||
| |
blog/ | ||
| |
college/ | ||
| |
manage.py | ||
| |
ncaa_loader.py | ||
| |
ncaa_log.txt | ||
| |
templates/ | ||
| |
urls.py | ||
| |
utils.py |
README.rst
Fumblerooski
Fumblerooski is a college football statistics application, based on data provided by the NCAA and editor input. Most statistics are from 2000 onward, although some teams have game scores dating back to 1988.
Requirements
- Python 2.5+ (lower versions may work but are untested.)
- Django 1.1+ (aggregates)
- BeautifulSoup (HTML and XML parsing)
- django-googlecharts (http://github.com/jacobian/django-googlecharts)


