Metadata-Version: 2.0
Name: ores
Version: 0.8.0
Summary: A webserver for hosting scorer models.
Home-page: https://github.com/wiki-ai/ores
Author: Aaron Halfaker
Author-email: ahalfaker@wikimedia.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: celery (>=3.1.18,<3.1.999)
Requires-Dist: docopt (>=0.6.2,<0.6.999)
Requires-Dist: flask (>=0.10.1,<0.10.999)
Requires-Dist: flask-jsonpify (>=1.5.0,<1.5.999)
Requires-Dist: flask-swaggerui (>=0.0.1,<0.0.999)
Requires-Dist: flask-wikimediaui (>=0.0.1,<0.0.999)
Requires-Dist: mwapi (>=0.3.0,<0.3.999)
Requires-Dist: pyyaml (==3.11)
Requires-Dist: revscoring (>=1.2.8,<1.2.999)
Requires-Dist: socketIO-client (==0.5.6)
Requires-Dist: stopit (>=1.1.1,<1.1.999)
Requires-Dist: yamlconf (>=0.1.0,<0.1.999)

[![Build Status](https://travis-ci.org/wiki-ai/ores.svg)](https://travis-ci.org/wiki-ai/ores)

Objective Revision Evaluation Service
=====================================
A webserver for hosting scoring services. For more information, see `https://meta.wikimedia.org/wiki/ORES`.

Installation
============
Use pip to install ORES:

``pip install ores``

Then you can easily run a test server by:

``ores dev_server``

Authors
=======
* [Aaron Halfaker](http://halfaker.info)
* [Yuvi Panda](https://github.com/yuvipanda)
* [Amir Sarabadani](https://github.com/Ladsgroup)


