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.1.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.1-cp314-cp314t-win_arm64.whl (22.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

rindex-1.2.1-cp314-cp314t-win_amd64.whl (24.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

rindex-1.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl (115.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rindex-1.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl (115.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

rindex-1.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (120.4 kB view details)

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

rindex-1.2.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (116.7 kB view details)

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

rindex-1.2.1-cp314-cp314t-macosx_11_0_arm64.whl (25.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rindex-1.2.1-cp314-cp314t-macosx_10_15_x86_64.whl (24.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

rindex-1.2.1-cp314-cp314-win_arm64.whl (20.8 kB view details)

Uploaded CPython 3.14Windows ARM64

rindex-1.2.1-cp314-cp314-win_amd64.whl (22.1 kB view details)

Uploaded CPython 3.14Windows x86-64

rindex-1.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (92.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rindex-1.2.1-cp314-cp314-musllinux_1_2_aarch64.whl (91.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rindex-1.2.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (93.9 kB view details)

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

rindex-1.2.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (92.9 kB view details)

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

rindex-1.2.1-cp314-cp314-macosx_11_0_arm64.whl (23.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rindex-1.2.1-cp314-cp314-macosx_10_15_x86_64.whl (22.4 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

rindex-1.2.1-cp313-cp313-win_arm64.whl (20.1 kB view details)

Uploaded CPython 3.13Windows ARM64

rindex-1.2.1-cp313-cp313-win_amd64.whl (21.5 kB view details)

Uploaded CPython 3.13Windows x86-64

rindex-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (93.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rindex-1.2.1-cp313-cp313-musllinux_1_2_aarch64.whl (92.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rindex-1.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.4 kB view details)

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

rindex-1.2.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (93.7 kB view details)

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

rindex-1.2.1-cp313-cp313-macosx_11_0_arm64.whl (23.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rindex-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl (22.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rindex-1.2.1-cp312-cp312-win_arm64.whl (20.1 kB view details)

Uploaded CPython 3.12Windows ARM64

rindex-1.2.1-cp312-cp312-win_amd64.whl (21.5 kB view details)

Uploaded CPython 3.12Windows x86-64

rindex-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (94.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rindex-1.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (93.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rindex-1.2.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (95.9 kB view details)

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

rindex-1.2.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (95.3 kB view details)

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

rindex-1.2.1-cp312-cp312-macosx_11_0_arm64.whl (23.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rindex-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl (22.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rindex-1.2.1-cp311-cp311-win_arm64.whl (19.8 kB view details)

Uploaded CPython 3.11Windows ARM64

rindex-1.2.1-cp311-cp311-win_amd64.whl (21.2 kB view details)

Uploaded CPython 3.11Windows x86-64

rindex-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (86.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rindex-1.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (87.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rindex-1.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (89.2 kB view details)

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

rindex-1.2.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (87.5 kB view details)

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

rindex-1.2.1-cp311-cp311-macosx_11_0_arm64.whl (22.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rindex-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl (21.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rindex-1.2.1-cp310-cp310-win_arm64.whl (19.8 kB view details)

Uploaded CPython 3.10Windows ARM64

rindex-1.2.1-cp310-cp310-win_amd64.whl (21.2 kB view details)

Uploaded CPython 3.10Windows x86-64

rindex-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (82.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rindex-1.2.1-cp310-cp310-musllinux_1_2_aarch64.whl (83.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rindex-1.2.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (85.1 kB view details)

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

rindex-1.2.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (83.5 kB view details)

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

rindex-1.2.1-cp310-cp310-macosx_11_0_arm64.whl (22.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rindex-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl (21.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rindex-1.2.1-cp39-cp39-win_arm64.whl (20.2 kB view details)

Uploaded CPython 3.9Windows ARM64

rindex-1.2.1-cp39-cp39-win_amd64.whl (21.7 kB view details)

Uploaded CPython 3.9Windows x86-64

rindex-1.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (84.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rindex-1.2.1-cp39-cp39-musllinux_1_2_aarch64.whl (84.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rindex-1.2.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (86.3 kB view details)

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

rindex-1.2.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (84.9 kB view details)

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

rindex-1.2.1-cp39-cp39-macosx_11_0_arm64.whl (23.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rindex-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl (22.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for rindex-1.2.1.tar.gz
Algorithm Hash digest
SHA256 aff046f9b2976d24382a6a0d4994b8bdc4461cf9a7b1eaefa3d6369346ed189e
MD5 b92db2f2adba69d1e0c9fab694a7e2e8
BLAKE2b-256 c6d4859835ffccaddee8076837ea995c9bca93083fd8c6dc8d700d7c206fcdb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1.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.1-cp314-cp314t-win_arm64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d24d9d1d21934d1e6465711506e8dc1e4ab3e6d84c2594983f99b90b2e51d111
MD5 ae6231541c645433746ebc31b0dab8f7
BLAKE2b-256 3c6e60db768d166ee9d59412b0d2e50f9932526966b95c3a07976621aec77039

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 aab0c05f48189a5df5e63219e3313a8596def0e122d934804f8db9fdeb57f808
MD5 224184b72cbf1b004e9cc96d0d84bdc6
BLAKE2b-256 2a4219055d225cc3fc4e5c34ca4d2a92d975bfb6b3a700a495ab241f3974fb8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10c3985cefd8d4472745a1817d3e4dab04c3183c081a763aacea51672ed62815
MD5 ee5496c1b3fc0e0aa7a24865b310f4c0
BLAKE2b-256 9d47bb1967cd701948b68551c34b03825621755561d3f9aa48def4877f370276

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5c6e68e6d1a9cf80ef3ad5372e0c986405db08be9abe4dec19144cd7581971a
MD5 38443fea02e99b1f4e98c24850008d08
BLAKE2b-256 fef49e957816ec36714b6859fa569f104db199d67a5c80da847e4f42a47f3a1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92c060d9d0919afc6a053cf9da5386017328d896fe0c320ce38c72365125c6e5
MD5 583a1f6e4c0db5fa66746fbcc404ef77
BLAKE2b-256 f7cd234dacc6db8f12cf4284275251ad6b3ed21c4900323f440aa251d4f002cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-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.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2f79b16a57a48e028dd5550a278619f952f9b8e977bf60b266b3b390df30021e
MD5 a81e89ece7588a3c7f903eb8b2c2b6d4
BLAKE2b-256 2c26984fe19f06dc20610df0ec01a9f6e7223b919e429da9ec003b3defaee527

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dc4f2d56af1e52663e670bd117262b3b891f1280f3498f9d6f508d9d56d70cc
MD5 b3a50492d2427a2eb8170a8c2755dcf9
BLAKE2b-256 37ca2801c1b71544ded542897b9fcafcd4866b0bd37f1f2446375cc53ba1308b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5819a55c43fa93151ca2dfed19eaa76248e4b5329fd1479903c74a086c4d5e7d
MD5 59989a396746b32fb3b2ac1c1a078c8e
BLAKE2b-256 d18efe89e4f1f90a7809021f819396a522d8a2ceb965ea96fe64c2d3ace777f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314-win_arm64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 696bfe3c9e22c74a2cd817e8855a08d9bf46f7677598f13c8ba05a874186e9a4
MD5 f90659a12056f52ae4d5733e55ef2936
BLAKE2b-256 f335b62450b45160af9728b9cd96192008eddfdd60e1dc3cb5239aab224424e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 22.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rindex-1.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6fa4b5b18fe8f9a813c811ad0a148a2141782e073c138d3ca4fad79b59c5a2ea
MD5 10b82d3de00de2faa6e9a153f2a68f27
BLAKE2b-256 ae77e4ed8571c1cb785c797e36f264cad31208b991ec3161e85b0e476c855f93

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4496d4d1e8271dcd56ccac079b839fd8282ccaa35e0e4c2b6864097a4fcb5560
MD5 bb7ecb7d4538d66f9af9c654213f2fe2
BLAKE2b-256 af5fdce89340bd390544167312bdb59c4c2ea25f9efdc489c53646f4e68ca0c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c320fc56c472cd18cd8e06e4b743d289a04f2b2fac631020262262b4928b4ce
MD5 fb9bbf5f134efc1721687bf86ae345b7
BLAKE2b-256 0984973e30819163fec18e308066b04d10d3168a1159f8f59693aff97b93da97

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa178678de6222b23c945340126c63917d9177f4079ec5f4524f93474e7875e2
MD5 d9d233b9394ebdb7acb62c40e17bcfd2
BLAKE2b-256 28e7f18940f9887f39b5d3838a777a250d481800148c579ef4a2fdf29b235dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-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.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1c700d953d155a208429561a685136e488f6fa2adada4b43a7cbfc7ee4301774
MD5 c1323a129cd9dafae9fe617ca17dabee
BLAKE2b-256 6d36c2167c730644429d6417e1ea3d507a3fb7b172f5e20800fc62747ae2f467

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e649b7d104c84656ba0339cbfb181cad60938d9f2b080adae34ac54ff5eda055
MD5 361180d8e48961ba78951ddf53b7c216
BLAKE2b-256 82596388fe0f96f44c70be4ad0660fd3862992ec781a6c46e0aea875b8204326

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3da0c5afa9dd2dcfb851433ee5cc5c820d700c0d005057edae6deb8f87746754
MD5 23c081f500d0c74f5c6019f20214d521
BLAKE2b-256 6556b8542434fb487335273fc080d66c5403b113fdcd07278408d407f9dd77d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp313-cp313-win_arm64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f7c2f346fb24f9190ba207cf3be529ecd75af77c57a32088ea432f2130bd41ad
MD5 78340f53c1d4fa9e80b9d56af896c107
BLAKE2b-256 d4127b3aef834e14c46adb23d0ca9151b2c744033f27fa2dff9b4a841adabd6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 21.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rindex-1.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 77acdfed90ddeced2b816ec4d37571d28e52e79c4d8b54654343239cc36aa974
MD5 34357f2e8938ec139e8b0768031fed1e
BLAKE2b-256 4bca6510597514f9fd8db3d4c31d8fc5374e429a14450853d6ace7aa9b6d57f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aac089c77ad781ff8f73716f9d47b7b9ef718534c5b656cc0b00f4db1f2953de
MD5 7f35c3f71b764d3be7ed7fa19854f7fe
BLAKE2b-256 98f926c31aed72acb2ce9cd03f5adfcaa052457ae49b7639dbf96c70efef1ef2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5393e613096f089fe19e07c8d69d3ae617b3724c3ba31ec1fa32f9fe9eb1928
MD5 250f00cc06cd91c6691f78752fb7b716
BLAKE2b-256 a57cf4513b93fa6cc8a7fc6af5390b295b36494caeb2f6c948c29bbfc7b5413a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81afbd4cd99316571758a312845fc8b7d47d03b479ca376547857c3ae5a66e14
MD5 68b06155c01c75069e79f9440a0ad036
BLAKE2b-256 393c46090f37dc3067bb5eec757c1771febb07ad87c8674fe0dbc74fab53d79e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-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.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5b671b3e4cf37ae0738933065737aa1f1da402bd3ac12ab7b8bee75c1bab7f29
MD5 6e09ff9de3acdec1a998075bc8dc0ba9
BLAKE2b-256 5d6248c3b9235568ca235cd2801b060842bdf12ac4b4b5da6599096d0a5eb555

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c11a73b67aa3762320a41c517db640cbb819acc8d30c532a7ebc40e8db8ccb11
MD5 e22b3a7ad68bf4d3c5eecaecf4d88e64
BLAKE2b-256 8727758cdb53e2a72854219e4ea0714cac43a0737a342b2e20881def91ce50a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8384076c5195e2b79c405294296eda982392176625ebdc48386dddba60e021ba
MD5 5b518977c86f5426ba1e27d0b79789e4
BLAKE2b-256 8726f81cea4ec6f5b76a96bed557501206bcc8d42e0fa1c1078260eb8099b2ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp312-cp312-win_arm64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9f163df0078765f5eb073e16c4aa0fdc6fa5ce03d7a6c562c1f2a9b3e2cfe2f9
MD5 44635bbb773b3cbdea0b4745765f8b26
BLAKE2b-256 ad351cdad16e85effdb9b7650eaffcdc23d9ca7a1e3780c6e00281a8bc2f655e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 21.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rindex-1.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 35d4e5c00ca5bbaaa012ec35c7b108738eb1f3e358cfcf6b591de3d7397fedc7
MD5 573786cc1294216857cead87f7ea7954
BLAKE2b-256 64f4ed962dfcdf097347b51a5176efb01a6b4499fb4f028a7b5a3ade94c1aff0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64a2d7815b6494a5313fb39ca66aa8f2c3c90119763c0d5bc5d0ce283d80302e
MD5 2252ddb6ffceb98818262456b4417647
BLAKE2b-256 883f271ce8483bed175314e6a2afd5bd56731a288a374a4b9b9d39802bdd502b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5641e4d2b8be957b4031afe77fcc90d55a91f77ba8f2f19c60d798045b755bf
MD5 7ad67daa81ac365e99498b5076a28337
BLAKE2b-256 5679acf4f04a7d8e4b1a837b6ae7a37be5ad80f12af53f8ec67248115cdcd7d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5986cc2287e9b3c4564e0caa641599165d1caeb9f42fe3f688b4ffe05c7ceedc
MD5 c16e4575cb213226fc888d114e757389
BLAKE2b-256 ccc4680f3b83024ef28d98c336a85b71cafe221b7c705eeba6e1cca90bbe2970

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-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.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 deec8a0a668f5b4bacd11c2c51c1848671d607371f50cb8c16cc1112189ecc3e
MD5 6cdeb811a343fa31ef737e0fd0348271
BLAKE2b-256 8397a070296f4aaf8b0e3f601035a7b178aceb69d3f647b93ecaa61e4defa5e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a0f28725ba4c6d689a5eab026698c768229d98c5b0e3422a550fd4472a5a87f
MD5 4650219031d638a5a58a01e4be1aa057
BLAKE2b-256 bcdcea56c2cc6b24373f7a931c65efea84219771f129b785c97aa4b6ac1e1ce0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2aab51e1d120bf289077434d5192b3421d366588f9d1ba193a6a580a3cf68c04
MD5 c91f8f152966d0a423f5681e76530b54
BLAKE2b-256 dc5db5e2cff122b7ece4c650aceece2669d0be67a7b8dcdae60c69eb6b3993f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp311-cp311-win_arm64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6bd4a1fae679b628c4572418862818e4a8bdbece10c581e5b0f1f5963411e468
MD5 0a28bb8e70e1b8dfafeb22bb8138ae19
BLAKE2b-256 7d0e620b784c4cc27ff3b4a4b7e1f6f1f90114174296fcbc4f64154afb64d175

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7601092d0048d4cdc6f63c50826fbed70a24e663253b3eb0d5e3dfed0fa6d8b9
MD5 2e6a08773aa6d86d948f84ada7a8f7ea
BLAKE2b-256 3dd122330d0f1b79a63f5a1860202b7cf509a0a7a76d86df47128aac85aee0eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1f31e331c80a469edd9a3fcffedacd51f3af0ee88d66c3366bb20a7bd19df00
MD5 13eeddf1f74d958c9c4e8f45a02b9a15
BLAKE2b-256 61b55746117e699dfaa04606ff6a99d585a0ff8f53b260f246438b8cd3a23a5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3a48ab83128c5c5315ae09f978b0dc38bc49d4f25eb50e0b38aee1f59cd25ca
MD5 f73f8d353236b9192cb3f4030b402592
BLAKE2b-256 9f4d9bd4c414409cd3156bd73a462d11bb88b18c9a4a9ddf49f6a7b1d210dd6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14fbead49d6356b0c9f39b49dc70542cea41e04f93438dec8eb82bab79cb5b2e
MD5 12c5c24d4b4d0cd7ca1314c65d9434c9
BLAKE2b-256 b896343dce08f7433ed55a2cdf1d31cb7d62535004a4ccaf9b4fac0f7f25944f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-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.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0fe6b3cbf856e0418e0f9d0ade23d2a43f1782d327e7bd0bd747a6bcd9561fdc
MD5 2db2b2fe712ad01ca45892eb88848488
BLAKE2b-256 b7373714917e64cd5fde91da7c23ed575210717536a284d48912cf43ce358d6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3fa2e4928fdd698f773a13e43cd9019544980e3e93b637e00d35352b5feaf51
MD5 4996546b1f8eeeca9bf8e464d822a30c
BLAKE2b-256 016d09ac10ee3f0fc483c09cd9fba466bbce84c1888e3674276d32f5e7e123f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 daf07aaf034aa31f1420a444527b1bd24bf69fef33a079308d0c6010094a703e
MD5 3d0fbc2a1dc4f42a3d8ca54768aa3a89
BLAKE2b-256 86cc1785bb878f4f8cd06bc9c9cad10cb01bef3074b82eace70f36530b99f44f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp310-cp310-win_arm64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 cf96287554029665afc83218b549ab66882151d3b651a4add0208a51d271dd34
MD5 670147d6fc402b07da62c73bfbc41d74
BLAKE2b-256 ad12be17f2f166bf93c3df655c4a8f25b22885b5f3cbd55cbafa657ad16391f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rindex-1.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 21.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rindex-1.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e7611adc0709c6d41c13a6008350281986333eb2185bc45b63431bb50018c56b
MD5 6a8275e16a3b1babba6f058b38c1791e
BLAKE2b-256 fd77713306de4ec476b6b0fa626d0e6ce93e56fbb09912518228885f1785f2d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5e9c5df54ddcdb67460bff1005599e86a961bcf5ae2fc3cb9da2f1e60425eb2
MD5 972365df06184cc223f58c1e9bb3854d
BLAKE2b-256 8410d95f63c9243600dd30482dc4e47736417bca17792202e239bbce5550fe4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be1ed507b360ef44b9c3b3abb953d53223e4eee00b29eccecc270f9f6a0221d1
MD5 d6649ac0a989b9d5a0606fc8df534e43
BLAKE2b-256 3212f654b46d9dda87ce05c8e917e18f5161cebf3dd5d702e7975e2e20e82560

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b756bf907a9cec5bc5bd095ed79062c8d6236f5932481d4209db3d35350a2e0
MD5 dc5c07c444fafe42657e33beba81cc74
BLAKE2b-256 afe15f027e2bd6b6f9bb306ca445e3277a45cb95cb6d4779832a6b4382b0ff9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-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.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2b88c977798a0f5005770c6d63d4832b4df62380017dd32f92e4e270ad069de5
MD5 78d76a5a35616b3f46382625a22e399e
BLAKE2b-256 0305b01be7fd8cbc0a23b38652cf0a75f0454cc97fac2f4dfb305374bf620772

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5971b07db4ad7f9f6dc6f96aa72b7fa8e3073aad90f1270d0e6d59f9ca060f8
MD5 320e9cc9812463e309abfda0a4915b74
BLAKE2b-256 b1ff39a36719e600564ff0c4df2e14ef4c90344b602de4b30819bd86296196ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 13d5b0a0211ae9d0e147dd1c6f77d61312b83cec1663f90af7e01d6954f20830
MD5 cf073f07f7be9405cc6b1986ab7ebe9e
BLAKE2b-256 779b6894b0fd8e159bbc3140cf9eb396f065f3d79b5045430136b5bda1a5017a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp39-cp39-win_arm64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 2ad3e8131e7deff081736675e37613f49753d3f4bed7f538f07fcb38398a4ed1
MD5 e3de6e68849999e2c414f868d18e805b
BLAKE2b-256 00b64e5799c8819b90fd000b27351c9cb7323c6988612b1491c88effb69c0be5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for rindex-1.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b52e34d04a19e2b9497f5a4fdf9670ade7533fc124c99683d4b05ad9dbca92ad
MD5 905c82bbb6bdfb06bdd178f4573e2e12
BLAKE2b-256 648db79578b8379b1dfdf106a524dc55285cae196ce3bd1d451487fce9efb3a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7ab77501602a27ee09b705490eee26fb8aafa0d14b9670ecdb05d52bda57863
MD5 385f7eb3fc7b49e2325741c629cf9302
BLAKE2b-256 02f8eecf6bad51c4ff71ffcbff0b2fd4b9ed2017f3ed1a98b88d5f5815f9fb53

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93d1665109362b7194e2301e52c9deef27c24348219039125abc675f93a0c8b1
MD5 5dd36f0fe76f6949029473cb72bec5d6
BLAKE2b-256 bc3a374035b5c51dfccdf21e3f512e2762ba41aa4d8a42d02d5055346db2a273

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72dce2a1948f574a85098528add4ed1eb5d1b87b378bae2d21057cbb3b9ed1bf
MD5 1745220ba30fd1a9df3833b75b9a84d2
BLAKE2b-256 f3c41d81304d7ae3860820d7edef81b5066f6bc9b87df4b41f6547d668128f32

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-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.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 af42de9eb389dd72cb53af07c57d26e3c8ec944e6e45105972639ceaa207d359
MD5 2f559fb43ddb901913ccef6e0213e63e
BLAKE2b-256 44e93fb839f3532bb732dc041c0e38cf0a4a10e4a65403856c7323bacd7785a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3ab753c56ffd9532f5ef33070a7ab860726e2d3cfd8b19aadd8043c9bfc0063
MD5 94cc4a24e39901d3d0aa4ecd64f67c9f
BLAKE2b-256 b0c38c55fe223d12820ef8ace9da17904fa0ba800a015d53425a17ad5f06173d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rindex-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01ca5412c20b339ca07f7fd485cf790e1a7b57a7a4f435a412fd691efda060fc
MD5 17ff6ea40b1139aeb4acfe1f258326d0
BLAKE2b-256 4ecfee3aa60ac43cdfac28608622be4debcb10bbe901b34298b2875e4a90179b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rindex-1.2.1-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