Name | pyglicko2 JSON |
Version |
0.0.1a2
JSON |
| download |
home_page | None |
Summary | Python implementation of the Glicko-2 system |
upload_time | 2024-08-06 03:09:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
chess
rating-system
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PyGlicko2
![PyPI - Version](https://img.shields.io/pypi/v/pyglicko2)
![PyPI - License](https://img.shields.io/pypi/l/pyglicko2)
Python implementation of the Glicko-2 system
## Installing with pip
To install PyGlicko2 using pip, run the following command:
```
pip install pyglicko2
```
## Contributing
PyGlicko2 is in an early development stage, so we welcome help from you guys :)
### Building from source
To build PyGlicko2 from source, clone PyGlicko2's Github repository using `git`:
```
git clone https://github.com/cyan-ice/pyglicko2.git
```
Then, in the `pyglicko2` repository you just cloned, execute the following command:
```
pip install dist/pyglicko2-*-py3-none-any.whl
```
Where `*` is the latest version of PyGlicko2.
### Testing
To execute all tests, run
```
python test.py
```
In the current directory.
You should see something like this:
```
Test #1: Passed in 0.000s
Test #2: Passed in 0.000s
Passed 2/2
```
### Documentation
We don't have a real documentation for PyGlicko2 at the moment, please contact [@cyan-ice](https://github.com/cyan-ice) if you have any interest in contributing to our docs.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyglicko2",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Jingyang Wang <wangjy2010@126.com>",
"keywords": "chess, rating-system",
"author": null,
"author_email": "Jingyang Wang <wangjy2010@126.com>",
"download_url": "https://files.pythonhosted.org/packages/24/b8/8e8a56c930d3555e03032671fb328e58370b24d0e3b13712d2630428ad54/pyglicko2-0.0.1a2.tar.gz",
"platform": null,
"description": "# PyGlicko2\n\n![PyPI - Version](https://img.shields.io/pypi/v/pyglicko2)\n![PyPI - License](https://img.shields.io/pypi/l/pyglicko2)\n\nPython implementation of the Glicko-2 system\n\n## Installing with pip\n\nTo install PyGlicko2 using pip, run the following command:\n```\npip install pyglicko2\n```\n\n## Contributing\n\nPyGlicko2 is in an early development stage, so we welcome help from you guys :)\n\n### Building from source\n\nTo build PyGlicko2 from source, clone PyGlicko2's Github repository using `git`:\n```\ngit clone https://github.com/cyan-ice/pyglicko2.git\n```\nThen, in the `pyglicko2` repository you just cloned, execute the following command:\n```\npip install dist/pyglicko2-*-py3-none-any.whl\n```\nWhere `*` is the latest version of PyGlicko2.\n\n### Testing\n\nTo execute all tests, run\n```\npython test.py\n```\nIn the current directory.\n\nYou should see something like this:\n```\nTest #1: Passed in 0.000s\nTest #2: Passed in 0.000s\nPassed 2/2\n```\n\n### Documentation\n\nWe don't have a real documentation for PyGlicko2 at the moment, please contact [@cyan-ice](https://github.com/cyan-ice) if you have any interest in contributing to our docs.",
"bugtrack_url": null,
"license": null,
"summary": "Python implementation of the Glicko-2 system",
"version": "0.0.1a2",
"project_urls": null,
"split_keywords": [
"chess",
" rating-system"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ff580dad286d3f18b111b2782ebd59fdf3b79460141271ecbbf41522aebe6318",
"md5": "97d2c1efbdf035db6d5abd802eda7e6b",
"sha256": "807e22db9c4af6aa57b134e5860c68aa488ff83ad5ce3dd2a394201d50dd3162"
},
"downloads": -1,
"filename": "pyglicko2-0.0.1a2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "97d2c1efbdf035db6d5abd802eda7e6b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3567,
"upload_time": "2024-08-06T03:09:05",
"upload_time_iso_8601": "2024-08-06T03:09:05.077843Z",
"url": "https://files.pythonhosted.org/packages/ff/58/0dad286d3f18b111b2782ebd59fdf3b79460141271ecbbf41522aebe6318/pyglicko2-0.0.1a2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24b88e8a56c930d3555e03032671fb328e58370b24d0e3b13712d2630428ad54",
"md5": "6e604cbc8fc2ac8b53ebb39ef5cbc5a8",
"sha256": "4833d1b4b3bd756a14272c934c783bbf862f4020b57750d5f641115fbc29398f"
},
"downloads": -1,
"filename": "pyglicko2-0.0.1a2.tar.gz",
"has_sig": false,
"md5_digest": "6e604cbc8fc2ac8b53ebb39ef5cbc5a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3710,
"upload_time": "2024-08-06T03:09:07",
"upload_time_iso_8601": "2024-08-06T03:09:07.031310Z",
"url": "https://files.pythonhosted.org/packages/24/b8/8e8a56c930d3555e03032671fb328e58370b24d0e3b13712d2630428ad54/pyglicko2-0.0.1a2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-06 03:09:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyglicko2"
}