Pre-release
This release is a pre-release and may not be stable for production use.
Volley-grids
Please note: Volley-grids is still an active work in progress, do not expect it to be complete.
Description
Volley-grids is a simple python library that allows you to create tournaments brackets for beach volleyball.
Installation
Install using pip install -U volley-grids.
Usage
from pprint import pprint
from volley_grids.models.players import WomenPlayer, MenPlayer
from volley_grids.seeders.king_of_the_beach import KingOfTheBeachSeeder
# Create players
rebecca = WomenPlayer(name='Rebecca', surname='Silva')
melissa = WomenPlayer(name='Melissa', surname='Hummel')
john = MenPlayer(name='John', surname='Doe')
cristian = MenPlayer(name='Cristian', surname='Pereira')
# seed games
matches = KingOfTheBeachSeeder(participants=(rebecca, melissa, john, cristian,), match_type='full').seed()
pprint(matches)
#> [Silva R./Hummel M. VS Doe J./Pereira C.,
# Silva R./Doe J. VS Hummel M./Pereira C.,
# Silva R./Pereira C. VS Hummel M./Doe J.]
Release files for volley-grids 0.0.1a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| volley-grids-0.0.1a0.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| volley_grids-0.0.1a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.5 kB
Release files / volley-grids-0.0.1a0.tar.gz
| Download URL | volley-grids-0.0.1a0.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce910b1c3a01f4553d1d258a37ea2fcb48dffc0e3ca19ae514165a0cde06038c
|
|
BLAKE2b-256 checksum How to use checksums |
a75cbf3ee10b0b325c356d1a6041736643cd01010df911a03e0f4381d2d64c93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.19
|
Release files / volley_grids-0.0.1a0-py3-none-any.whl
| Download URL | volley_grids-0.0.1a0-py3-none-any.whl |
|---|---|
| Size | 13.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
852a72255f41f7ee0be43d56894482ddc1744b4e167c04da490e7086a637bf45
|
|
BLAKE2b-256 checksum How to use checksums |
a398301b3f4597692508213fcff2c6975497a5ed980bb31aa668ebfc1d17ee59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.19
|