A CLI library for creating 1on1 and game match schedules
Project description
roundrobin_match
A CLI library for creating 1on1 and game match schedules. It uses round robin matching algorithm for python3.
requirement
python3.10 >=
install
pip install roundrobin_match
usage
# if you do not pass the seed, the result is not shuffled.
roundrobin_match --seed 40 --list alice bob dave
| DAY | alice | bob | dave | break |
| ---- | -------|-----|------|-------|
| 0 | dave | break | alice | bob|
| 1 | break | dave | bob | alice|
| 2 | bob | alice | break | dave|
contribute
- If you want to fix, or add the function, please feel free to submit a PR.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file roundrobin_match-0.1.1.tar.gz.
File metadata
- Download URL: roundrobin_match-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
848f9117c96dcb6e9b67c2887c33291d0c572099971df0592c9cea4faa46814a
|
|
| MD5 |
16fc3fdc8a7e4a3c6f17b1497b378827
|
|
| BLAKE2b-256 |
e7e6feea185429fc694a4da3679286b27f1bc4f0a78cf8bca27fb254b1fd1418
|
File details
Details for the file roundrobin_match-0.1.1-py3-none-any.whl.
File metadata
- Download URL: roundrobin_match-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ddb43532debda549a1f35552de44ce8ea4686206d03097ba4f49cfe9babe9c8
|
|
| MD5 |
510acd03f33fbdee09f85929c47d393a
|
|
| BLAKE2b-256 |
c839907b68edf6e0b6f247219ac17446aac77b3d352c69c536f735cca9c80efd
|