Skip to content

seandw/djangosheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djangosheet

djangosheet provides basic Django models for Retrosheet game data, generated with the chadwick tool suite. It also provides management tools to download (and in some cases, patch), process, and load data into the database associated with the app.

djangosheet has been developed using Python 3.4, with Django 1.7+ and the chadwick tool suite 0.6.4. Your mileage with the management tools may vary if you are using an older version of the chadwick tool suite.

Quick start

  1. Download, install this package and the chadwick tool suite.
  2. Add djangosheet to your INSTALLED_APPS in settings.py.
  3. python manage.py migrate djangosheet
  4. python manage.py loaddata parks teams
  5. python manage.py retro_all <year> <year> ...
  6. Play ball!

Todo

Removing the chadwick dependency (OR adding event-level models) would be great, aside from adding auxiliary functions to models.

Retrosheet notice

Recipients of Retrosheet data are free to make any desired use of the information, including (but not limited to) selling it, giving it away, or producing a commercial product based upon the data. Retrosheet has one requirement for any such transfer of data or product development, which is that the following statement must appear prominently:

The information used here was obtained free of charge from and is copyrighted by Retrosheet. Interested parties may contact Retrosheet at "www.retrosheet.org".

Retrosheet makes no guarantees of accuracy for the information that is supplied. Much effort is expended to make our website as correct as possible, but Retrosheet shall not be held responsible for any consequences arising from the use the material presented here. All information is subject to corrections as additional data are received. We are grateful to anyone who discovers discrepancies and we appreciate learning of the details.

About

Basic Django models for Retrosheet game data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages