TrueSkill 0.4.1

TrueSkill is 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, transform_ratings, match_quality>>> p1, p2,...