Skip to main content

Evalica, your favourite evaluation toolkit.

Project description

Evalica, your favourite evaluation toolkit

Evalica

Tests Read the Docs PyPI Version Anaconda.org Codecov CodSpeed Badge

Evalica [ɛˈʋalit͡sa] (eh-vah-lee-tsah) is a Python library that transforms pairwise comparisons into ranked lists of items. It offers convenient high-performant Rust implementations of the corresponding methods via PyO3, and additionally provides naïve Python code for most of them. Evalica is fully compatible with NumPy arrays and pandas data frames.

The logo was created using Recraft.

[!NOTE] The demonstration paper describing Evalica has been accepted at the COLING 2025 conference in Abu Dhabi!

Installation

  • pip: pip install evalica
  • Anaconda: conda install conda-forge::evalica

Usage

Imagine that we would like to rank the different meals and have the following dataset of three comparisons produced by food experts.

Item X Item Y Winner
pizza burger x
burger sushi y
pizza sushi tie

Given this hypothetical example, Evalica takes these three columns and computes the outcome of the given pairwise comparison according to the chosen model. Note that the first argument is the column Item X, the second argument is the column Item Y, and the third argument corresponds to the column Winner.

>>> from evalica import elo, Winner
>>> result = elo(
...     ['pizza', 'burger', 'pizza'],
...     ['burger', 'sushi', 'sushi'],
...     [Winner.X, Winner.Y, Winner.Draw],
... )
>>> result.scores
pizza     1014.972058
burger     970.647200
sushi     1014.380742
Name: elo, dtype: float64

As a result, we obtain Elo scores of our items. In this example, pizza was the most favoured item, sushi was the runner-up, and burger was the least preferred item.

Item Score
pizza 1014.97
burger 970.65
sushi 1014.38

Command-Line Interface

Evalica also provides a simple command-line interface, allowing the use of these methods in shell scripts and for prototyping.

$ evalica -i food.csv bradley-terry                
item,score,rank
Tacos,2.509025136024378,1
Sushi,1.1011561298265815,2
Burger,0.8549063627182466,3
Pasta,0.7403814336665869,4
Pizza,0.5718366915548537,5

Refer to the food.csv file as an input example.

Web Application

Evalica has a built-in Gradio application that can be launched as python3 -m evalica.gradio. Please ensure that the library was installed as pip install evalica[gradio].

Implemented Methods

Method In Python In Rust
Counting
Average Win Rate
Bradley–Terry
Elo
Eigenvalue
PageRank
Newman

Citation

Coming soon.

Copyright

Copyright (c) 2024 Dmitry Ustalov. See LICENSE for details.

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

evalica-0.3.2.tar.gz (32.3 kB view details)

Uploaded Source

Built Distributions

evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (538.3 kB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (535.1 kB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (386.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

evalica-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (322.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

evalica-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (341.3 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (540.3 kB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (535.8 kB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (357.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (385.5 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

evalica-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (323.0 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

evalica-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (342.0 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

evalica-0.3.2-cp38-abi3-win_amd64.whl (230.8 kB view details)

Uploaded CPython 3.8+ Windows x86-64

evalica-0.3.2-cp38-abi3-musllinux_1_1_x86_64.whl (540.1 kB view details)

Uploaded CPython 3.8+ musllinux: musl 1.1+ x86-64

evalica-0.3.2-cp38-abi3-musllinux_1_1_aarch64.whl (536.1 kB view details)

Uploaded CPython 3.8+ musllinux: musl 1.1+ ARM64

evalica-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (369.7 kB view details)

Uploaded CPython 3.8+ manylinux: glibc 2.17+ x86-64

evalica-0.3.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (357.1 kB view details)

Uploaded CPython 3.8+ manylinux: glibc 2.17+ ARM64

evalica-0.3.2-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl (385.6 kB view details)

Uploaded CPython 3.8+ manylinux: glibc 2.5+ i686

evalica-0.3.2-cp38-abi3-macosx_11_0_arm64.whl (323.3 kB view details)

Uploaded CPython 3.8+ macOS 11.0+ ARM64

evalica-0.3.2-cp38-abi3-macosx_10_12_x86_64.whl (341.9 kB view details)

Uploaded CPython 3.8+ macOS 10.12+ x86-64

File details

Details for the file evalica-0.3.2.tar.gz.

File metadata

  • Download URL: evalica-0.3.2.tar.gz
  • Upload date:
  • Size: 32.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for evalica-0.3.2.tar.gz
Algorithm Hash digest
SHA256 44de2a2c4b742ca4a82c9fa032dec0ce6167e78e159a8c07dbb4268cf7e857b5
MD5 52e46aadcd3ee8cbb9a6aa6e6f8fd3e2
BLAKE2b-256 94ffb83cab8e7201244db967eaa62c0b1a52ed47a85911cb565d8f23d66699cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2.tar.gz:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5a03283cefafc17c257bf4df8f69ff542ee672baeb615e35853df4466beb760e
MD5 f72ebe3c66da69351b7c3ba3be74cdee
BLAKE2b-256 0b1fa14c662d446b632cbd42f96a2ebda9cfe86efc6fde25a820e2b6b745bce0

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3190393abd069f1d1e2ffc43a621159aec3aaa8af2a7f3553883a9d6946886aa
MD5 0c053565f96e1fb0fa140f4351b15252
BLAKE2b-256 abdc4231d9bed877a1fb25b54dbe3b7e164b3cd56e210bdd17930c45d7ca1384

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db5cc088bb4e73f265989af5b698a8eff1dd11fe4f8cc6ce0a21dd02e24ad60f
MD5 28364519d1271ebceff84a572f4867ff
BLAKE2b-256 63a2b571ad078f89a9b184174b10afe1a8d87a2626aabe85f7928dd354f09413

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b344759a643b1fc229993db43ff002b402f8b5d86e6c367ebe9ab6211a1d521
MD5 88b9ea3e20e5ac1d1bec399827d38904
BLAKE2b-256 eebeec1b685cb8a2770334feda1ea1ee4ecd9a210a5a7333dc94abbe1a2cd734

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3cb26e070ac41e0a978371919302f861c3bad019cd5e55871a23b70493f4f775
MD5 4acb96d34f29e75f9146ee74677073e5
BLAKE2b-256 127e71d31b8369b214054c85c4e6977ad44917cd2da691ad80c4a716972f83aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a63292531fa39b9d8badd959bee0ee8e165255e4fcc9a02ddea4d573e5822348
MD5 a0ffbd41ed6ee8d3f7ccfd6d1388614f
BLAKE2b-256 88f76b9bb7b04dc9fdfaa7fa028134efff0ddbc2af20b374da8f7784504fdf34

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aca7164d01319165a12b1ce79f3718251d05ca874f78ce2b1603836ccbc9c3e3
MD5 9a26a6506bcf9fc6b1310a6da0290020
BLAKE2b-256 d3d547709ec0b4c5eafc3e45f3accacb868e40749bb4f4b5a9d051f96646f9c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9460c9de931a6bb6ee367882aa1e4b9f77a8810a9ebfada16336775ea7fb33c9
MD5 16aa400ffb26ea5ed5210fcffc74e78b
BLAKE2b-256 4c6e97b9c3bae73154c301516aff511e7a907ce5b4aa8ac570f8067ed77ce0d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e0ed7e931b1f250f4f9ec142322b4266d71c18db5f738ec05cedbce16824d235
MD5 fb102cda0401624d0a8a853e93e1eaa0
BLAKE2b-256 d05fef43024fe38d1fa9a18b2c135c60b347e7cf8f2d2f8c0f6c996cb7d37f05

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06a4b206308b311750caa9fd6d89786229c01c8e72bf693b5cd744730957c3d9
MD5 ff2d6d360f5a5e5f5c5c06b41f878f31
BLAKE2b-256 8efe732b1dcaf881e29f5d9c8cb9e1f4c9c586fea27f7da7971bafa36dcad8c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbc9012250ee400085448c6b323ccf12a3769d32ea9b467cd76dcc3b268d2399
MD5 f6df9fcd44d0146c3d5a24f102505cba
BLAKE2b-256 7fbd2c3db87d35f0224b9792ae40d5b685ff54b029ca0494b62d033727d6b588

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 00e3d97a076e4d7b27c6d2a1d66dd2719c3c12b55fbb1cd400fee101aa1f5aa1
MD5 c4be0f52e2a94438e3286c6a1554d4b4
BLAKE2b-256 90f9fa656d75b7c9e0b32e769d57ba9137ca8f8c1e1ab042432ca4f5dbc2be66

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 172d680f30e1ad483556b181d1e4640277acfc4827df660663483e0070ecb539
MD5 4b98caf0601fee9e83038d14cbf4ba44
BLAKE2b-256 0377eaed5e42075544c4679c9ebc2c7f86c19361f1215ef3f760d2a16785debe

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d888d35d43d7194ab08a7e886fb3faf7f63129c291314dea7bce641a35bd1cf1
MD5 a4fef9982b94fb11bc5842232426f4b8
BLAKE2b-256 461a1056de76f8e808fffb0cf49755dc77ad06e233bb95091e4c38e8867e030a

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: evalica-0.3.2-cp38-abi3-win_amd64.whl
  • Upload date:
  • Size: 230.8 kB
  • Tags: CPython 3.8+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for evalica-0.3.2-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b98562045573f0c7e89499a485304d4cf26eb9570c453d8db1ae6ff923b8ed2b
MD5 bed3966633769f192f861c341b023daf
BLAKE2b-256 8c57eab9d65c552996973b2fc7ae2bd8e539fb8c746c20f010d8b236aa43d026

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-win_amd64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-cp38-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 46eabb53735736a402ce79133889deb5a41fc685901de77a5c9a9d776d1819e1
MD5 6bf8a85379cbce98fade4314085e24a7
BLAKE2b-256 7e3cb3910a23f5f9518bf9a4753957cf377ca8f6d252de05a9c4ff1ed79a1ec0

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-musllinux_1_1_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-cp38-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6db7032d4aa3cdbab2a8a85613bbf94d331805612867b6d78b7caa366d9d1b39
MD5 1abb2f8126da54bb8e5320494f9b40d5
BLAKE2b-256 cacebcf62981ceecb99c1c2d640025a43d7c2181a5c57ec833b329d754793ce1

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-musllinux_1_1_aarch64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf78a2a17c07d739dac0914cd67b1fe65aac19fed9d0582b7b25b962dff7d59f
MD5 90d9638f3e5404c823dada17521b444c
BLAKE2b-256 0abff3a1f3cd299660244c72cf6c47c1fb6eaf51520472d3a983539b38823d96

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f72613437c621bff9e6fb3329de19b67655edb691c87d90cfd6b438c6e53130d
MD5 c4d49c3bb467a6561bc11882c5ff8342
BLAKE2b-256 49aeb4621ef1487fa00b8950936dbc051599d342b05bd611fbe2d2b65ea31d51

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f813a6de330306c16656939a02b90ff776d43bff25bbd2980624605ef3e0d0ef
MD5 10ecdb3b2548025e8a6a8d0cf39a2e3f
BLAKE2b-256 e8c1fb5246cfa8bb332cb3c4ccbbcd7a6c1cc208a34e6a6900c6d09caa4f5928

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68168330cee3adc589a7f841006dddf00c1adf1d0874567f3ae70c6cecddb0a7
MD5 230e0bed31a27c96a34fbac12aeb67e2
BLAKE2b-256 c21b4d5e6a46db4caba8078fe2bdaa60a1a892b40c82c1655cd207462dd61b7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-macosx_11_0_arm64.whl:

Publisher: deploy.yml on dustalov/evalica

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

File details

Details for the file evalica-0.3.2-cp38-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for evalica-0.3.2-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e62b7f621f1efe34bce9f383c490a716e188fba10bd4e55ed42943ca15ce9b0
MD5 427d4ef5dd5fef8d3688ed02b6efa7f6
BLAKE2b-256 629b99424ca87fad766417ce626819c9a69ba8b8ede18e864fd106c1ac8f8148

See more details on using hashes here.

Provenance

The following attestation bundles were made for evalica-0.3.2-cp38-abi3-macosx_10_12_x86_64.whl:

Publisher: deploy.yml on dustalov/evalica

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

Supported by

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