/google-app-engine-ranklist

Automatically exported from code.google.com/p/google-app-engine-ranklist

Primary LanguagePythonApache License 2.0Apache-2.0

About Ranklist
==============

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.


Example
=======

An example application can be found in the "examples" directory. You
can run it with the following command:

$ dev_appserver.py example