LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
ores/__init__.py
ores/errors.py
ores/ores.py
ores/util.py
ores.egg-info/PKG-INFO
ores.egg-info/SOURCES.txt
ores.egg-info/dependency_links.txt
ores.egg-info/entry_points.txt
ores.egg-info/requires.txt
ores.egg-info/top_level.txt
ores/metrics_collectors/__init__.py
ores/metrics_collectors/logger.py
ores/metrics_collectors/metrics_collector.py
ores/metrics_collectors/null.py
ores/metrics_collectors/statsd.py
ores/metrics_collectors/tests/__init__.py
ores/metrics_collectors/tests/test_logger.py
ores/metrics_collectors/tests/test_null.py
ores/metrics_collectors/tests/test_statsd.py
ores/score_caches/__init__.py
ores/score_caches/empty.py
ores/score_caches/lru.py
ores/score_caches/redis.py
ores/score_caches/score_cache.py
ores/score_caches/tests/__init__.py
ores/score_caches/tests/test_empty.py
ores/score_caches/tests/test_lru.py
ores/score_processors/__init__.py
ores/score_processors/celery.py
ores/score_processors/score_processor.py
ores/score_processors/timeout.py
ores/score_processors/tests/__init__.py
ores/score_processors/tests/test_score_processor.py
ores/score_processors/tests/test_timeout.py
ores/scorer_models/__init__.py
ores/scorer_models/rev_id_scorer.py
ores/scoring_contexts/__init__.py
ores/scoring_contexts/scoring_context.py
ores/scoring_contexts/tests/__init__.py
ores/scoring_contexts/tests/test_scoring_context.py
ores/utilities/__init__.py
ores/utilities/celery_worker.py
ores/utilities/dev_server.py
ores/utilities/precached.py
ores/utilities/util.py
ores/wsgi/__init__.py
ores/wsgi/responses.py
ores/wsgi/server.py
ores/wsgi/util.py
ores/wsgi/routes/__init__.py
ores/wsgi/routes/ui.py
ores/wsgi/routes/v1/__init__.py
ores/wsgi/routes/v1/scores.py
ores/wsgi/routes/v1/spec.py
ores/wsgi/routes/v2/__init__.py
ores/wsgi/routes/v2/scores.py
ores/wsgi/routes/v2/spec.py
ores/wsgi/static/favicon/gear/favicon-128x128.png
ores/wsgi/static/favicon/gear/favicon-16x16.png
ores/wsgi/static/favicon/gear/favicon-32x32.png
ores/wsgi/static/favicon/gear/favicon-64x64.png
ores/wsgi/static/favicon/gear/favicon-8x8.png
ores/wsgi/static/favicon/gear/favicon.ico
ores/wsgi/static/images/ores_logo.svg
ores/wsgi/static/js/scorer.js
ores/wsgi/static/swagger/LICENSE
ores/wsgi/static/swagger/README.md
ores/wsgi/static/swagger/index.html
ores/wsgi/static/swagger/o2c.html
ores/wsgi/static/swagger/swagger-ui.js
ores/wsgi/static/swagger/swagger-ui.min.js
ores/wsgi/static/swagger/css/print.css
ores/wsgi/static/swagger/css/reset.css
ores/wsgi/static/swagger/css/screen.css
ores/wsgi/static/swagger/css/style.css
ores/wsgi/static/swagger/css/typography.css
ores/wsgi/static/swagger/fonts/DroidSans-Bold.ttf
ores/wsgi/static/swagger/fonts/DroidSans.ttf
ores/wsgi/static/swagger/images/collapse.gif
ores/wsgi/static/swagger/images/expand.gif
ores/wsgi/static/swagger/images/explorer_icons.png
ores/wsgi/static/swagger/images/favicon-16x16.png
ores/wsgi/static/swagger/images/favicon-32x32.png
ores/wsgi/static/swagger/images/favicon.ico
ores/wsgi/static/swagger/images/logo_small.png
ores/wsgi/static/swagger/images/pet_store_api.png
ores/wsgi/static/swagger/images/throbber.gif
ores/wsgi/static/swagger/images/wordnik_api.png
ores/wsgi/static/swagger/lang/en.js
ores/wsgi/static/swagger/lang/es.js
ores/wsgi/static/swagger/lang/fr.js
ores/wsgi/static/swagger/lang/geo.js
ores/wsgi/static/swagger/lang/it.js
ores/wsgi/static/swagger/lang/ja.js
ores/wsgi/static/swagger/lang/pl.js
ores/wsgi/static/swagger/lang/pt.js
ores/wsgi/static/swagger/lang/ru.js
ores/wsgi/static/swagger/lang/tr.js
ores/wsgi/static/swagger/lang/translator.js
ores/wsgi/static/swagger/lang/zh-cn.js
ores/wsgi/static/swagger/lib/backbone-min.js
ores/wsgi/static/swagger/lib/handlebars-2.0.0.js
ores/wsgi/static/swagger/lib/highlight.9.1.0.pack.js
ores/wsgi/static/swagger/lib/highlight.9.1.0.pack_extended.js
ores/wsgi/static/swagger/lib/jquery-1.8.0.min.js
ores/wsgi/static/swagger/lib/jquery.ba-bbq.min.js
ores/wsgi/static/swagger/lib/jquery.slideto.min.js
ores/wsgi/static/swagger/lib/jquery.wiggle.min.js
ores/wsgi/static/swagger/lib/js-yaml.min.js
ores/wsgi/static/swagger/lib/jsoneditor.min.js
ores/wsgi/static/swagger/lib/lodash.min.js
ores/wsgi/static/swagger/lib/marked.js
ores/wsgi/static/swagger/lib/swagger-oauth.js
ores/wsgi/templates/home.html
ores/wsgi/templates/scorer.html
ores/wsgi/templates/swagger-ui.html
ores/wsgi/templates/v1.html
ores/wsgi/templates/v2.html