Python implementation of the Glicko-2 system
Project description
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
Passed 1/1
Documentation
We don't have a real documentation for PyGlicko2 at the moment, please contact @cyan-ice if you have any interest in contributing to our docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyglicko2-0.0.1a1.tar.gz
.
File metadata
- Download URL: pyglicko2-0.0.1a1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afd64756b8b44a090be408182bab97e72702592c544a724f55a21612cdf46d10 |
|
MD5 | 4dae618aa49e37de0ae1be80203004f8 |
|
BLAKE2b-256 | d2c4699efbd8dbf6cd3a40e784351c03c9d96969abf7c37f805b9c85c4d7b469 |
File details
Details for the file pyglicko2-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: pyglicko2-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5a74b38db44f07bb0039c1865c8393ac3367d6adea0f833b7b78bccdff5f30a |
|
MD5 | b055c60f284b8a488d06c5e9ec9f29d6 |
|
BLAKE2b-256 | 6ec796a8f3bb2ded6f35fa80fdd068f3664d4978eabb86a65f89583b47f6b035 |