Files
guru/dev-python/trueskill/metadata.xml
Alessandro Barbieri df7f1c6da3 dev-python/trueskill: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-05-01 00:22:48 +02:00

25 lines
1.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/sublee/trueskill/issues</bugs-to>
<changelog>https://raw.githubusercontent.com/sublee/trueskill/master/changelog.rst</changelog>
<doc lang="en">https://trueskill.org</doc>
<maintainer>
<email>sub@subl.ee</email>
<name>Heungsub Lee</name>
</maintainer>
<remote-id type="pypi">trueskill</remote-id>
<remote-id type="github">sublee/trueskill</remote-id>
</upstream>
<longdescription lang="en">
TrueSkill is a rating system among game players. It was developed by Microsoft Research and has been used on Xbox LIVE for ranking and matchmaking service. This system quantifies players TRUE skill points by the Bayesian inference algorithm. It also works well with any type of match rule including N:N team game or free-for-all.
This project is a Python package which implements the TrueSkill rating system:
</longdescription>
</pkgmetadata>