Skip to main content

rindex() function for sequences

Project description

rindex

This package provides rindex() function that returns last index of value in sequence.

Installing

pip install rindex

Examples

from rindex import rindex


numbers = [5, 1, 3, 8, 10, 5, 8, 1, 8, 3]

print(rindex(numbers, 1))  # 7

print(rindex(numbers, 8, 4, 8))  # 6

Goals

  • Support all features of built-in .index()

  • Speed

  • Portability (support for different platforms)

Supported platforms

Currently, the library includes three rindex() implementations:

  • Cython

  • Pure Python (when the Cython one is not available; slower)

  • Pure Python for PyPy

Features

  • Supports any sequences

  • Supports start and stop (both may be negative or out of bounds)

  • Doesn't copy the sequence

Controlling Cython extensions

You can set environment variable ENABLE_RINDEX_EXTENSIONS to 0 or 1 to forcefully disable/enable Cython extensions. This can be useful if you face compilation problems and want to use pure Python version.

Benchmarking

tests/benchmark.py can generate interactive plots with comparisons of different implementations.

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

rindex-1.2.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distributions

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

rindex-1.2.0-cp314-cp314t-win_arm64.whl (21.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

rindex-1.2.0-cp314-cp314t-win_amd64.whl (24.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

rindex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (106.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rindex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (107.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

rindex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (111.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rindex-1.2.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (107.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rindex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl (24.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rindex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl (22.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

rindex-1.2.0-cp314-cp314-win_arm64.whl (19.8 kB view details)

Uploaded CPython 3.14Windows ARM64

rindex-1.2.0-cp314-cp314-win_amd64.whl (21.9 kB view details)

Uploaded CPython 3.14Windows x86-64

rindex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (85.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rindex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (85.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rindex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (87.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rindex-1.2.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (86.9 kB view details)

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

rindex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl (22.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rindex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl (21.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

rindex-1.2.0-cp313-cp313-win_arm64.whl (19.2 kB view details)

Uploaded CPython 3.13Windows ARM64

rindex-1.2.0-cp313-cp313-win_amd64.whl (21.3 kB view details)

Uploaded CPython 3.13Windows x86-64

rindex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (87.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rindex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (86.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rindex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (88.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rindex-1.2.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (88.1 kB view details)

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

rindex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl (22.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rindex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl (21.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rindex-1.2.0-cp312-cp312-win_arm64.whl (19.7 kB view details)

Uploaded CPython 3.12Windows ARM64

rindex-1.2.0-cp312-cp312-win_amd64.whl (22.0 kB view details)

Uploaded CPython 3.12Windows x86-64

rindex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (90.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rindex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (90.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rindex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (92.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rindex-1.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (91.9 kB view details)

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

rindex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (22.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rindex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl (21.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rindex-1.2.0-cp311-cp311-win_arm64.whl (19.5 kB view details)

Uploaded CPython 3.11Windows ARM64

rindex-1.2.0-cp311-cp311-win_amd64.whl (21.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rindex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (84.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rindex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (84.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rindex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (86.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rindex-1.2.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (84.9 kB view details)

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

rindex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (22.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rindex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl (21.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rindex-1.2.0-cp310-cp310-win_arm64.whl (19.6 kB view details)

Uploaded CPython 3.10Windows ARM64

rindex-1.2.0-cp310-cp310-win_amd64.whl (21.4 kB view details)

Uploaded CPython 3.10Windows x86-64

rindex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (79.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rindex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (80.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rindex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (82.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rindex-1.2.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (78.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rindex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl (22.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rindex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl (21.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rindex-1.2.0-cp39-cp39-win_arm64.whl (19.8 kB view details)

Uploaded CPython 3.9Windows ARM64

rindex-1.2.0-cp39-cp39-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.9Windows x86-64

rindex-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (80.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rindex-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (81.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rindex-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (83.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rindex-1.2.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (81.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rindex-1.2.0-cp39-cp39-macosx_11_0_arm64.whl (22.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rindex-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl (21.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file rindex-1.2.0.tar.gz.

File metadata

  • Download URL: rindex-1.2.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0.tar.gz
Algorithm Hash digest
SHA256 6988c3a08b8618873f359fd0b18958e69c2c203e0b5d988101d1ace11cecc388
MD5 d8b1badbf3952689e533fb2e87576198
BLAKE2b-256 525c79ac2447cf5cd17a0d546dbedf3a44f0cc7101089406af8f1d341f660b09

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0.tar.gz:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 dcd32df7fa289ed2c0e6fc2a898d415729576700113bce61aa10353d88381891
MD5 ddab7df2046adf500b32b153dc3af1c0
BLAKE2b-256 0b7635dc07a3e5a3e24f5b558934e8943bf06b4c0ae4cbaee6b55f23760d7dce

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-win_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8dba7f912be4bd165f8ec899b2d4ea8e1d04f11b5d057a7605242046ac8d370d
MD5 1f3768daa9a9bdf856aeaa09f08b1c0f
BLAKE2b-256 89aad6b951aa9963a0d73b116ea79518a34491040967777079b431947baea57d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c485c3c2b99495465be870be94ce5679f49fe6bbf82d20d8ec4f4c5f173901a
MD5 fd623676ee8fadffaf77cf52860c6a26
BLAKE2b-256 f05556d7414177098f5cab6a8b5dd1e7ae152372627624f22990309bc8d322ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27bfdd27205bdc443329bbef4de9ad8aa6272da43ec522064afd9397eddaa50c
MD5 fdec3820d90a981888ed5af6e1eef73f
BLAKE2b-256 ff85693a619dcadc453217253ddd768c94dfa331a34f7b2500c7a8e20d3688d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f55149c44416f0a716fb4d50728c07444fd676335b6db16bd0208e79fc0fbd1e
MD5 73449e4eec8db82b0e5cee425f0adcc1
BLAKE2b-256 0bba51c9491014276126a4618670b341bd050bd4c27dcb93c4b2227b11d01114

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ffe21aeffd00ef66b4965d557f67ed5b57e450f9d0fe25b24f6aa95efef5c0ac
MD5 ba4bdf6ef47f42e4e3e1f79bc1464162
BLAKE2b-256 77d6761afd89f57ae276ebabf9dd08e822b99d4d459a45f0a051982cb990b193

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ec4f8a726127ed040d8f040b496a50ffbe7e6e653a6e2381fa7e1651c6d05b5
MD5 8e73b2a8ddca167ba092e61750bbabbb
BLAKE2b-256 820581deedfec3a5d771d3210687af73d8aaeed916b280508b62dc415e9fd136

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 89454f58b1cccfdc7e5f7eefe3d1995e8858ec9f774c4e0d2f8a3bde7e7f28e4
MD5 723d280133617b3058ce40afb6eedbfb
BLAKE2b-256 2a0f903407cc415bb95666f4fd9782f49ce740f08e1191ac747822a4aa9a2d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ca8a0f6c8dbb47c94f7cbd41815c8cd2a7d192381fede3f255da08997632cc08
MD5 c76ea6d33d3e8377aea3decbae3b47fa
BLAKE2b-256 1789a335a34c4fad5034a58e7a91877b16d08df502c46a92a16413c914038b0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-win_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 21.9 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 rindex-1.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 11089a4887315895e5976940caec1c26bf5919a75bd1bd327b042cd29a86baba
MD5 dc2df9bef4716f5f0ea1010b005ad68c
BLAKE2b-256 18d3f6c748300f76ac5d33196ed541cd0b410bbce84b0230ed497045a2826b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57697d3eb158bed9f621e08eded851388e4021face4695569f4c58b0d2b1759a
MD5 d39243862ed12b04178cc90bb09bd918
BLAKE2b-256 f66de07e5082d5bb9d5cd793ffbb47fcbc5e95f892656e6e39f96a56f5fcfa25

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdb158f6a0d52c85002cb7085e0c6992599f558a6695e5242a55a248f1401609
MD5 d38eefc5b857af7138c3fcee8e8cdaef
BLAKE2b-256 ab88ffd8d27b57676129f0b41075febaec6f43244d7a933b89b65561a77663ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 443edae78808fc29183a2b90d52b4183a2b5e02d75fdf154e3cc31a8808e5805
MD5 b74b312298d6334a3a95187e65ee7695
BLAKE2b-256 15612e90fb729a797d64ae83d1eee4983a1b15c62c7b5fd3331237a06e67ede9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 80d17f51edddf4b220d497de38a1f3c75f5406b4e10c02e3204c87b0ee10f43d
MD5 964c0c2fba1f8980f16adcb98d19ece5
BLAKE2b-256 0f60dae53fc1f08242d703a6013a1f4ab01c040900a419d72e4dcab64ef5ce3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1298d252c85d12e9c30e9366e44f862fc278086831b67cd4645cf6c27835266a
MD5 f467b555c085a43a3ca995136ecb3909
BLAKE2b-256 9e486cd3067687d6b40c523a068f4007f5cfb48cfbdfddc891d4fdf662b23757

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 61755d3e242b567e8e3ec60b6ff6caa29b07b5f1e7a5d83d16ab7af14d5ab246
MD5 a02afcaadfed8fcd9a50712e89acf15e
BLAKE2b-256 94ba2d2e5cb6fe63d6d6ec2365c1ddf3fafb8eff1ea2f5ebe33ea881997fb19f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e0c45584675538d721153d326aa8044424bbcb700b0d81321744f6f6ec35b7b5
MD5 517ff9280d5bc5be4e0fd0ad4fad4d64
BLAKE2b-256 1beb5d92a2ee5eed07aaaf55260dd17594011af1eee79836f1b5078dbef497ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-win_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 21.3 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 rindex-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 78e1f1f4590ef61fed955144b97c9cee3d42aa853bb14a1144e4824b1fac0a92
MD5 47e479f522320b6cb5d89d97927df69b
BLAKE2b-256 90f111fd41c384a2dd3c55bb6d8e6c0aba196d9a6d5f173468ae3cdfb381cc3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0faf5654d7701b2d3c023b365e16e95708b5718168971b67f87e13928d672127
MD5 ac054dc892038ecbd64b12a725dd0af5
BLAKE2b-256 6be0f34f7b17f637ce8f076250ce4f5cc0d86b5742a5f5241e35bebff1f5ef9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4721733e2edb5152041dfa1beb501adb7df0d7835d4af77f2f99b69ae145f171
MD5 02486492318560ce1e1774598c4441bc
BLAKE2b-256 42536f36f0fadd8340d83b2674a42e68a8ea162ffff8fde084bcdc2ebd3612a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6415d74e19189c9a4f7560e181fd2a155edb131485bb3ba00c4efdccd41a183b
MD5 46e5385922998bec8ba4c247661b65fc
BLAKE2b-256 d7934bf2e6cdc9a3ca735ee8c8e1801d1fbfca16f571133c80f1cc4c0dc71fb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fac7229307e829d0eb248b2fb5eb347300786347a5267cb65fef4be455c03c56
MD5 a9b17624423233b70987035056b502cd
BLAKE2b-256 1789e1fd76041bfe2032d86b69c476849fc334fa4fdc4333ef38cf884decd607

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acffe9ef20c501367f7eb464facd687aaa2e52b3ae8cdd610cf448c28b869949
MD5 b45883636642b341f132cb5633cb53b7
BLAKE2b-256 ce9890bdf4e5ca32649f60c15922383f15e6716908663b0cb4b0af2203b2f212

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7a2dd0d43551896cae0c6576d04af4d374151196adf211672bc255e9ff160618
MD5 c526272100881a1478950806d9b4b4d0
BLAKE2b-256 701d2e3e58cfded61bc4d0d667847aeac8eb065e8156a06147ecb29755d1609b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 19.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 53ca1629ac57c334990bd0a09d2bd5e697e318738594ca23c41cbc310184eabe
MD5 60b8c17a70472eecf8fd35f007c8a0f6
BLAKE2b-256 af97ae8686b25e83abd25932b611c351f5856fd728cfbab3e67bb0b8526a2c28

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-win_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 22.0 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 rindex-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5fdcde10ea1a71f4e6c34b2bdbb797e560dcdfc2b102600b5a894986dba8402a
MD5 3c294a72fedcca96ba5a5d6cbd14897c
BLAKE2b-256 c7ac99190bf7bb6032d0b4dfa6e00b18c46bf121d0119de70b4eb3bd1d7ad4b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe1920e9f9fd439a2177e91da3ecac9b01b58714be806d9466629c8291077a8e
MD5 d65d21fad9e2397bb77c267d365adc4a
BLAKE2b-256 47e88f77b2186873e8511a541c40b241b690b4e04d85495d5dbda1a7198b7135

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23cef27eb7f2de8c49335b6aec0b9d377a876a5b2ffcab3ea8b53cbac61e144b
MD5 dbef25b2fddb94332264a42526a71763
BLAKE2b-256 d8242e0429650c64dfd37329890f4077052159a111d8a78c7f8c05bb43dbe745

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42080f429851ea402a39932da2391058a8794909c85c09b9f8cd9866ad6d227b
MD5 9d6acae1af5ce61d0c0681543025a1c3
BLAKE2b-256 547a02d8e2ee38b7cee597ae3badce91e1d04ef1271409bb454ba56fbbe98e9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4dc8a58189d7b24fc16cea0c8b7241f992a63f1ceef80193e16e6bd9127ac2a5
MD5 6b2af8036dffa8163792c9fe3a4a54ce
BLAKE2b-256 3892ecd73b3069dd7ec9e2c84bcd44754c06e6e03cf0a372376048db8ef6ad86

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79d747be192453285db22e38d5aee33e16c33334737be326824a27a7ce5b4823
MD5 d29520f8e1ea4ff83740c518c762762f
BLAKE2b-256 2a8721162fc5854d1eb2a1877df15f282f3d5e11e4e875a37b79c3241728e6c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 070dcc828f17f53798959b6da8a467d3b099239ddb8944c40d2ef9c903a97091
MD5 e7fdc458a4f894fe1a1238d5a8450b35
BLAKE2b-256 12bdccc90a1bb433e08c3b19848214199b61b625ebfb656dee40350a85ec9493

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d848128947c4f259c5f180b0df253b252c475234511883b71b5c683dd7af9376
MD5 5741698c012444749edbe173238a021d
BLAKE2b-256 50fc94c731b7385269a1042ec939fca56acec96cd6aa5910d7db0bf1cddef7ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9e7ce05033ff3107fd2ac7e5baa189b72ffdd1b8945acdd09fd0611d3bd5d34e
MD5 b3000cd7f692e03f4f8d8b7fa92bf989
BLAKE2b-256 14689fcd8dd6c7b6bf905ed964fdacc3faed5b98409a7370949e783b6cf422b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c78899e9af13e5850634f006648b7eccaa3ec1fd2edec3e4c3f90440b09427e
MD5 b71978bf96db57af0be05eeadd0a1a5d
BLAKE2b-256 6dbc252dc28fb8495285c7835eaa22e4cf56fff62b970eda610d2c38cd5ef183

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed331b4a643c6539227a320dfe501e6055a3026a3081d89c06a452584cf40601
MD5 7ddb014af195aa4534e83ed1db681b26
BLAKE2b-256 67ea7f37ba38856d3f0972910519d8efd2c1f667438b98d5b20e369a449b99c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 689f85f21594ea33bcfa7cd05969257c73ecc77a2f2754b6f6fcf7233cc03fe8
MD5 635af20744d4e20b31e60d9f7b4dd08a
BLAKE2b-256 6d7646fe8bd9860571bcdc25bea5897611d05271e7a1403f1e8f65a87cba13ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a976e524f85737227371ef4a746221df86a0f96c2088f693216e36943a3b5b5f
MD5 4aef6e642a8cbb8c2d9a0a9977be7b33
BLAKE2b-256 d3f9ba3c7a2547a0c4614d0fae89fc92d3409fe8c9ba4e1f76a73fb8392e49ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1d65149b9221ff183d22e91b332714b042f726430ee3decb06cf202db21215e
MD5 018f000d77cb3cc781d6d5b15ef185ce
BLAKE2b-256 e47c7885ea59d22916675646bf5dd4d1562745c47a9ac46796c9aabf1cb3e2da

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98c2a02b1a55a225c4ec6fd10bcfee68e9285cde24ef96ca67da3b4296f90386
MD5 dffd6c8839831d654d6b42a7aacd4d07
BLAKE2b-256 faf2a4626aeb1d55fd4efcb4fbc883b2a3a75fcdd74fd010d4637334917149a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6f4917c8f1a33dcc68315bb778c287f511a2712e1d4e847114ab63a3f43d99f1
MD5 932339d1e239d16b5f2c49d85e0c8862
BLAKE2b-256 49316af469797994bd87ec6653da0230c15b6c813abd127885e96ee43f97029b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-win_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 21.4 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 rindex-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 86e4d0b68907450d908a69258aad641e4ddc23de082eae259044e8232ed7bc39
MD5 3596e1f5bd4593ba6311e7de7a75d075
BLAKE2b-256 5b3254dd3114a7e9fb3e079037193659f8c95428e72f8efa378703d14904012d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92e059c47850048b6912872e68a5ac5f13d126327d4ca90b228f88bb415b1e58
MD5 91a0c2ea45a6e934dfab9c3a922f43ea
BLAKE2b-256 28701bcd0a96324766494c3eb40b664aa31d1295f6da1148116ed4fd2227243e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8790599ede76bd89fbd59b74e5f68328e3e34e7e63949f8d0985d412418e28c0
MD5 d466c2abb17eac821a2bddb634dff034
BLAKE2b-256 f20ce9d173892cae727eafd79b078598cfbd35b1975753205814072a6a716749

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bc40ecfe69290c860191f9eb09a3b1241dc2b751325f51877ebd0a39a17e3f9
MD5 ded95f62b3f08c6482cb83ac3858ad9a
BLAKE2b-256 d621a988cd1a91cd34a97884794e0f16d97beb812657482332151466e9c1b668

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9a111d3df75189b3f1dbb815bd5c3029f6a9055abdc97c3e7a0f50b5ea81fe1c
MD5 0fa09fcb1fd5dfb9a542e9f700117e18
BLAKE2b-256 c470b75ca2ac2665e029bce26630ffab2dcbf9719830a334bba6d7e509dd8445

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0fcda9fb66145aa02f4adf6299879e13576f854642729913da33f517a0ca144
MD5 bb5a094fb00fc7e3c53d0314c947d976
BLAKE2b-256 962c83524dbc2972ade8f725bba77e7d72b14f5b80adbb7616bcb5e39a60dcbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26f203e8e2d6489f307bad5f1e249092728023929815eb63c12e0aa43afc580a
MD5 c7f1e37a783ed1a5aae59394ee738adb
BLAKE2b-256 b913417999bfe4ce0054d602d09517817c8d324be73504e683476f17e9d922ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 eac9deaa7243675d16e9e9dd7058cef561da60c6b793beafb6742b922f24c7d3
MD5 afbf767d4b3c1f87f08c439efa00a355
BLAKE2b-256 97b420cd0754e6f6a316b6ba5fd600f844e1821bf89e86356970187901fdb87d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-win_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rindex-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3a009fdb20ad2d1164e59ee7d0e5bcf541d923e8353a22d0ca90753409d468cc
MD5 4bb4b02a451b3903aa52c35dc61db11e
BLAKE2b-256 b89c61e2557555ef472925e10312220cee0659fb552ea57c2d5aa1977900902f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c166008bd360dcc99509d0329b3d51ba4400f1c1a65ba5b896da980b8b004b4
MD5 28bc5a6fbee45f0668029a629f53ef5e
BLAKE2b-256 a9d6dc57f7f2d907f657cae2c6b1f368b58a1969e570b772aa5d0dba34376516

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d216bd9a22f62dbfa6fd23b9fadf295e5f71845a06174d74dadbdbb33f80940
MD5 dc2f07c77d0112791a9ab7dd30ba5915
BLAKE2b-256 5a1042d9d1852f623016fcf9a3b0d1872d88c7ee1b997d2bf3162d1d061173c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6276fe89d5283c51b39a36455232ab82206d3f112cc964769245d18d0a4318e8
MD5 e9fa10bd56b0ce8eb08ba75f755a8bc8
BLAKE2b-256 04a88a4535efe415be919029fa04a2547e117869e611be86f3401dcc7629cdbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7df8b2caa8b694c28fc4a67e051fd37d7b27f704c1d63b02bd3b300023a9f949
MD5 7c0a411533fc6a7e186421dcaef77736
BLAKE2b-256 38009d5098c6781865aec801d56e7293640aa7cf96df6b4065a05852b2234c9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c32e49d2efcd4882ab7fbbb411befc80acdd9ddb24af307f1304d15b11d84466
MD5 1ebd0c0f574a412a779af06a830a7935
BLAKE2b-256 425aa62c6774dc3c7a79315a2e39b369dbd4c17d5c003b6ec4fa89eeb0b80d1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on solaluset/rindex

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

File details

Details for the file rindex-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f105225def5fe878f20511fd6fae989fa752f5e2cd665c22465ea0f7175721b7
MD5 0c7e271ddf858c183c537eea47105c9e
BLAKE2b-256 5be2fb145e203c6fdb318ba5b2f52cdb5eedb4292febef783ae9a9f30dae7abf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on solaluset/rindex

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