Ranklist is a python library for Google Appengine that implements a data structure for storing integer scores and quickly retrieving their relative ranks.
See the docstrings in ranker/ranker.py for more details and usage examples.
An example application can be found in the "examples" directory. You can run it with the following command:
$ dev_appserver.py example