Skip to main content

A package to pair swiss tournaments

Project description

♟️ py4swiss

CI codecov Python 3.11 Ruff mypy License: MIT

py4swiss is a python package for pairing Swiss-system chess tournaments.

The code is heavily inspired by bbpPairings and also directly utitlizes the maximum weight matching algorithm implemented there.

Supports Windows, Linux (Ubuntu), and macOS.

📄 Tournament Report File

For generation of pairings, an input file containing the entire history of the tournament up until this point is required. This file needs to be a TRF(x) as defined by the javafo User Manual.

When parsing, malformed lines (with an incomplete or invalid code) will be skipped by default. Use --strict to enable stricter parsing, if desired.

Note that unlike javafo, if no initial color is provided, py4swiss will default to white1 instead of choosing randomly.

📦 Installation

You can install this package directly from PyPI using pip via

pip install py4swiss

If you prefer, you can also install the latest version from the source repository via

git clone https://github.com/Moritz72/py4swiss.git
cd py4swiss
pip install .

Pre-built binary files for each supported OS are also available in the Releases section.

⚙ Usage

To generate pairings for a given tournament, run

py4swiss -t <trf-file>

Additional arguments can be specified for more precise control.

Argument Description Default
-e, --engine Pairing engine dutch
-p, --pairings Output file for pairings pairings.txt
-s, --strict Enable strict parsing mode False

🧩 Variants

FIDE Dutch System

Pairing engine: dutch

This variant implements the (Swiss) Dutch System (until 2026) rules by FIDE. It was tested against and produces results identical to bbpPairings.

FIDE Dubov System

Pairing engine: dubov

This variant implements the (Swiss) Dubov System (from 2026) rules by FIDE. It was tested against and produces results identical to CPPDubovSystem in most cases. Note, however, that neither implementation is mature at this point in time.

FIDE Burstein System

Pairing engine: burstein

This variant implements the (Swiss) Burstein System (from 2026) rules by FIDE. Note, however, that this implementation is not mature at this point in time.

🧪 Tests

In order to run some tests, bbpPairings.exe as well as CPPDubovSystem need to be in the environment. You can download bbpPairings.exe directly from here while CPPDubovSystem needs to be built from source.

After that you can run the tests using pytest.

📜 License

This project is licensed under the MIT License. The contents of /cpp, however, were copied from bbpPairings and are thus licensed under the Apache License 2.0.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

py4swiss-0.3.1-cp314-cp314-win_amd64.whl (327.4 kB view details)

Uploaded CPython 3.14Windows x86-64

py4swiss-0.3.1-cp314-cp314-win32.whl (305.9 kB view details)

Uploaded CPython 3.14Windows x86

py4swiss-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

py4swiss-0.3.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (418.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py4swiss-0.3.1-cp314-cp314-macosx_11_0_arm64.whl (369.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

py4swiss-0.3.1-cp313-cp313-win_amd64.whl (322.2 kB view details)

Uploaded CPython 3.13Windows x86-64

py4swiss-0.3.1-cp313-cp313-win32.whl (301.4 kB view details)

Uploaded CPython 3.13Windows x86

py4swiss-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

py4swiss-0.3.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (417.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py4swiss-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (368.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

py4swiss-0.3.1-cp312-cp312-win_amd64.whl (322.2 kB view details)

Uploaded CPython 3.12Windows x86-64

py4swiss-0.3.1-cp312-cp312-win32.whl (301.4 kB view details)

Uploaded CPython 3.12Windows x86

py4swiss-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

py4swiss-0.3.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (416.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py4swiss-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (368.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

py4swiss-0.3.1-cp311-cp311-win_amd64.whl (320.6 kB view details)

Uploaded CPython 3.11Windows x86-64

py4swiss-0.3.1-cp311-cp311-win32.whl (300.2 kB view details)

Uploaded CPython 3.11Windows x86

py4swiss-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

py4swiss-0.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (411.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py4swiss-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (367.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file py4swiss-0.3.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 327.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8e0f481d358e3d03b3689dc8d8bad067457b4f512cd074e9c41ef0a1cc183829
MD5 64b284a5b5a493fdd577002ad8a0cc97
BLAKE2b-256 b114a89b7b3b005c5c602eb7e0262f99f28f2ab9b10551d0d8b039e9848ceb5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp314-cp314-win_amd64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 305.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 898128f296475068a2437df5fd9fd5296eb22d8a47b682170131d547ea56ea6a
MD5 6cd48027ee6100fefc4d85a8b1b5973e
BLAKE2b-256 f4479a1e65eba065e85cb5c3ec14f4b40b19fd08c6d7a548c8e70ee8903ace19

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp314-cp314-win32.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5895f596c91d5f865efe9d170d5759a30b29c7a9784bdfc6556763e80d3b101c
MD5 a414c08aee293a112ca6c5304cc63eb9
BLAKE2b-256 521d1ed4ec783cb1f6291f00e89765fe9dc34a01ac5d9841786235f6cfe65e0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8eef07baf5771c2fd110a05311969797a9839f6c60dd1732cdb1cbdf067df6c6
MD5 50158071b61a3665da4ed561ee1a367d
BLAKE2b-256 397454f5b9146b9b155b3b17a759290cc6cbd79e19c0e8f649423789f1343c77

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99ff41b46ebcb9ef0eb12dffd8c02068d074c6bea2c64737eac03844401657b8
MD5 a8d246f46ffbecf530cf119b97946433
BLAKE2b-256 800e96c0dc22a4d2dae574f49c1cbc69cae836d59385057dbc13152eb7b8e902

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 322.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 71608803efb4a883f70e63a0af471cc68f1b2cdd7a51a69c92ea1a9486766385
MD5 dbd6e2b836135289ff4fb3b7bcb5b63b
BLAKE2b-256 f0b992d077646c63c286d349b52d0293ca071fd021c31af7ef3e52fa28f42579

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp313-cp313-win_amd64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 301.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ddb4ea9913ef5e21850bb0a9956d8643206e6c452ab387c689628dd79a373d4a
MD5 c7f52b07519332c181397dbbb49283c0
BLAKE2b-256 3736ba5eb1ae7a7dbf053dea02a8e63280d5f91f59f10b31775bb43932908902

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp313-cp313-win32.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11870241b8835005325654916a0c41b94dc2f22e1a6f662381cb13b2f5cd37b2
MD5 4b8c2d1617286324625e1db2e5393837
BLAKE2b-256 aae257175ea03b3ac8c78165f40ef63936bf8a3ef44a4741e9acc1c71920dbbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a16171a3bf1e36da5c1f5846dc7eccd0f8b990793e9d4d4535021e89de416699
MD5 8e6c53b557ac9f14aa64f2e4198fbb4e
BLAKE2b-256 921292573bf548fbc19becc45701af33d6053165e7c6e923ed10cdf711281b20

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd9336919e9c85351211058c30c2ff65837afb49962b2f2ca1239f2c9bca8cab
MD5 71c84a39cd90ec2f0faf9ce2ca48d904
BLAKE2b-256 8fb3bcaf713fbb5457135b1b053da3a76076d0de69655e9d59d3e03f6b133055

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 322.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6b03ec306407c22381d8707b3143e79204eb285f94af5a8b6f7121cea7922688
MD5 b23e05e4d6914080d694182dd9e96c28
BLAKE2b-256 ed4cab32837ec4488a2f9608ddcaf6bb031d8b2147e93ae9e8add7b4fab02d0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp312-cp312-win_amd64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 301.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 953814460d0fc5dc97e9417195436c90bedcffb376d49e5533dd2616b2a2561f
MD5 694ecc5c0837a5dc2276cfb0e5aafacc
BLAKE2b-256 4f9740f9551eb9d2e355fff6125b0b69350e31c66157cf1cd58c65b28dfaf846

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp312-cp312-win32.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52205d08eec1cfe14d47d6ad5735f505d59b9c9ddd1776fed824f1da0ab2e482
MD5 9a38be9593f53a0773bb7c91d190d126
BLAKE2b-256 1ab1d1aa7dee4cf19bf46c6a5076363e126af797f06736aadfb0304a55fe0d69

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7451fde2e7d0f39663e9239ff8b1c8d1de29799e5fe2750d8af9e01460bf45fd
MD5 70e09de028b39f45ca31cbe1aacab5c6
BLAKE2b-256 5a38ba95e0eb567806a987797e82b95da813e6caa204ee0ee4f64bfd035af590

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebaee28b405d301c89d2f04e0c6a2fe3d79547958a5e5ded0a6185aac5c5e4e2
MD5 df8a1808d95505d31c6295f6a267a6f6
BLAKE2b-256 87d797520ce27573ef63d927e7362830850d9c9329198c8905c82e4e706ea658

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 320.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f3cf8ba5aeacf6e52980dfc15ac88afd7e7739180b4be9632ce44732d6b986bc
MD5 9947889da79ded5b4d99d701a1f13376
BLAKE2b-256 a8c75653037a53b23b0054913efe32c190674c63c7da680df97a80a17ea55f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp311-cp311-win_amd64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 300.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py4swiss-0.3.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 365bfc7c7951a145da6d0191e9ed2e7765ef6b7a236185dfbb0d56394068542f
MD5 ec004e75b76a9f40fe22ddaaff7cb352
BLAKE2b-256 e89a89dcb66b4f1c266dbc69eef7840c0051b70553cee4a1c6bbd83bb4b4eea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp311-cp311-win32.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 751c88d965d1b753655cc830bca868c338859e71b9b494659d157064079f8e14
MD5 870fa226a0c38f26e08d9ff15590becb
BLAKE2b-256 2c697f7ae8fece191239feafa446c5aab60faae750d517f5ec767fa055f2c284

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f2213431ed5027ee8602c9b52b65b5bc0516a4351fde30851e5629b7c8a0ebc
MD5 6c7139bec22dce4c2f49e9bee92db4de
BLAKE2b-256 19cb7ca269db5907a46b93ba471e8b0f7989d0555337c8ae044fe053d9e46fb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py4swiss-0.3.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ef6b14f66b4a998ad42c9a5bb4992dddc2d9578bdef4aa897eaa32beb596dc0
MD5 b47bd7c5523ab4a637ae2f12f9b2be35
BLAKE2b-256 d74e481f78d93f1dcf9fd61b5d009b2f2d020424ecd6e140d89e3254089ee224

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on Moritz72/py4swiss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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