Python bindings for Swiss pairing algorithm for (not only) Magic: The Gathering.
Project description
swisspair-python
A python client for https://github.com/karlosss/swisspair - algorithm to pair players according to the Swiss system (not only) for Magic: The Gathering
Requirements
- Linux, MacOS 13 (x86_64) or MacOS 14 (arm)
- Python 3.9+
Installation
Pip installation
pip install swisspair
Local build & installation
- Requirements:
pybind11,gcc,cmake,gmp - Clone the repository
python -m build- In your project, do
pip install <PATH_TO_THE_CLONED_REPOSITORY>
Docker image
You can also use swisspair through a dockerized HTTP API. Refer to https://github.com/karlosss/swisspair-python-http-api.
Usage
For the details of the algorithm, refer to https://github.com/karlosss/swisspair.
A sample usage below. For all available parameters, please refer to the interface file.
from swisspair import Player, create_matches
p1 = Player(id="P1", points=3, rank=1, can_get_bye=True, cannot_be_paired_against_ids={"P3"})
p2 = Player(id="P2", points=3, rank=2, can_get_bye=False, cannot_be_paired_against_ids=set())
p3 = Player(id="P3", points=0, rank=3, can_get_bye=True, cannot_be_paired_against_ids={"P1"})
players = [p1, p2, p3]
matches = create_matches(players)
print(matches)
License
MIT, whatever it means. If you like this project, I would be happy for a star :)
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
Built Distributions
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 swisspair-0.2.1.tar.gz.
File metadata
- Download URL: swisspair-0.2.1.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc5c47ef345f9d7b1cf986933240b280e5b58d205bc40e4851f6646a6b8bd90c
|
|
| MD5 |
5889d6c0a142e6cba0c6f41a1150a794
|
|
| BLAKE2b-256 |
dc707ef6649e8d6d917a960e39dacf2a82048b815a33429ce0450f8afc198d73
|
File details
Details for the file swisspair-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 498.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
908446529ebac4f29425ee6aedfab33fc4edc93cf704e27a5054ebebeed27b00
|
|
| MD5 |
b792ee4d44b0feaa6e0a44454a9afc6c
|
|
| BLAKE2b-256 |
daf696a8c10a82289f1ff1773c6a36022f57a14de5b1f0e636d631773b0f363a
|
File details
Details for the file swisspair-0.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 494.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4279f092fc2133eebba833bba945a3bf1747c0f1292e1badcbe05face180de9
|
|
| MD5 |
770d7c18b08439600dfe934d43384824
|
|
| BLAKE2b-256 |
260d7d95e0b8547deee6596d7e8ababe474fa3824f029c53bef52d828c230154
|
File details
Details for the file swisspair-0.2.1-pp310-pypy310_pp73-macosx_14_0_arm64.whl.
File metadata
- Download URL: swisspair-0.2.1-pp310-pypy310_pp73-macosx_14_0_arm64.whl
- Upload date:
- Size: 364.2 kB
- Tags: PyPy, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb1b842959fcf86173585091cd2e7b0ffd2348411fe09fecdc0478eb1c50c06c
|
|
| MD5 |
9a421bd8ea9874fb81942733176d4bab
|
|
| BLAKE2b-256 |
1cbc1b1a135ff794641d2b319b22238063fced336c467bfd8d5375234edd44fb
|
File details
Details for the file swisspair-0.2.1-pp310-pypy310_pp73-macosx_13_0_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
- Upload date:
- Size: 401.0 kB
- Tags: PyPy, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b64f61cdf2ebbc05ec786f240e9e018b5115793389e8403aa14e9620d254bdd0
|
|
| MD5 |
119f5a9813dc229ed57780a55b21cdcb
|
|
| BLAKE2b-256 |
4fab8da46fdf367be9c3ea754ae3d1c88e524477fd9cdeb495199af78a255ff4
|
File details
Details for the file swisspair-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 498.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f89a7994b268781cd642d164c6f37c8a2ee98a33ee7cae75b30c801ca89e26e
|
|
| MD5 |
7f7f6bc665a9a45f1d8fecebcdc6077e
|
|
| BLAKE2b-256 |
a70eadedf4fc3de3742f980a6236ed170d9b8359ab0933c5c3f9b9c6df9e5b98
|
File details
Details for the file swisspair-0.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 494.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77f57b5666ba5782a7675a60425cedabbb60c8f1c0fca57374de81ac23d1bb0f
|
|
| MD5 |
6dffcb9939f2ee8f64d753f3f6bd7845
|
|
| BLAKE2b-256 |
2343d526322a49f42f0885ad1a32064973f8dcb34f24355b3b134dff599eb520
|
File details
Details for the file swisspair-0.2.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl.
File metadata
- Download URL: swisspair-0.2.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl
- Upload date:
- Size: 364.2 kB
- Tags: PyPy, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d48865e32aa908d5eb7eccb30cddd7b008c44c135410e34c2ba8b0cea729d25
|
|
| MD5 |
61da4dff5aa4a4a79d9cb0d5b92b3e56
|
|
| BLAKE2b-256 |
02d25e65de6e1a31aa84b64fdb5c6e3240cf89d4df7fe89fffbbaaa42018ac8f
|
File details
Details for the file swisspair-0.2.1-pp39-pypy39_pp73-macosx_13_0_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-pp39-pypy39_pp73-macosx_13_0_x86_64.whl
- Upload date:
- Size: 400.9 kB
- Tags: PyPy, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fca724e1fb4bb95ee560396a333ad1380d678d7ea834e9cc86d0e28dfdeaa1e
|
|
| MD5 |
e4571e7a0778d749c7af77f0b778d799
|
|
| BLAKE2b-256 |
5130d83f8640048a4246dd23cf04b77de8fd90cfc3edd42fec7a30a3e07ec529
|
File details
Details for the file swisspair-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
998ab3cd16f69db43297c93c28f5f0138b5dc97fc893939f49aa6c01a631d629
|
|
| MD5 |
d4216c5d536514a3efafb13e1fdaaebf
|
|
| BLAKE2b-256 |
59300127db939768961d47ac0606cbcb96cc5e7d410242ed029683cdacacfdea
|
File details
Details for the file swisspair-0.2.1-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c701681b19f7efcd51c365ba31b0f9ce898cd52519a0d746b1b6338cb7274615
|
|
| MD5 |
88cb5c98c1a24973fd3bc7f525d59436
|
|
| BLAKE2b-256 |
03195a3643a40c8f239784beda71baa7fc7bcf068d596c2f58d86b46ce7c196d
|
File details
Details for the file swisspair-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 499.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d61a1ee599d14dc2c8f870d5a82b9d798892dc2a087c3410c2fdbd1bafe374b8
|
|
| MD5 |
e667a3b49e5f9f573cc62d4eddcc6760
|
|
| BLAKE2b-256 |
2c133ca11361b8caea64ff3de692c83d1bc47b8caa2dde4412986acc0832e7a9
|
File details
Details for the file swisspair-0.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 496.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5f91d63fb4000a2838bcd305eb88aa50f63ddf5bcde024bf5395b9dfc25527f
|
|
| MD5 |
0c48854094632bac97b4c34fb9eadf4d
|
|
| BLAKE2b-256 |
4014944da6b02b7912443a894d84a7f869bfb09d7df6a7462581913baa6711ac
|
File details
Details for the file swisspair-0.2.1-cp313-cp313-macosx_14_0_arm64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp313-cp313-macosx_14_0_arm64.whl
- Upload date:
- Size: 366.2 kB
- Tags: CPython 3.13, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00df194a513c0e4faad1bbed6b9b56c031d0930ac092264c6fc941ee4f3a9f0f
|
|
| MD5 |
d8d5f90b447db1d353864db262685324
|
|
| BLAKE2b-256 |
26efdf6ae4bbee1eaa1ce5b7d1ad1d19456ae97b62d9310352a7300ffa8f9e29
|
File details
Details for the file swisspair-0.2.1-cp313-cp313-macosx_13_0_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp313-cp313-macosx_13_0_x86_64.whl
- Upload date:
- Size: 402.2 kB
- Tags: CPython 3.13, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7ab3da07c11bb9448ef1b4e573ecf721f4b0853a26eea3c3864c55e0784283
|
|
| MD5 |
cdedb8316ccd5ac0152e17aa2ccfaa3e
|
|
| BLAKE2b-256 |
e3e7a6075c1f0df371449a0dbbc5fd2bb77095a09b2f2b881fcfc83aec8815be
|
File details
Details for the file swisspair-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af5b7cba8a26d1c040cc7c8715a123e741e1ba98266833f24100d9d2931ccdea
|
|
| MD5 |
6ca0c3c01f590f96654f4e82a27c6628
|
|
| BLAKE2b-256 |
e9ed217bccd12e9d8b3314823ffcf994c2111c6d27a7623978e326700f409658
|
File details
Details for the file swisspair-0.2.1-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfa99b6a6e29e97f3847c42e09e4cb9c18f52d2eb5229a46f32511b47331ce30
|
|
| MD5 |
80b9bc94837aa8f96879062744383d81
|
|
| BLAKE2b-256 |
fa728d67d07a8cffd3fa6445ce1f3bc22a6811f8373d97f29742707336e1220c
|
File details
Details for the file swisspair-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 499.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c774402d712512c9052f03326fe6d993ea5a4e8e2f0921ec0a11c2696f108781
|
|
| MD5 |
5d9953d01c9a9a2ad5ca180efd03b21e
|
|
| BLAKE2b-256 |
cae411cfdaa546d72e802d0465a512a3633dfeb994e309d38da44e85182ad17c
|
File details
Details for the file swisspair-0.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 496.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee05f44388b38db77767903465e5b05c1a4be562d999b63205f80f9d4cc69554
|
|
| MD5 |
20eb0ad89187efb5e122bd3e63ddf5e7
|
|
| BLAKE2b-256 |
8e0cbde17e656654a2cbc4859f8a6511478008674c584ffa06dee642c0d2c2f0
|
File details
Details for the file swisspair-0.2.1-cp312-cp312-macosx_14_0_arm64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp312-cp312-macosx_14_0_arm64.whl
- Upload date:
- Size: 366.2 kB
- Tags: CPython 3.12, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39a4284a5d4f08b2a93cc7061f54c3317eadef0c3c8f37965ff9ed98e78ffcba
|
|
| MD5 |
a6efb394873940e71ea20ac01df56d45
|
|
| BLAKE2b-256 |
3f1d0a6c46d8751b39709bd84ba1588ddbbeed88f9ec6d2a4458bd1708b1b2ba
|
File details
Details for the file swisspair-0.2.1-cp312-cp312-macosx_13_0_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp312-cp312-macosx_13_0_x86_64.whl
- Upload date:
- Size: 402.1 kB
- Tags: CPython 3.12, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a8a1215584f98e8b541c6e48df5058a90efd8146bea21c4b8d947c59be16f6d
|
|
| MD5 |
7147ea40736306ca4910fd8442d72880
|
|
| BLAKE2b-256 |
a35f559ed5e09b7a872221755bf696639cb556803c8cc977d87bd01297d9ba1a
|
File details
Details for the file swisspair-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa07993860335515067a561d5c4dc5717f204b0352e769f273b6d0a29fbbe0f2
|
|
| MD5 |
dd81d2fbec9ceaa7fdf917bea34095dd
|
|
| BLAKE2b-256 |
88cc66ebdba9984a463110784ed548d0ee851543f5ee2f371bfadb7386b8de03
|
File details
Details for the file swisspair-0.2.1-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e26cd9b9f3494f6a0a6645b16ca8e98d1defa0922c7396bd119d7265a3f5a83
|
|
| MD5 |
30dfb8f310a256f71d371142e679e1ca
|
|
| BLAKE2b-256 |
b644e62ba7e7fedadbaa35a14d696fba8700c86f159e604dabfea432d2087b15
|
File details
Details for the file swisspair-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 500.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4448f101881d47f9970c3dcfe92adcaca475050129cacca297c0868f51d1ce49
|
|
| MD5 |
fbd324edefbfd592df93c7252f8fd894
|
|
| BLAKE2b-256 |
0c7bfd14aa23a527314470b438f6bd435ca19659206482bac29f2e75a0787334
|
File details
Details for the file swisspair-0.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 496.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
113cf1fc7360abfbef083ac5911281f6d9eaab6f95c1b8cf8287c2c54a20f3b8
|
|
| MD5 |
81ba807f80fe11dcf0070fb15eb1ad23
|
|
| BLAKE2b-256 |
15d106656768a94fbd9f3a82de9f18eeda8bcc89d1134f4e38ba6599bfb9b521
|
File details
Details for the file swisspair-0.2.1-cp311-cp311-macosx_14_0_arm64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp311-cp311-macosx_14_0_arm64.whl
- Upload date:
- Size: 366.8 kB
- Tags: CPython 3.11, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53d2dfd66e2da874a14c8db0bab57d692b217dfa03f46dae90922e512f8c3500
|
|
| MD5 |
d39537bea3e0e1cb8558d9acbb4e0a5e
|
|
| BLAKE2b-256 |
b813be468639286f21b8eb2a483cdf8488ef6311acfd1d0912165e11418a0e27
|
File details
Details for the file swisspair-0.2.1-cp311-cp311-macosx_13_0_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp311-cp311-macosx_13_0_x86_64.whl
- Upload date:
- Size: 402.5 kB
- Tags: CPython 3.11, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a027c8dddc13720016574d4e10e4f32932a1a930da437351f0974ee7b2ebf18
|
|
| MD5 |
7e253ce4e1ba1568083407282da40c57
|
|
| BLAKE2b-256 |
d5e799e6ee8c09b8892a4f8930a61c72bd1d5253dd5bb028a8462c0f729031ee
|
File details
Details for the file swisspair-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c77a635f6210c7a0cc60488bc6a21c84dd01375dd0a745a95a2fe715ded55658
|
|
| MD5 |
b9916b79b5b2aac4f2b4c1e3f5afa37e
|
|
| BLAKE2b-256 |
812c06777d32b85b212ab7b9579e14d186f2263556c0735e4544d69ec6f106f7
|
File details
Details for the file swisspair-0.2.1-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13e6fc74c1ce02012db353a52a53ab96c1e0d4a9631870e7becb82fa61738c00
|
|
| MD5 |
3bb8b842111995d69a133edc0eb83762
|
|
| BLAKE2b-256 |
9f81d478366a55475f15eb76ad90946c95502e0c25f383f3688acc31dce2e1dc
|
File details
Details for the file swisspair-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 498.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7709114ec486cf1fd5cf0179584e8ef9e26af9f775ca5b3a53be9e3a226b49dd
|
|
| MD5 |
6c94d86ebbe3bcede70f926194ce437a
|
|
| BLAKE2b-256 |
f5ea5d9c3f66d9fd235a4d0131c89e23afd712532b2201231ae98a8f39231a9b
|
File details
Details for the file swisspair-0.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 495.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c79b6a6c9c61901b2ff1ab0caee9b66190bd425f8651231b5c6e9700da3958a3
|
|
| MD5 |
3369dea9067fb7a7365a098127c7d053
|
|
| BLAKE2b-256 |
1a321673184124953217c1ed921441ecaaae9bf035d09ac4204c4a86c1a476ea
|
File details
Details for the file swisspair-0.2.1-cp310-cp310-macosx_14_0_arm64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp310-cp310-macosx_14_0_arm64.whl
- Upload date:
- Size: 365.4 kB
- Tags: CPython 3.10, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b7411a5e41f8dfbac3f1687ee59c1b4b14721157d4e6ad6a1c4b647e4683e62
|
|
| MD5 |
ba27d2c16fb53d893c9c3905232e828c
|
|
| BLAKE2b-256 |
f748a4f90251f2c3c49c3e497a484c4c36202e0b298b6d485f6a1e5d92e39537
|
File details
Details for the file swisspair-0.2.1-cp310-cp310-macosx_13_0_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp310-cp310-macosx_13_0_x86_64.whl
- Upload date:
- Size: 400.8 kB
- Tags: CPython 3.10, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aacecad8be70e8b05a4a6743de64725f938d1f8cb75be024144cab13981d5418
|
|
| MD5 |
bad6f92f644288e50daa2ec902eca632
|
|
| BLAKE2b-256 |
4fb221914b2bc42b7ab1ed2975d5707072888392d9fe4c5b940879470d272af1
|
File details
Details for the file swisspair-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a4e054067942ac7125b34dcb24b29ebc2199354bd9fa0525d436791378d48c4
|
|
| MD5 |
983e618422237813cf8867ecae4dd646
|
|
| BLAKE2b-256 |
a2209c3a28191fbc8926fb8b384d9fc803e6b123bc8d8500816c3db7b8b447e8
|
File details
Details for the file swisspair-0.2.1-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f237c62eeb418aabdec0eddbc91b98d17ceed2d0669b4337abc98cb97b51d14
|
|
| MD5 |
7c87ba5cffbf0348388cfe7353b932e0
|
|
| BLAKE2b-256 |
c5c5ce6eaa68e12dc7bd0a4eca665063d6911eb764b16d2a016364be51805107
|
File details
Details for the file swisspair-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 498.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a9ef0f455ffdb6bbf2e2666c0ad9ce5fb270458ad3db4afadd9fb0c120baea6
|
|
| MD5 |
1c7a7d8cce277b1618e27dd58df8a7d4
|
|
| BLAKE2b-256 |
9201d949c8118bf77eab4711ff30ab4fdfe733f7e2d998fdddf69707245356a0
|
File details
Details for the file swisspair-0.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: swisspair-0.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 495.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee2f656b4da619876c64c00d0ccc8ddbe721cacac2c73d395f4f4e067feb4bc7
|
|
| MD5 |
4ef8d429736980954dde8f77446fa31d
|
|
| BLAKE2b-256 |
f1e3cd57aa8b05e8d22de609fb73c73e78fcd06a66ff7d326cbc00f866ac8883
|
File details
Details for the file swisspair-0.2.1-cp39-cp39-macosx_14_0_arm64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp39-cp39-macosx_14_0_arm64.whl
- Upload date:
- Size: 365.5 kB
- Tags: CPython 3.9, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7067b6369be231d8a9746924554cf0c4307ee9f01ccc0c14ea10a2c554ed5350
|
|
| MD5 |
e89427dec60c0694dbfddca683e3acf3
|
|
| BLAKE2b-256 |
e233780d145906f9318ea24a483dc9696028606235a7e06076d1a43b39a4fb12
|
File details
Details for the file swisspair-0.2.1-cp39-cp39-macosx_13_0_x86_64.whl.
File metadata
- Download URL: swisspair-0.2.1-cp39-cp39-macosx_13_0_x86_64.whl
- Upload date:
- Size: 400.9 kB
- Tags: CPython 3.9, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f532f6ab9121224d7a909ac17c4153191f31cc5ddec80f92bfc6c9a696de65a
|
|
| MD5 |
f199a87bf69df974ebeec219977b33a5
|
|
| BLAKE2b-256 |
fcb2f0f876abd40382a9205691abd71d5bb1917e815e3c2a4a6d597fe096ff7c
|