a1diablo/google-app-engine-ranklist
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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