Name | trueskill JSON |
Version |
0.4.5
JSON |
| download |
home_page | http://trueskill.org/ |
Summary | The video game rating system |
upload_time | 2018-09-07 12:27:32 |
maintainer | |
docs_url | https://pythonhosted.org/trueskill/ |
author | Heungsub Lee |
requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
license | BSD |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
TrueSkill
~~~~~~~~~
An implementation of the TrueSkill algorithm for Python. TrueSkill is a rating
system among game players and it is used on Xbox Live to rank and match
players.
.. sourcecode:: python
from trueskill import Rating, quality_1vs1, rate_1vs1
alice, bob = Rating(25), Rating(30) # assign Alice and Bob's ratings
if quality_1vs1(alice, bob) < 0.50:
print('This match seems to be not so fair')
alice, bob = rate_1vs1(alice, bob) # update the ratings after the match
Links
`````
Documentation
http://trueskill.org/
GitHub:
http://github.com/sublee/trueskill
Mailing list:
trueskill@librelist.com
List archive:
http://librelist.com/browser/trueskill
Continuous integration (Travis CI)
https://travis-ci.org/sublee/trueskill
.. image:: https://api.travis-ci.org/sublee/trueskill.png
See Also
````````
- `TrueSkill(TM) Ranking System by Microsoft
<http://research.microsoft.com/en-us/projects/trueskill/>`_
- `"Computing Your Skill" by Jeff Moser <http://bit.ly/moserware-trueskill>`_
- `"The Math Behind TrueSkill" by Jeff Moser <http://bit.ly/trueskill-math>`_
- `TrueSkill Calcurator by Microsoft
<http://atom.research.microsoft.com/trueskill/rankcalculator.aspx>`_
Raw data
{
"_id": null,
"home_page": "http://trueskill.org/",
"name": "trueskill",
"maintainer": "",
"docs_url": "https://pythonhosted.org/trueskill/",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"maintainer_email": "",
"keywords": "",
"author": "Heungsub Lee",
"author_email": "sub@subl.ee",
"download_url": "https://files.pythonhosted.org/packages/d0/b1/572f309178eacdccd9f9f5f3e3e14fb3543a89c6259d62b36660350af2b9/trueskill-0.4.5.tar.gz",
"platform": "any",
"description": "TrueSkill\n~~~~~~~~~\n\nAn implementation of the TrueSkill algorithm for Python. TrueSkill is a rating\nsystem among game players and it is used on Xbox Live to rank and match\nplayers.\n\n.. sourcecode:: python\n\n from trueskill import Rating, quality_1vs1, rate_1vs1\n alice, bob = Rating(25), Rating(30) # assign Alice and Bob's ratings\n if quality_1vs1(alice, bob) < 0.50:\n print('This match seems to be not so fair')\n alice, bob = rate_1vs1(alice, bob) # update the ratings after the match\n\nLinks\n`````\n\nDocumentation\n http://trueskill.org/\nGitHub:\n http://github.com/sublee/trueskill\nMailing list:\n trueskill@librelist.com\nList archive:\n http://librelist.com/browser/trueskill\nContinuous integration (Travis CI)\n https://travis-ci.org/sublee/trueskill\n\n .. image:: https://api.travis-ci.org/sublee/trueskill.png\n\nSee Also\n````````\n\n- `TrueSkill(TM) Ranking System by Microsoft\n <http://research.microsoft.com/en-us/projects/trueskill/>`_\n- `\"Computing Your Skill\" by Jeff Moser <http://bit.ly/moserware-trueskill>`_\n- `\"The Math Behind TrueSkill\" by Jeff Moser <http://bit.ly/trueskill-math>`_\n- `TrueSkill Calcurator by Microsoft\n <http://atom.research.microsoft.com/trueskill/rankcalculator.aspx>`_",
"bugtrack_url": null,
"license": "BSD",
"summary": "The video game rating system",
"version": "0.4.5",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "1c695188b277ca340d9d02df57028574",
"sha256": "9d62b48d2428369d712bd9becff9f9a2caa325e1a2ab5f9392d34bff757867bb"
},
"downloads": -1,
"filename": "trueskill-0.4.5.tar.gz",
"has_sig": false,
"md5_digest": "1c695188b277ca340d9d02df57028574",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"size": 21315,
"upload_time": "2018-09-07T12:27:32",
"upload_time_iso_8601": "2018-09-07T12:27:32.078660Z",
"url": "https://files.pythonhosted.org/packages/d0/b1/572f309178eacdccd9f9f5f3e3e14fb3543a89c6259d62b36660350af2b9/trueskill-0.4.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-09-07 12:27:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "trueskill"
}