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.

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

🧩 Variants

FIDE Dutch System

Pairing engine: dutch

This variant is 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 is 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 is 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 the 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.0-cp314-cp314-win_amd64.whl (327.0 kB view details)

Uploaded CPython 3.14Windows x86-64

py4swiss-0.3.0-cp314-cp314-win32.whl (305.5 kB view details)

Uploaded CPython 3.14Windows x86

py4swiss-0.3.0-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.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (417.9 kB view details)

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

py4swiss-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (369.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

py4swiss-0.3.0-cp313-cp313-win_amd64.whl (321.8 kB view details)

Uploaded CPython 3.13Windows x86-64

py4swiss-0.3.0-cp313-cp313-win32.whl (301.0 kB view details)

Uploaded CPython 3.13Windows x86

py4swiss-0.3.0-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.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (417.3 kB view details)

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

py4swiss-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (368.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

py4swiss-0.3.0-cp312-cp312-win_amd64.whl (321.9 kB view details)

Uploaded CPython 3.12Windows x86-64

py4swiss-0.3.0-cp312-cp312-win32.whl (301.0 kB view details)

Uploaded CPython 3.12Windows x86

py4swiss-0.3.0-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.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (416.4 kB view details)

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

py4swiss-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (368.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

py4swiss-0.3.0-cp311-cp311-win_amd64.whl (320.3 kB view details)

Uploaded CPython 3.11Windows x86-64

py4swiss-0.3.0-cp311-cp311-win32.whl (299.9 kB view details)

Uploaded CPython 3.11Windows x86

py4swiss-0.3.0-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.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (411.5 kB view details)

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

py4swiss-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (367.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: py4swiss-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 327.0 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 02252092e2d0f4306bf0c9a7d56363d4c16283dff87ec197ed0d44cb58e68ed9
MD5 4d7285ae0ad997bda12ecf0287d5da15
BLAKE2b-256 541608d9ea76c266ec10d9ebc93bd03da7c8d2c6a409025054738fa961da0710

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 305.5 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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d6e6e4df62df06d1fd507383fe2ba30b78b6e771406ae4a79b0c9a67881fc411
MD5 4ca04e64f0d6238d1477591ba512dfc4
BLAKE2b-256 4d8dc247c30ee501bbadc1af66ba7b9e893958d4174347e4d63ffce6c6ab0839

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 691666e41160f56df96ae68435cf62117b8eb3008c2f6f88d2592783069f5334
MD5 0b2d67f2d912125cd07426d6fdfe0b1f
BLAKE2b-256 970493ea44c56b33661979e952521bc410c4eb20cea799db04c5b72fe8c0112c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d58f9127878ac07f05806d5dacd8259ec986576be73b6e7ec46db4dbb8f865fb
MD5 ac8913f11561b073a2a602baeb517f6f
BLAKE2b-256 2c801cdc416f2c2937ac41a125eb5f6aa243593ec70312c47f532ef4753a0f05

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2852bad72046657289c9feaffea9890236a903e010ea74ef365b6f22aadaefa1
MD5 5f5e9b04b73dc882ae0f6bc4f51cf05a
BLAKE2b-256 0630fd8b29fdacc4a4d1dc00c9f7c80c3e56a444b166e2896fff41c391b13d90

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: py4swiss-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 321.8 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a7f9a56efc465363025f72cd8cdf7aefaa3506395f2951952e41ea2a529a755e
MD5 6f395a46a2a7b5f40b459da3904492b4
BLAKE2b-256 73a87409e0dcdff47e16fef0e747045bbd56d4275de4011d1d47cd7871c911a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 301.0 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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5f4b87bfe1ecdf15a5bb2146373c1fc96ce27feae45dbba15b358f058b304967
MD5 6910fc7c7aeca0a0cc21cc9ce53106db
BLAKE2b-256 7c57dc16a857f68a2f0598efa080d20f56dc3c3b23d6152a974ff38c67a47c3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be7d6890ebdc5f45da5e76c26d568cbcba8110cca4748b2aec4145d785e52cd0
MD5 192e9cfa5c96a8b822d321547dd5e4b2
BLAKE2b-256 2d5fce55a7f99928ab5a62baf58bd4a4c6476f84660b84c3b597aa043a0abc6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38b1d5b4c7aa38dec0e762e74c0c24ce0c534f520cf4686b4c181823a9a1c6f7
MD5 db75fa5bd2ba299b8d2f6b27212a2119
BLAKE2b-256 3e06e41a0049ade3144dc733a1c5d83a2503142fdaa58173eed4e28eda13ae5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2835cc16b7e7498791753118c23a41c0515b253bd6a4d71d5e952916deb0801
MD5 eff42bbac331e9eb2a02092a2d02efab
BLAKE2b-256 933b7458c81c649002837305a7118c3077fd3850e97a123580acac68f12222de

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: py4swiss-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 321.9 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2272922579f43dc6ed177f6d666b204eaff54ab0f0543212a730518c1e9387a9
MD5 0a5e0557da18d89663bc81a25e81224d
BLAKE2b-256 83cfbda44c02e3d74c59b1e6cacbea1162fc36080c53cb9bed632034fa8d7cda

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 301.0 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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 08ccf03e03fcdb0bfa650af8b0cad94328af583f30c1632344cac69c4bf964d6
MD5 b6d341b57174fdf0bd2236574efa3c9d
BLAKE2b-256 9278e7fa7e6948c4f815768a4ca1deb6f9b548387dbd650f9454d9e60de6505c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9773fa3b4fdd6af15aafeae6739b6bea8a43e18237ccc1ad6e62bbe853dcda42
MD5 33e76e193c909bfe4e68bc5b74059cbb
BLAKE2b-256 ca34e06173ec61ca522e19e3c84672637bd27934dca58aec957f97c0e3a2f338

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 689af8ba806c4ba90ed3055b280c3d275a19b40b4c90566dc43e55254857442f
MD5 b2aabb7064d61a82ed175722c4bcd83f
BLAKE2b-256 011ab7ee7595c43ee67435144cb2c618001259f9a9947385ac54704c19d55c4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1aa2f24b1c51f6d307f70eafdd2e381da0cfb7747de5e47fa3c5fba0beb38058
MD5 86e37dbcf570334865a67d81ce840987
BLAKE2b-256 6b51e5d28a6527dd54b619a52f140a94dfb6e981c9b60ac0cd338d92b9da235c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: py4swiss-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 320.3 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 95d5b4910fdcc532c86415810ea1e69718f477c43eaec53c79b87313e2bfd01e
MD5 274413fce099f3a7609194f049d09755
BLAKE2b-256 58f67a85257053d9ce1636a3e0520c230725fc605f1cfe6c98a9f27cb315e666

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: py4swiss-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 299.9 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0067ff918b777cd32df603361de06c9d55b563b1495279c8d587f9e9a9c9dacf
MD5 fff55d2caf9308a71a2ab813f124b706
BLAKE2b-256 0c44d647cf9b5c3fbd22fd2a896ed78d02b1df4d8a297ecf67ee3b25d0cb7522

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 427ba36ff3636e36b7a3e22feb2b846aa6fb79ef2efb53cb2bcb64e1c2dee728
MD5 d9c955f4ae6eca5882081bb418907c20
BLAKE2b-256 2e45fc55c3c8b92867101cbf8a76c63b47509914ca6346e90d1e4484a80031a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12e7458a7e7863ff1c89393546f3e270b23a3a60e4a1c3880988a0c65cbe9cb8
MD5 868466e2da108bd92fcbe4d8d6ed62f1
BLAKE2b-256 b253bd0d1fcc69dbb60e191525bc33f630454e5325784e081d0b02188b5fcdbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py4swiss-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d621b90b80ab5d80e875af5c8b9f662a9866a450e69339f8d7b068cb87b676e
MD5 47229801f67523b1dbf11346911d13d6
BLAKE2b-256 2f925966efa47010f3c49dfe06713a653ef2a71de5d3619a04ec4dd01a25bcb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for py4swiss-0.3.0-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