Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install trueskill

How to install trueskill

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install trueskill
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.3
0.4.1Never BuiltWhy not?
0.1.3 Available View build log
0.1.2 Available View build log
0.1.0 Available View build log
0.1-dev Available View build log
Windows (64-bit)
0.1.3
0.4.1Never BuiltWhy not?
0.1.3 Available View build log
0.1.2 Available View build log
0.1.0 Available View build log
0.1-dev Available View build log
Mac OS X (10.5+)
0.1.3
0.4.1Never BuiltWhy not?
0.1.3 Available View build log
0.1.2 Available View build log
0.1.0 Available View build log
0.1-dev Available View build log
Linux (32-bit)
0.1.3
0.4.1Never BuiltWhy not?
0.1.3 Available View build log
0.1.2 Available View build log
0.1.0 Available View build log
0.1-dev Available View build log
Linux (64-bit)
0.4.1 Available View build log
0.1.3 Available View build log
0.1.2 Available View build log
0.1.0 Available View build log
0.1-dev Available View build log
0.4.1 Available View build log
 
Author
License
BSD
Dependencies
Imports
Lastest release
version 0.4.1 on Sep 20th, 2013

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.

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

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:3

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.