Skip to main content

A ranking table tennis system

Project description

ranking-table-tennis

Ranking system for table tennis players.

The system keeps a record of championship points and rating points.

Championship points aim at tracking the tournament achievements of players. Their computation is based on the best rounds reached by players in each tournament.

Rating points aim at tracking the relative skill level of players. Their computation is based on the outcomes of one-versus-one matches.

Installation

This system has been developed for a Linux environment.

System-wide installation

sudo pip3 install ranking-table-tennis

Single-user installation (recommended)

pip3 install --user ranking-table-tennis

Uninstallation

[sudo] pip3 uninstall ranking-table-tennis

Update

System-wide update

sudo pip3 install -U ranking-table-tennis

Single-user update (recommended)

pip3 install --user -U ranking-table-tennis

Usage

The commands must be run in a bash terminal.

  1. Fill a sheet with the tournament matches. It must be saved in the Tournaments spreadsheet (xlsx).

    Players and Initial Ranking sheets must be in the same spreadsheet (it is used as a database).

  2. Run rtt preprocess.

    The scripts will read the Tournament spreadsheet and will ask for missing information of new players (city, affiliation, initial rating points, and category). This information will be saved in the Players and Initial Ranking sheets.

  3. Run rtt compute.

    It will ask for the tournament that you want to process. 0 will compute all from the beggining. The outcome will be saved in the Ranking spreadsheet.

  4. Run rtt publish.

    It will ask for the index of the tournament that you want to publish. The outcome will be saved in a new spreadsheet.

Development

Install locally from source (source directory will immediately affect the installed package without needing to re-install):

pip3 install --user --editable .

Update version at setup.py and then create a source distribution

python3 setup.py sdist bdist_wheel

Upload to PyPI

twine upload dist/* 

Upload to TestPyPI

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ranking_table_tennis-2021.3.30.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

ranking_table_tennis-2021.3.30-py3-none-any.whl (30.7 kB view details)

Uploaded Python 3

File details

Details for the file ranking_table_tennis-2021.3.30.tar.gz.

File metadata

  • Download URL: ranking_table_tennis-2021.3.30.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.9

File hashes

Hashes for ranking_table_tennis-2021.3.30.tar.gz
Algorithm Hash digest
SHA256 a4a4495f12a6e1118b94008a3c39bdb7748df4158e25f4245582716e40622b6d
MD5 5307821da908313a7c954711019d1345
BLAKE2b-256 d5ada3d101512527de448ef2cccab612e05c5d06683d49ac41f245ca27095558

See more details on using hashes here.

Provenance

File details

Details for the file ranking_table_tennis-2021.3.30-py3-none-any.whl.

File metadata

  • Download URL: ranking_table_tennis-2021.3.30-py3-none-any.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.9

File hashes

Hashes for ranking_table_tennis-2021.3.30-py3-none-any.whl
Algorithm Hash digest
SHA256 156c9b165e9291343a4f5d9f16a7f2e0534a175dc6522474d9a6bf045f48a54d
MD5 07afd3db3cace6a0f6ca0ca64106d7bd
BLAKE2b-256 84c87acbf63d229e89d32ae509f9eeea0c6ae5aebca327b6e30c1bd239db0029

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page