{ "info": { "author": "Heungsub Lee", "author_email": "sub@subl.ee", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Games/Entertainment" ], "description": "\nElo\n~~~\n\nAn implementation of the Elo algorithm for Python. Elo is a rating system among\ngame players and it is used on many chess tournaments to rank.\n\n.. sourcecode:: pycon\n\n >>> from elo import rate_1vs1\n >>> rate_1vs1(800, 1200)\n (809.091, 1190.909)\n\nLinks\n`````\n\n- `GitHub repository `_\n- `development version\n `_\n\nSee Also\n````````\n\n- `Multiplayer Elo Calculator `_\n- `TrueSkill for Python `_\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sublee/elo", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "elo", "package_url": "https://pypi.org/project/elo/", "platform": "any", "project_url": "https://pypi.org/project/elo/", "project_urls": { "Homepage": "http://github.com/sublee/elo" }, "release_url": "https://pypi.org/project/elo/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A rating system for chess tournaments", "version": "0.1.1" }, "last_serial": 2750967, "releases": { "0.0": [], "0.1": [ { "comment_text": "", "digests": { "md5": "223d9e6db5e2ae764d80a31f1bffbc36", "sha256": "e55f4c281b586cd413a945ccae9a41a4e4bca51256f66824f05439eefa6fa034" }, "downloads": -1, "filename": "elo-0.1.tar.gz", "has_sig": false, "md5_digest": "223d9e6db5e2ae764d80a31f1bffbc36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3943, "upload_time": "2013-05-02T05:03:00", "url": "https://files.pythonhosted.org/packages/53/50/56b111aaa6797c2727c52219b913b698835f1e2bf1aa51a568806dd3305a/elo-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5221f318ba87b58be3aca0ed9b9a4d74", "sha256": "d47e322e440f7463ce2b75c63b83a777aa01a60e4b37808c1bc4a2736848886f" }, "downloads": -1, "filename": "elo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5221f318ba87b58be3aca0ed9b9a4d74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3883, "upload_time": "2017-04-04T01:07:36", "url": "https://files.pythonhosted.org/packages/af/48/ca45477050c908ab126fac7fa2e21f6c1d69dfaa60b875a4e42fd1639a1b/elo-0.1.1.tar.gz" } ], "0.1.dev": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "5221f318ba87b58be3aca0ed9b9a4d74", "sha256": "d47e322e440f7463ce2b75c63b83a777aa01a60e4b37808c1bc4a2736848886f" }, "downloads": -1, "filename": "elo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5221f318ba87b58be3aca0ed9b9a4d74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3883, "upload_time": "2017-04-04T01:07:36", "url": "https://files.pythonhosted.org/packages/af/48/ca45477050c908ab126fac7fa2e21f6c1d69dfaa60b875a4e42fd1639a1b/elo-0.1.1.tar.gz" } ] }