Skip to main content

MIPS instruction decoder

Project description

rabbitizer

PyPI - Downloads GitHub GitHub release (latest SemVer) PyPI crate.io GitHub contributors

MIPS instruction decoder API.

Features

  • Should produce matching assembly.
  • Fully written in C for fast decoding.
    • The library is completely allocation-less, in other words rabbitizer doesn't allocate in anything in the heap by itself.
  • Other language bindings supported in this repo:
    • Python bindings
      • The minimal Python version is 3.9, older versions are not guaranteed to work.
    • C++ bindings
    • Rust bindings
  • Simple per-word instruction decoding.
    • The library doesn't try to be too smart by processing multiple instructions at a time.
  • Can perform validation checks for instructions.
  • Provides many examination/grouping functions for instructions, allowing to simplify checking characteristics of an instruction and minimizing the need to check for specific instructions in a hardcoded way.
  • Includes some minor tools to build your own pointer/symbol detection.
  • Configurable, many features can be turned on and off.
  • MIPS instructions features:
    • Configurable behavior for the jalr instruction, allowing to disassemble that instruction using an implicit or explicit rd register depending if that register is $ra or not.
    • Named registers for MIPS VR4300's coprocessors.
    • Support for many pseudo-instructions.
    • Properly handle move to/from coprocessor instructions.
    • Support for numeric, o32, n32 and n64 ABI register names.
  • Some workarounds for some specific compilers/assemblers:
    • SN64:
      • div/divu fix: tweaks a bit the produced div, divu and break instructions.
  • Multiple MIPS architectures are supported:
    • Main focus on MIPS I, II and III architectures. Partial support for MIPS IV too.
    • N64 RSP instruction decoding support.
      • RSP decoding has been tested to build back to matching assemblies with armips.
    • R3000 GTE (PSX's CPU) decoding support.
    • R4000 ALLEGREX (PSP's CPU) decoding support.
    • R5900 (PS2's Emotion Engine processor) decoding support.

Non-features

In order to keep it simple and fast the following features will not be added:

  • Pseudo-instructions which expands to more than one instruction.

Installing

Python bindings

The recommended way to install is using from the PyPi release, via pip:

python3 -m pip install -U rabbitizer

If you use a requirements.txt file in your repository, then you can add this library with the following line:

rabbitizer>=1.16.0,<2.0.0

Development version

The development version is located at the 1.x branch.

Note that building the Python bindings from source require the Python development package. Under Ubuntu/Debian based distros it can be installed with:

apt install python3-dev

In case you want to mess with the latest development version without wanting to clone the repository, you could use the following command:

python3 -m pip uninstall rabbitizer
python3 -m pip install git+https://github.com/Decompollaborate/rabbitizer.git@1.x

NOTE: Installing the development version is not recommended. Proceed at your own risk.

See this package at https://pypi.org/project/rabbitizer/.

Rust bindings

Add this crate to your project with Cargo:

cargo add rabbitizer

Or you can add it manually to your Cargo.toml:

rabbitizer = "1.16"

See this crate at https://crates.io/crates/rabbitizer.

References

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rabbitizer-1.16.1.tar.gz (180.4 kB view details)

Uploaded Source

Built Distributions

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

rabbitizer-1.16.1-pp311-pypy311_pp73-win_amd64.whl (125.5 kB view details)

Uploaded PyPyWindows x86-64

rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (433.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (429.2 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (144.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (143.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

rabbitizer-1.16.1-pp310-pypy310_pp73-win_amd64.whl (125.5 kB view details)

Uploaded PyPyWindows x86-64

rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (432.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (428.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (144.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (143.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

rabbitizer-1.16.1-pp39-pypy39_pp73-win_amd64.whl (125.5 kB view details)

Uploaded PyPyWindows x86-64

rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (432.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (428.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (144.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (143.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

rabbitizer-1.16.1-pp38-pypy38_pp73-win_amd64.whl (125.5 kB view details)

Uploaded PyPyWindows x86-64

rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (426.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (424.0 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (143.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (143.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

rabbitizer-1.16.1-cp314-cp314t-win_arm64.whl (121.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

rabbitizer-1.16.1-cp314-cp314t-win_amd64.whl (128.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

rabbitizer-1.16.1-cp314-cp314t-win32.whl (128.2 kB view details)

Uploaded CPython 3.14tWindows x86

rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_x86_64.whl (396.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_aarch64.whl (396.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

rabbitizer-1.16.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (442.6 kB view details)

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

rabbitizer-1.16.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (440.4 kB view details)

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

rabbitizer-1.16.1-cp314-cp314t-macosx_11_0_arm64.whl (145.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rabbitizer-1.16.1-cp314-cp314t-macosx_10_15_x86_64.whl (145.1 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

rabbitizer-1.16.1-cp34-abi3-win_arm64.whl (119.0 kB view details)

Uploaded CPython 3.4+Windows ARM64

rabbitizer-1.16.1-cp34-abi3-win_amd64.whl (125.4 kB view details)

Uploaded CPython 3.4+Windows x86-64

rabbitizer-1.16.1-cp34-abi3-win32.whl (121.7 kB view details)

Uploaded CPython 3.4+Windows x86

rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_x86_64.whl (370.5 kB view details)

Uploaded CPython 3.4+musllinux: musl 1.2+ x86-64

rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_aarch64.whl (371.9 kB view details)

Uploaded CPython 3.4+musllinux: musl 1.2+ ARM64

rabbitizer-1.16.1-cp34-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (421.7 kB view details)

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

rabbitizer-1.16.1-cp34-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (418.7 kB view details)

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

rabbitizer-1.16.1-cp34-abi3-macosx_11_0_arm64.whl (145.1 kB view details)

Uploaded CPython 3.4+macOS 11.0+ ARM64

rabbitizer-1.16.1-cp34-abi3-macosx_10_9_x86_64.whl (144.5 kB view details)

Uploaded CPython 3.4+macOS 10.9+ x86-64

rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphonesimulator.whl (144.7 kB view details)

Uploaded CPython 3.4+iOS 13.0+ ARM64 Simulator

rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphoneos.whl (140.5 kB view details)

Uploaded CPython 3.4+iOS 13.0+ ARM64 Device

rabbitizer-1.16.1-cp34-abi3-android_21_x86_64.whl (421.3 kB view details)

Uploaded Android API level 21+ x86-64CPython 3.4+

rabbitizer-1.16.1-cp34-abi3-android_21_arm64_v8a.whl (414.9 kB view details)

Uploaded Android API level 21+ ARM64 v8aCPython 3.4+

File details

Details for the file rabbitizer-1.16.1.tar.gz.

File metadata

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

File hashes

Hashes for rabbitizer-1.16.1.tar.gz
Algorithm Hash digest
SHA256 a14bdeca382cf47e0c4d14bb919d03a1175c63d18ef14d916d6ac2d98bf1be79
MD5 c4eeace5c3e3b7d80fed0443fbbf72dd
BLAKE2b-256 61d07d8718bf7582182b555cd0311e361e96353b6840b35daeddc06386f41d47

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1.tar.gz:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9e62530e26a2aedc16c9d2b87f5811d7db604f0adc310d32e3c7007d710799b9
MD5 9bccea80be994b28ab3933c818068136
BLAKE2b-256 a1b7fde2d7ea495b372ab8922c77ee9a460073be831cac6dab0543cb61d8aad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp311-pypy311_pp73-win_amd64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2e2e4e32f7f55c86bfc87d94f4c5a17d774c0d11bae2931fc50abd0660f97b1
MD5 481446b63c1e4fe8108167273139c6fd
BLAKE2b-256 3ea74294b948360d1a958860ef1ca7c7a4f2c6be681b79a1f4dc961ea7cb56c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9220b299c802143262b89c37010dc452b6841e4937e85253aa9ab33d9a7e4d6c
MD5 a807f59ebe80f6f0e1b8b49d78671d42
BLAKE2b-256 1a9fcc7df46dd394885a8887c4f86b0f84a9fed37971b361f85eb71acc3a2b77

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6be2bb177fa25e94d7eaeb136b24e300ed3e23ed8dd9faf3a74261bf5799a6d3
MD5 c70a7db4cbf4b8ed98115b1269bf1e5a
BLAKE2b-256 86f7c5b913129c7b0fa712bb3a6051a68d50f1ae9e4391b523899d6850e29b55

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4003c10aa0b97f34d88426efe50586236213ebab8f1611d9ea6777bd8e1609e5
MD5 c75185800e6a077ef754f4bab87ca1ac
BLAKE2b-256 d5b541be4b249e3404b6500ebb6c0f21cd0efc130f4792ae462bf7b3a4678b87

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bbd2c5e92f8b996e0ea0585f40543928a8758d4858578c46921791b21d499fb2
MD5 69522be94db80ba3c249a21a213b5a57
BLAKE2b-256 84f47f2092c71cb050a8869643ba71ad1ddf7e3a579e4a8ea25a84cfe8d97c2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp310-pypy310_pp73-win_amd64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f53f4f59d27692af2ffec2ae6d5e8771621ad6c151144a0eb06b5c215c12a5b7
MD5 3afc51a58b3612874548a7f22a9c13c9
BLAKE2b-256 c630d1675891fecbe9e1652918f14797180654da276ec4642b45307f570ac00e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ac7fc3480ff6a540fce6e2e904c62f661ffc205a5f703d7177b0b5b57edba69a
MD5 cb71e10314fddae6292fd61029e39de0
BLAKE2b-256 937c84d202d6ce3a30ebf07e8dd9ae60204d6d17ba6a56ddf8690c9be8e3417b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bc8e0d7665277f29b19db947fd357726537b03bce02079bf444a14fe0e78e0d
MD5 0ad4c6dfe59da0a8c22a5988b754b5a0
BLAKE2b-256 ee4a05307436478b20df676f4eb8846c27354d51dc10c7827ab5932b4a3d79f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 09c6b721acc6261d7a594548a4edefb052cb2117fa7e1ea85698793d1c42f71b
MD5 b196bf7a291fdb5480b40b052f95bda3
BLAKE2b-256 0866c2adb4f46c3e3c804770f9a0bc4375a2db265d72b6ffe15f07d2b2210542

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 22c60dd164416d949d7d79cedb2be7c40d35c6aa865241bcb40637777b157454
MD5 8523f42592f71abf79690a638a7c4e2d
BLAKE2b-256 98289fb9b59f583a676b56a22da5a3f86a2ec7057d4799b22fc2fe39265b766c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp39-pypy39_pp73-win_amd64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9ea59cbd76034b7bfdc12f70b5f4d66d690d16d04cad0203fc9ae785f413bcc
MD5 32790d1baedd092e23ab8ad7d30d4785
BLAKE2b-256 d02e21c711f4063decac053ae5ad4541aa93a2d500f4f1c96424d3290abdbffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 904b6c376053f0ff6ce0e30ffdbbd7ee8cb0da55e9e5d805ae2154f75de74135
MD5 61c65fa1a7acdcad22b02ff30fc2eb7e
BLAKE2b-256 e4f6d6f95dafa93b6137a03df4c043c38f9962b65118b25615a077d761c9fc65

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 518ee9d1610808eccd7a2400b204100588762553b6f7ebbca8a1cf848c4b1a5a
MD5 8374756e106b3a57b7324814175bb5da
BLAKE2b-256 4193c6e06d98aa8de329e795781a6c451bf136e18c0cbe03ed54a710568e234d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3a3f6b36be627e5feb8eb74af8e39901cc8a524f0d42567d5d2dce326c154f4b
MD5 52db6df1ad3ae61c59be6f163360d491
BLAKE2b-256 989ee3aa6e1b60971ed4bf454520039f916d5e4264f2abbb9b92fc2ff8cffac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 58ea63a63dcda26014f16408f5446ed5c93adc504e2b47fc02dced2bea9b5e25
MD5 cdf0490faf047521a21fbeb9a6d5df80
BLAKE2b-256 e6dd1c9503088fe3610e7e59ced05fcd8bdb5c36b45371de6352eefa09ec725a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp38-pypy38_pp73-win_amd64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5aaef13053f7f503f29ef933ac5fa88db74543e955eed7ec85678507463dc197
MD5 71cd87fbcd4571cb9a903f9a0d60ebda
BLAKE2b-256 8b4232bae53561bb6e21254e79709ef0a217df922d442fae5b329b2543a1880d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9984499e8848b35f74e73c665114ac30884ece160926e65f351fcb6f6e04d2b1
MD5 f96ee0dda8ab0a9a0c2661bebf51b53f
BLAKE2b-256 ea27dd291682b148f829c450e465fd046423289d68a2791f276a96e728eed912

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ef7c5165e98897b5dbb097a99cff41008849b66811aef6afb1a4d4938de313c
MD5 8bab1a1074957e5d91ef5522c97c177f
BLAKE2b-256 25c3781723c031d9b55ae6f432fc4a6c1b65bfe9155dadc718311551e3caaf3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90a56b8cdf4ae4b40b989662add9c623d2f6a2e12858bd2f7778d7d3f659676f
MD5 0fc27e0dfe8b60fb3af5158005183a69
BLAKE2b-256 08ff352b5cd09f987888bbc01e7d8a3644539c3b3495e74abc940b0b6533b46a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5331575851265c6e25da438e915105e22dd52544e6f998e9728b97155bed573c
MD5 e7dd11e8f5475791f231a96fff0bc24a
BLAKE2b-256 aee18c493ea47fcb8b711e025e40db64a9fb67593e66bf97a4c738de3ab44c8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp314-cp314t-win_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9f11e3538621b90915c6ca0d0ddefe7ea46746d43538988a47f861388237eaf0
MD5 4d80f4855b9d50271c01a58f2c6e16b9
BLAKE2b-256 e548de8b88ad2e1dfa1b54b92d69b1bdf0afc56a0f8d03ba86c1d7e790927a61

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp314-cp314t-win_amd64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: rabbitizer-1.16.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 128.2 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ecea3c0e3a1a38c4e39d687100f99a948a00c1e548be7d42b93c9a9dfb5c2e6d
MD5 7792d98fba16d1a8d0a572f58a80642c
BLAKE2b-256 f8db1e5c5ea92ce65dfb1414d22bcff07d88f7da16d6d5cbcd31598c9ed3105b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp314-cp314t-win32.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a55ffe0e8c8024fff8917d3c7c296959e801ba5ae914d7a6e9aaabbcfde6bd41
MD5 324dcef3b94539cdb7d114f10850dc0f
BLAKE2b-256 ba9134f6b23f2b59edbd842e7b859e70f88f790f461a5af7e1fb13a8f14dd880

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb15bdd389570ce2370154cf374cd8e8288089ad2e15981e9b72d7ed73146e6b
MD5 016f3a43185982d343d24e850cd3cb88
BLAKE2b-256 630820e9d8254b9c88c1d490b9f96b19e9d7100f6e062a47a54e9293dbe83bed

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3c4454e7d89161ab242d0ebf1ba8b4df7fedbdc89e5e599cca182eecc7b7f67
MD5 1fefc882c87e62fb24455dfb0c8daa85
BLAKE2b-256 b4997f363e05b934c426d680184c9b5701c76d879f8a41b8a222cf8298856b7c

See more details on using hashes here.

Provenance

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

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0797e4efcf01343c909904d0607ed6967c2a92ad0ac8c9c1a4fc96ac6589b730
MD5 bfb870073e3aaae06e20eabb512506d4
BLAKE2b-256 e755ff74811b96397e8e5d4d9b2cd65140ed39534b01487ac705a3b00f50dbd9

See more details on using hashes here.

Provenance

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

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 574b539b787fb3fb908abf4cad26700d5a2eaa65787b327ff905f24322ff82c3
MD5 f0a95b89208f74d53dd85bc65854fd06
BLAKE2b-256 b7c3796623fce0fa5c2a8c2a0708ce1033540378175f2191e1f893286c558b7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8af79631b23e877752899e36425c9e643b3648716d9ed65afa78e785d949bd29
MD5 3b61b8a9e73f37e56ddd863e9b393643
BLAKE2b-256 4654936fa31cf5441eeb749996aa1a3bc28062db39cd8c15686923779d11c7b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-win_arm64.whl.

File metadata

  • Download URL: rabbitizer-1.16.1-cp34-abi3-win_arm64.whl
  • Upload date:
  • Size: 119.0 kB
  • Tags: CPython 3.4+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 14352621f0924e54ecb7da071729c8621f16bca4d887e2f756d052073fae8c13
MD5 596429a4a76fccc96cbb61d517cd4a68
BLAKE2b-256 5d85ea764ceff7b9642f5130c9496383706f180a3df5c34e53fd13c7773d583d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-win_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-win_amd64.whl.

File metadata

  • Download URL: rabbitizer-1.16.1-cp34-abi3-win_amd64.whl
  • Upload date:
  • Size: 125.4 kB
  • Tags: CPython 3.4+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 02ebca493390bc720a21c27ba3cb7f3b48775cfd7129ccc6690bcdcf5dbce41e
MD5 b838c5283d577d7f69026037cca99045
BLAKE2b-256 8ec9ae57bdb8e451dfdf0128e7899368838751ede112b553a4b95b05b95e6259

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-win_amd64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-win32.whl.

File metadata

  • Download URL: rabbitizer-1.16.1-cp34-abi3-win32.whl
  • Upload date:
  • Size: 121.7 kB
  • Tags: CPython 3.4+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-win32.whl
Algorithm Hash digest
SHA256 bee62fbd506ced659c38ec6c5d85dd3584c0bf98a47b31720a8a0236fce74648
MD5 ac2d8d5506d1095f6b5ae90b76d2a781
BLAKE2b-256 704920854b1a7fa4f84fa7bd8ab026cb0e9fde1a41d9c9dc57f5a8ab6435b285

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-win32.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 301712713b28827d2664ec616f1d24d307eb3a7dd16f2ae1773fa21bf6d41e8d
MD5 dc3a554684e08c11c7d6bd4e7adc5d9e
BLAKE2b-256 5bc69791ae8da11f2f2b7f0bfc313cce646738aaf0d93d87ac462863a7f914b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93dc4f02475b84cdc9d0d11f2f0bd61ee5634faf9b1e7342f0a1d30f80c25804
MD5 462c96f4764d784f133a9cbfadb9c47a
BLAKE2b-256 e0f0dbeeecf1119714719463d8442871ab30329cbcab4136172354f3bb1bc836

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-musllinux_1_2_aarch64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4239e3e1b6f8f7107d5d168254e2c64496816de837015a6a66d8bd9c0e41845
MD5 58d6ca0cd24bc80cc3882e8f224264ba
BLAKE2b-256 a346b3e60fc661ca64383fb2a469078b5b4363295e896fbf78c8d9697c80ed79

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4e5aec67f0a2e98dc19a1bbb5b4ac7eed1aa1df75a8bab3f03109b9afd4f0189
MD5 f16ec72aeebbc0169a6668598b68ce3a
BLAKE2b-256 d4a84aabaa2b9d93caa00a17d6ef94b253c3cf5f719dae1a80a30853ba1cc437

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c04c390d73f9bc890abe54a38d2130ce82fe459043438e7689b5ad12c0f39ab3
MD5 bb4b324b49155ff5611097798749d09a
BLAKE2b-256 6bd809f920fc980f521c7bdd712c0bd8624471da19f0c2e7b9b5fe0b6991dc1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-macosx_11_0_arm64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9262509a8fe27e29ed5cdab0b75f89f97ec2cc4ac7fde9f553cc97363d592f8b
MD5 55cf3078292bac71a16526f3f70efc9c
BLAKE2b-256 aec3e0c3321a6b193303fa8604aec6d96b8ed7d4e42dcb2cd20cd5188044f296

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-macosx_10_9_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphonesimulator.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphonesimulator.whl
Algorithm Hash digest
SHA256 4216ccf5c2c1a455a67a43e6b28cca5fe39e5bc9d878299caae7f4d4ee6e3e6f
MD5 d797024abc4e13ea29123258631348fe
BLAKE2b-256 ba9b6cf70ddc4bacf008cdecb26663dc8306f73853dd9f3865ea5ee7036dae2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphonesimulator.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphoneos.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphoneos.whl
Algorithm Hash digest
SHA256 0f07f11a98950e3b301be6c54c50080f308f7c1b7c08de473497845215342bd0
MD5 ea0ff7d135dfe0b52eb00ca074eba908
BLAKE2b-256 f47e859f4b660d7affa2c2b6299e4a7e3112066e5381d7d38367c11b42a519fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-ios_13_0_arm64_iphoneos.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-android_21_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-android_21_x86_64.whl
Algorithm Hash digest
SHA256 21e9433741441fe325788c86da276d98ec0ef80d8760cce703eed673eb7a00fa
MD5 4d3cc1c616213734be86e41887614d5c
BLAKE2b-256 7dff55f64cc0a412c643e4bed49a0a2cf19a26823bd966c18e5d6a78d90d0278

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-android_21_x86_64.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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

File details

Details for the file rabbitizer-1.16.1-cp34-abi3-android_21_arm64_v8a.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.1-cp34-abi3-android_21_arm64_v8a.whl
Algorithm Hash digest
SHA256 2b3500f895bde559db342ba4935e410c1013fb7782f8f69f7bed7de7869368c4
MD5 58aac71e19611e507aa59bb950ba2352
BLAKE2b-256 451b9604e80cc1c450212e741546d71927162d80f3a74816181c3710c158b4f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.1-cp34-abi3-android_21_arm64_v8a.whl:

Publisher: pypi_upload.yml on Decompollaborate/rabbitizer

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