Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 418 Bytes

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