Skip to main content

Learning to Rank: differentiable ranking, LTR losses (RankNet, LambdaRank, ApproxNDCG, ListNet, ListMLE), and IR evaluation metrics.

Project description

ranklab

Python bindings for rankit -- differentiable ranking, LTR losses, and IR evaluation metrics.

Install

pip install ranklab

Usage

import ranklab

# Differentiable soft ranking
scores = [5.0, 1.0, 2.0, 4.0, 3.0]
ranks = ranklab.soft_rank(scores, temperature=1.0)

# RankNet pairwise loss
predictions = [0.8, 0.3, 0.6]
relevance = [2.0, 0.0, 1.0]
loss = ranklab.ranknet_loss(predictions, relevance)

# NDCG evaluation
ranked = [("doc1", 0.9), ("doc2", 0.8), ("doc3", 0.7)]
qrels = {"doc1": 2, "doc2": 1, "doc3": 0}
score = ranklab.ndcg(ranked, qrels, k=3)

API

Differentiable ranking: soft_rank, soft_rank_neural_sort, soft_rank_sigmoid, soft_rank_smooth_i, differentiable_topk

LTR losses: ranknet_loss, approx_ndcg, lambda_loss, listnet_loss, listmle_loss

Gradients: compute_lambdarank_gradients, compute_ranking_svm_gradients

Eval metrics: ndcg, map_score, mrr, precision_at_k, recall_at_k

License

MIT OR Apache-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.

ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (309.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (292.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp314-cp314-win_amd64.whl (155.4 kB view details)

Uploaded CPython 3.14Windows x86-64

ranklab-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (302.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ranklab-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (293.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (262.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ranklab-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl (269.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

ranklab-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (292.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp313-cp313-win_amd64.whl (155.4 kB view details)

Uploaded CPython 3.13Windows x86-64

ranklab-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (302.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ranklab-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (293.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (262.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ranklab-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (269.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ranklab-0.1.0-cp312-cp312-win_amd64.whl (155.9 kB view details)

Uploaded CPython 3.12Windows x86-64

ranklab-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (303.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ranklab-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (294.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (263.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ranklab-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (269.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ranklab-0.1.0-cp311-cp311-win_amd64.whl (158.0 kB view details)

Uploaded CPython 3.11Windows x86-64

ranklab-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (306.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ranklab-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (265.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ranklab-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (272.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ranklab-0.1.0-cp310-cp310-win_amd64.whl (157.8 kB view details)

Uploaded CPython 3.10Windows x86-64

ranklab-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (307.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ranklab-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (307.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ranklab-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ranklab-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (307.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ranklab-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aba6659936f787ac15dc14023495902a1ce5b1d95596e52e462fb30c0a5a3b8c
MD5 0c5a6508b556bc42bd5c3fab3897ebc1
BLAKE2b-256 31c89606aac27dd5e1b6b827461178906d8e174e394390151b5be5e146c54b4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2c411bb001cb930c9564828d20f4bd566fb66ae942af1bfddb2305125e657d4
MD5 af138fb8475c7760b5652deec3d81a25
BLAKE2b-256 952890653f229992feeffb3cdcdc0ec99a814f4b83e51a7dd74d2b82cfc76426

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41a8bcd2e211ce24d60cda40433f1cb01c36e8993bb16ce816c7fe71baf9b805
MD5 6f7f7565bed9e2883ce37e6d644d03c8
BLAKE2b-256 2647bb3a0fde291a24ab5c3b5af76b61725307aef5e2a74c7a34ab4470577ad5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ranklab-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 155.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 ranklab-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6b36ba5926ddabd2ec14d8412363a53829557e8c819dc06a65624623b71c7778
MD5 3095c635706917b83365430d137b35fe
BLAKE2b-256 e0859e5645a8b70df2745e017fef3fe6b0bd36b15456689c1ebd3791f6681ccc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d92e4e7d17fb7298f79162433000134d0a57a3ab8a9c594ea32ef8394399c18e
MD5 637886df92a9c738bc34c7d895ed7082
BLAKE2b-256 aaf9276dc299840242632e2afe2aec4fbd4f98d33a7a0adac8bc7a2399f8eea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3b31411be46698b6e10489bd723f8e5755c7159dc99a4691f03dc6fd84e72ea
MD5 9c473e75bfcd6161ee19e9a3a0418c12
BLAKE2b-256 07cf8eae9b99ffe64c11e7d43deee65eff49981fa83480664f80424bdf8a5524

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f38554b352a0c0e9502e729676d67fdd1817d0c27ce54d4b5e4833e22f34321
MD5 c1e44e0e7acb82538a2fc1c18c629d28
BLAKE2b-256 f2b580c25741b73d9dd4a5bac3f25ddb9c2e8b10e22c785d18d8ef838310e573

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 414070b3a09d7782131bd4ccdb15623f32e6bf25f0e82f242e930fdcaf555493
MD5 b5f877087452d2d16873a2ee73dd55bb
BLAKE2b-256 2c20b8a9d6b14d83645f363b613b1865f32649d8c7df6fd32708a41e30058ba6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b1d6b25782c1f7f42dc25f2733f195f330a1194c8fb576e7166e59fa3bd4000
MD5 44e1b3faa40a495e4ed657be75ecdfcd
BLAKE2b-256 87f5590bd97656c8a8e05b2f25c43de37f1b71d1b8f176ab3777d44d0dcac381

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ranklab-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 155.4 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 ranklab-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6dcca8be79bb1ba78f8aded70ffbbde2853d789e3e9e6bab342d7a9c59965a0b
MD5 3417778564d6e7cf5888ebb1b3238311
BLAKE2b-256 9045111d1a9157c6ad4f9a22b88d7081441a807c8432c1fdfb3d067026854f5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1d3084cfca6b452b805ee5be0db1dc16bc91a19bfc1bbc22460e26442a416d8
MD5 2267cf42e1cb859bd800664b2dedc293
BLAKE2b-256 46c99520e72ba93ee91e5ef9569af305c4d8f56485302c498a514b26e6126945

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9596eec085bc380b60409a8b68afb81f517be8d3ce9bea8c4effd6cfb2bcf61b
MD5 67c610ebee6b7d695e4c930b9fbbc9a1
BLAKE2b-256 51011dddbc87313e7a9cc00322b2c126d418fb67f929d2682a4336650668d5e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99341bef1f98cb8838c01ff032a34844f88549e5ca137a85d508702186119141
MD5 a18d28e4bd2419ef80d8379b61ecb20f
BLAKE2b-256 ad3b05f60eb9add672ed763fc0407c7333cccbc261dbe516d614408df96340a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cfe92d1ea76b93eb46f1f7d2747e6590cacead33129d3513c0821205950f4100
MD5 68397776d00c9a5009ec10a49b2643d2
BLAKE2b-256 68fa97249b5d42fd804dfe73061bca6847ad74562baac1f9f02028f9a805db95

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ranklab-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 155.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 ranklab-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e429a004decbcbc394517c8be09872d057265945a9808293cea0ec1ec0e8292b
MD5 d4ed28b5dc0b11c16439ca42ff4ad7ac
BLAKE2b-256 945b5e52088f50eebf30188debf33048c8f41bc60b66cc2ad3649314098d0acf

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06ac84b04726da0013b8c64ae5745a282e73cb19e75d6888e82651f8f3eae4dd
MD5 d86cff52131b7ea169c1759ce37faf9b
BLAKE2b-256 c5ef475607fb1d5549e925eec03beaf15ddc0947d93281aa354003fabd7edfe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 797750d22b6ab414bd186a381447759517771f84132f00c3991203a8d75b4bff
MD5 fd943d9126d0d220d870e57287c6e510
BLAKE2b-256 78b7769d0f95c1624c06a13ec63873d61723ce0e118ce64d7ac9effca04ae93e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70da32d94a0b34f4d0d68b7e3ebe322c2956661dd85288ecf942ba6f1cce9690
MD5 3ecb65858ee75c1a7568df9ddb588b43
BLAKE2b-256 8b1d32d10a7d89bcb3b278b2ff21c34900ccb35f9cb3ecc2c69bfdd5a1e702e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0dfdf3d1a3186d9c1aa7fd288af971c96cea63ac52a81d8f7460fd23cff6fe0b
MD5 0f709902633dc4fcc7c256a4dc37729d
BLAKE2b-256 df7304a04ec3a48ccf8a7f4c0ac190fc108902183d6f0d6642fd1fb258180d31

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ranklab-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 158.0 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 ranklab-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a4ccad943990473c07325ca8413e1fc05bd9eaa987ba35363644094fb7419e73
MD5 df9cb84b6d429d20104af19697d70ca5
BLAKE2b-256 50af5dc6815c5af0989a0af1efb891b7d9e79f9d0ec742ffc16d2c7182f2de97

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6e2b982b42131631a5ee5f7b16e968eb9114207633b0e7c56042d6d80b005c9
MD5 e6ce6a9846a8a344d7b3927e0c2772cb
BLAKE2b-256 b072b704640618ebdb27764994e4dd87c1adcef7206ae340b435fad7d7d71a74

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76f36b3a516569dfe37fd731f73f73d3f697ccbf3e88848d6eb3ff6776ffdfd1
MD5 34b074141cffe4593a3ca8003ec6e9e1
BLAKE2b-256 c50ad98d5d13ffd1b046718e83775e9940ef6c4c05a0d86429349ee1bcba7fe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 063bde55a1c57d446fbcda71596d736444d8a18856140fb9614937a3aae19a4d
MD5 6580dbe17641349d5e99df1962ebf22e
BLAKE2b-256 7e3581aa7fbd574ea1b401e68fd014813f74f40f1e7654a44c470c6a7e4e7cbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d16278708b4573606f734c0d77a58c0d887e25bb74afc4ea8c0b9a649b5340d9
MD5 07d66017b86e47f2ef42b83127885dab
BLAKE2b-256 5ce41ccdd05b41795d0d8ec64ffab60b1c9726264fa9292a3dbc788e8b6dbbd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ranklab-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 157.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ranklab-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ec41c110e55e356a23e9f88098bf5dbcada48eece9613853fad1aedd9c1ac822
MD5 7508a05894ac34d1fba51e9f3ab66f84
BLAKE2b-256 9d976642fef324e6effa62cb78d08cd689b8418ce83ff9eb7f04936c5f59ce3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 398d04c33f6269b613e8f187501367cb3007f161bdb84d079fcb2b0b41578315
MD5 8c783d53c67a7a38f4eb310f3c0d0880
BLAKE2b-256 ca6f2a59544cf8d94e2935205723f754c45fdaaa0204d37e1d8d3e6289f7a31a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86ad08c618986da2354179ded929d9891ed686039e50ec0b6e8242b8407a491d
MD5 c863693d53903851c5f45b32ee71f691
BLAKE2b-256 c96f3f70ae974dfeffd18df4067a84f2244f4f5851d3fd420f9509303031b9e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c0eac9409b2b9088221b5b89806cc77abd7c82ca4b86aad21c38e074fa72d1b
MD5 c6e2fcd78f87ff7ad959a5df1abae198
BLAKE2b-256 13b402af131b480b3497b1ab03cb1af31563d427b526dc508d9eafc877a17bf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85f19e9a45fb86c7ba81d79e39ad15a2b89ca24efbba2d60a7f8c6b21a520fdd
MD5 57cef59c3d792d5ebbb1768b0eb03231
BLAKE2b-256 51199401f4f262d0cbc68fe401dc2551993cd5228ebda7f95bf273fa4e5c06c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8953a0bd83debf3fec0c67ac972fe93efcf55b9778d8ec3456288a45ebe9265
MD5 3076c58d958d2a3163f8c81f9b5c48ea
BLAKE2b-256 39193f5da963a139ca557ab2a336af88297466fa33a5a94dd369e5f448056602

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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

File details

Details for the file ranklab-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ranklab-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51cb8a4b2f5c9a2ab81102ad38a71fde87011c6012e6eb30375102823f07cec4
MD5 63cbf8a98bb4355a3ae3e3af604677a0
BLAKE2b-256 57fb862598dcd9f94d4ccd1ad2ef503bc5c0e438ea2db07cd9c4323466a83867

See more details on using hashes here.

Provenance

The following attestation bundles were made for ranklab-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-pypi.yml on arclabs561/rankit

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