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.0.tar.gz (179.6 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.0-pp311-pypy311_pp73-win_amd64.whl (125.5 kB view details)

Uploaded PyPyWindows x86-64

rabbitizer-1.16.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (432.6 kB view details)

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

rabbitizer-1.16.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (428.8 kB view details)

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

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

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (143.1 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded PyPyWindows x86-64

rabbitizer-1.16.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (432.4 kB view details)

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

rabbitizer-1.16.0-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (428.5 kB view details)

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

rabbitizer-1.16.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (144.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (143.1 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

rabbitizer-1.16.0-pp39-pypy39_pp73-win_amd64.whl (125.6 kB view details)

Uploaded PyPyWindows x86-64

rabbitizer-1.16.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (431.8 kB view details)

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

rabbitizer-1.16.0-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (427.9 kB view details)

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

rabbitizer-1.16.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (144.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (143.1 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded PyPyWindows x86-64

rabbitizer-1.16.0-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (426.4 kB view details)

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

rabbitizer-1.16.0-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (423.5 kB view details)

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

rabbitizer-1.16.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (143.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rabbitizer-1.16.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (142.9 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

rabbitizer-1.16.0-cp314-cp314t-win_arm64.whl (122.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

rabbitizer-1.16.0-cp314-cp314t-win_amd64.whl (128.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

rabbitizer-1.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl (395.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rabbitizer-1.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl (396.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

rabbitizer-1.16.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (442.1 kB view details)

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

rabbitizer-1.16.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (439.8 kB view details)

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

rabbitizer-1.16.0-cp34-abi3-win_arm64.whl (119.1 kB view details)

Uploaded CPython 3.4+Windows ARM64

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

Uploaded CPython 3.4+Windows x86-64

rabbitizer-1.16.0-cp34-abi3-win32.whl (121.5 kB view details)

Uploaded CPython 3.4+Windows x86

rabbitizer-1.16.0-cp34-abi3-musllinux_1_2_x86_64.whl (370.3 kB view details)

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

rabbitizer-1.16.0-cp34-abi3-musllinux_1_2_aarch64.whl (371.7 kB view details)

Uploaded CPython 3.4+musllinux: musl 1.2+ ARM64

rabbitizer-1.16.0-cp34-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (421.2 kB view details)

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

rabbitizer-1.16.0-cp34-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (418.3 kB view details)

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

rabbitizer-1.16.0-cp34-abi3-macosx_11_0_arm64.whl (145.0 kB view details)

Uploaded CPython 3.4+macOS 11.0+ ARM64

rabbitizer-1.16.0-cp34-abi3-macosx_10_9_x86_64.whl (144.4 kB view details)

Uploaded CPython 3.4+macOS 10.9+ x86-64

rabbitizer-1.16.0-cp34-abi3-ios_13_0_arm64_iphonesimulator.whl (144.6 kB view details)

Uploaded CPython 3.4+iOS 13.0+ ARM64 Simulator

rabbitizer-1.16.0-cp34-abi3-ios_13_0_arm64_iphoneos.whl (140.4 kB view details)

Uploaded CPython 3.4+iOS 13.0+ ARM64 Device

rabbitizer-1.16.0-cp34-abi3-android_21_x86_64.whl (416.8 kB view details)

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

rabbitizer-1.16.0-cp34-abi3-android_21_arm64_v8a.whl (411.2 kB view details)

Uploaded Android API level 21+ ARM64 v8aCPython 3.4+

File details

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

File metadata

  • Download URL: rabbitizer-1.16.0.tar.gz
  • Upload date:
  • Size: 179.6 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.0.tar.gz
Algorithm Hash digest
SHA256 5696455ed51264ba71c8c9619e1b770c38617e58d9911b8b3eb552848a9d6396
MD5 6ade6ee5256786e52efce5e7450d2158
BLAKE2b-256 172b2ab81895f2ef88f8ea7f07374ba2bac44d8d1f15602b6f1081879274e744

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0.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.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a73f77b2ea135d3d9be782f4562147d389ddbd1f053c004b8422e966fa2e2041
MD5 169630abc01ead220aabc798c32ce4f0
BLAKE2b-256 a2597bdeec457e2828a12630484e0f3ee95d80cc114364060f52a590082fc07a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 191f846721b29daffbc6f5aadd6f925f8979b17ab9788e9a753e66caab377b0f
MD5 f061e813b3225c49f88f84259467938e
BLAKE2b-256 c6c028f1d7970e3faa729fa652347f5d0b0f2e95fdc4306ef3d9f10a2565d2fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-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.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fc8130853e8efebd26ac305faefb1d7a7df9c0b48c485521844b605b0fac7253
MD5 f3b1b41c49bfd818ee6f6c256ffbd88f
BLAKE2b-256 bf3324e00bab08837847f96a34a10fe737fc538d833c9a3573362474a0d718f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff8d57c9b367ac8bddeb6642b8e58140b75163703b2a9c68e9c6221082126f4e
MD5 9bdb2fffc6155deac356f76eea6b041c
BLAKE2b-256 d5fb75261e3e8b154ec2674540d88285153cb4b71d012d7640eca01626b46729

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 64ca4715cbb17141a580856e4a0d64049290442f3499f951c8c438b32e0cf406
MD5 43b12f15512f6a92f5f04d9bfe8c8171
BLAKE2b-256 69ff93e855c1353b15defa570bcab24d797adab67982831f19f55e2cd9938f79

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c156c167c3c2698b5f944250317e8b1c4db9ea64843dde43c7c5a7ad04a53099
MD5 0b5607d82cc2dde20604637bf5667cbe
BLAKE2b-256 62bdfcd5bd942759b1b20185618225b41255c838a89693ec76e6dc5b6df404a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d61eab69f359baa664ddc941c454e62a64d08e00213459b914a34b024f5455d
MD5 eb4e58b3a19c08025b1f639af4b903d3
BLAKE2b-256 13ee3819db204be23da6f41983283348b8fa56147f205caa3c8edc993aaae5fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-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.0-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 33adbeedcad78d20c6b2c66409a5f2398a19adf864c035a6927ca1541eb04cd6
MD5 c0baa5abc6ccebcfed89a564cdcda3f9
BLAKE2b-256 db4e7e836b59502e74e33e8f8688285a9a013962ec225537931f705e55d2e4a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70e5c066333d22dd09b2ec9f16c34eb6659adf517551b03aea51763336b5b548
MD5 927e8c315a627dfff8ef24bd123b2254
BLAKE2b-256 d695fad1a975d2ab8dcaa3be07945390f0a3f31800dc7e85500d2fe275eb7fd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ed0ba55be50275ecafc0bb1df1b91573d643f5b00c8153b1bcc0fa54b67f555d
MD5 d4717d0a60e1f95895cbe85e9c24eb81
BLAKE2b-256 d7158a5fcd1f2942be82410580e308a0011dc074a15198b494436ff7bd30598f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cecbc2edb5e8040759bc9f98b628f11cd61d27394556b0b764df5d160484d966
MD5 c1f648852279111ace57a76ba187410b
BLAKE2b-256 b7900f5eef41bd548871892740b030c349938e21516eb6b6821693324bab2729

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b64270764a3674dee79b8a6965433792ed02d6c0ba86062f867b78ab5e9d8601
MD5 fa70e3237d84d002df598509cdee7660
BLAKE2b-256 65e7d15f240a7b34aab91e54323ebf83b61bc94718c42e48fafd21255cda779b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-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.0-pp39-pypy39_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f7f9cc7595864f192c95b0312e0df14264faddfaec9ee09c5e6ae1a8578f3ca0
MD5 cafde7ae0b49c370f24eceb2c186c197
BLAKE2b-256 6434160cc11623a347fbe2bc475d0cbafdad75d3c2092bde0470fb8d53f3122a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e12d0a5154a83aabcf6183b2752a3bd5d07fa046952e95773bbb57e49a1a9b72
MD5 2312d1a650123798807c8466507955f1
BLAKE2b-256 f3fb9f171c3d031e2a031bec411858bac221e3e730222d0d72e388cb820627e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7a2b53a206a23c668ac0ee189aa43f1d3689d4c66d4871fcd77d8672ce9888c6
MD5 6ea030093a37cb528e016abf8fa784e2
BLAKE2b-256 c8c2e216baa627dd0e689c5cc6d4ad94ef270010957bcb04bb2477dd77573229

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 00acbfd20145bb3e534878b028d9b82fda2a26744eb6330748f7fdb6e081d1f4
MD5 9482abcf7cb8734cf457032314210583
BLAKE2b-256 181c5a01e9ee360ed267c3a0833d9a67da8bcb70000cffcf7759e532fa108d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp38-pypy38_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef5049cbfc40336f30099d27f78913f6b1413a04732d435037d71316baf78d28
MD5 da489679d9c7f6e89c81c7e428f58bfd
BLAKE2b-256 9ec28040b503158cbe724bc6bd43f531906dcbd887a521e054628cfbe53f0947

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-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.0-pp38-pypy38_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 17053cf3a5d615959d1cffa9baabd1d45260294bc965de54caa50c7ec6522f93
MD5 3150b1ea4a699ab476f0ead277e2676a
BLAKE2b-256 07c7e4f43d38f4e3724c1294d03834ba663063d8f5609b1a7d0453dae95c3670

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d76016d2624b410ffdc4a14495ca459a661ab8990a8f568b796c289d4f0050b2
MD5 254e65b9231f4fd84a424df6ebdfb090
BLAKE2b-256 65e721b07db1437ade8379cc7865817d66d1797a54ffeafced813b53a98fc922

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e48af65f8dfeeacf4ad78d9588a8a6a2614c2ace7c21bef71a8079ba50a01730
MD5 f66a09a055839582551220a908599129
BLAKE2b-256 ef03206d51b714ce73a718384be8218b52e7a1cecd3be609ad065f88204188c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 22a8d46701b93ca14f59f3f03254a852ee733e394e722b533e3b798844b179c7
MD5 dadf08a16cd887ac3ef27939192a9cb7
BLAKE2b-256 565de01f3ba242283fb715d5314d5b56dbcc97600586d5e9a4fddb889c1c3ef6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ab1c681f54dc02cb115ebdf3ba332208c027b5d1fe2a486f474f16a3e227143f
MD5 356e979e6dfb3845db2285db6b4e39ca
BLAKE2b-256 534ad95b33d61aaac24a8a5e7692db2d529dbb5740763ce23009801cf07eb54b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: rabbitizer-1.16.0-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.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c7102cacd320efd54f2d4a975330a553a846c65b3b95b2f735176c3229921633
MD5 974fa95e8b5ebcdcfbda766f0b738ac0
BLAKE2b-256 369afb5881ceff79588626e22abe028fc2266a6b56fcb566a73c3493997b39b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f33175da43f60adfb6499ef78ac3be633385c86b4ca6106208dbc12ca86027b
MD5 03d6ef95a63f2317c291e67b9de50e54
BLAKE2b-256 3497be427285ef317b8835b8faa24bb666bd56c945fc76714d9c4e7d8957db3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2fa8101c5074b5046a0cd5b0588582605517507f6b0f0b96793590a4c45a0733
MD5 0da950e58a859be01d7476a965ad6ed4
BLAKE2b-256 e23fb85d7b66feedd92228e5d6b61669d79b30ddb908e14cd5345fc453baf050

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a02c5e4ddf805d6a644957448ee17f83668685fc6b48b44b521ddc45802cb54e
MD5 fd928625bf3639836a8cf74c1804c4af
BLAKE2b-256 1482e9f99c634fec44b9a98ce158760be0eac1c09d64bf1c181b8a8e9b12b4e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-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.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 30ee86426127768c783efec8c7522b36f6747975b9a0d9a58c201ecff98da834
MD5 efe205c7440be34bf0a1ab3fd1499c10
BLAKE2b-256 e8105845f416e33a038521b93e2a82b048211569c42b88a9b007ce35bc4daf08

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4de9a99ea6cd405eebc94b137376f5d303edd13b469d95723ee95ec9134e87f
MD5 4a760f981f07e09d3aca6ccb0c098052
BLAKE2b-256 0e408dd981ec14f9e4d47728ee2ac899047f154885b9d77e284d20eef13d3890

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a998439a4db4e5d8b73f889f5d9e4dc1d699e6219e6a6b9183873afb65e8436
MD5 818ced524ffbcca910c24a25bd5c9e0e
BLAKE2b-256 0eac29210d28e2ea07573b7be80a36c68460b4e2644bec64de4ef6f141bd45a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-win_arm64.whl.

File metadata

  • Download URL: rabbitizer-1.16.0-cp34-abi3-win_arm64.whl
  • Upload date:
  • Size: 119.1 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.0-cp34-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 4e23471ad4852fa109c5c7fda80e1d319db9e6927a6765a2f621ca33b712e428
MD5 dcd8eff519ab9394cd80663da79da40f
BLAKE2b-256 34c1fd9f324b84a39cdbd0ca3987a7134b2f6f80bc379306367b2ac1924a72c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-win_amd64.whl.

File metadata

  • Download URL: rabbitizer-1.16.0-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.0-cp34-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 1dbe70fc588b1844e4570918830d1c32e5d5193e8165cf8cc25c6f5d22a92b2d
MD5 d49f26b7b4e37a201edef290a4052e93
BLAKE2b-256 55a3925fe987a9b2e13c245b77cde5033c620fa0d49a2d729d3f34333e25bf55

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-win32.whl.

File metadata

  • Download URL: rabbitizer-1.16.0-cp34-abi3-win32.whl
  • Upload date:
  • Size: 121.5 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.0-cp34-abi3-win32.whl
Algorithm Hash digest
SHA256 3b796cca8f0c925e7823f3f3e0ea95e33f3c51e03fd8904a285310eb318a61ca
MD5 d5d614fce45bd430efdc85e421329c58
BLAKE2b-256 3866aa88a1ecab03e20b03650c38eb83533877dfe2816b0ffde04cb25d9a8485

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9bb29b944160814afa40979187a0ef0c39b886edd8086ab5091291b3dd98430
MD5 add2d8214f506c3b1e1fb31eb0fff8cb
BLAKE2b-256 32c167ff89640e8805d7dace33ac903a9c0b1f720d0addb8b18f7c4bc488d810

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ffebc1782dc07039e5426c25c84a20edfef20a73398f9e8180a4effa7702d73
MD5 561cbb124e342f408ffca51d3fd41184
BLAKE2b-256 2c48bfbcc02768196ec561aeaee4a5dffaeb96e9ab8cd5be3afc8f960c655026

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed4d2743522109dcbc027cc5254d431f9f189001dec88048ca04d1530f6aa80b
MD5 cad091a258da0e71f993efb0ad7e566b
BLAKE2b-256 24af10ab8ed5b6e968f44258b8265cfa7dee02862218fc54c428af2839a87802

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-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.0-cp34-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 491bbfdf5410a85107924811465608978308d1c698f7b0cc9bb8981ce3e1dca1
MD5 d051588aff6d5fa205fc305cc09905a4
BLAKE2b-256 c0983c3f2a102b143ec8433f4a2f7885b97fda97564feabbed9378546c0d58c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23f59dd5ce269732557d692cefa4cfe8b465ed70d5ac8b7bb46145c40c2b33c0
MD5 d3c5852a70ee5a24ef621760b944e9f9
BLAKE2b-256 b4fba66824f231de8bd620ca22c31bd535bf4f3237c5d634debc6b2175f7d81f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6d570f056f5606af74822c727376c42d29ddf7c592ec2d282b99e1109c68b2a
MD5 c98484e054e2dc2c726705f16067f60a
BLAKE2b-256 c7f8a3a89cba9cc62c2b734547e79b3b0ed674da2e99552c1137c95d2dcb17df

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-ios_13_0_arm64_iphonesimulator.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-ios_13_0_arm64_iphonesimulator.whl
Algorithm Hash digest
SHA256 e656bcbae06c09856e99a8327e2e984d11ac559ebeaca6193e196ef48a72b21f
MD5 16681156ce2ecf26dea25eec431062be
BLAKE2b-256 11b88fe9d796956a0e3f8fd19c8d68eeb0630dedf01b9efac84dd311de82cb13

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-ios_13_0_arm64_iphoneos.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-ios_13_0_arm64_iphoneos.whl
Algorithm Hash digest
SHA256 72184bc8466d37df19ec6de1f3ec3b1360a727838ed6f002fb7e7d69739ecb37
MD5 a190706089ee866f122747c8d9d1cd06
BLAKE2b-256 ea1d76693812ca6ba1fadfbb89c32ff40972ec6ce798e36c30a4c8f1a1914566

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-android_21_x86_64.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-android_21_x86_64.whl
Algorithm Hash digest
SHA256 8e5c5536e21d2009aa52b40f96fab0bbcafce5d7ab48c03af5a9cfccc33ae265
MD5 6294992526e7a7329977d27d2534d99c
BLAKE2b-256 69e2d4a7169b31c9168c05f637ab77aaea55ff7ade2df10674006bb03a090446

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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.0-cp34-abi3-android_21_arm64_v8a.whl.

File metadata

File hashes

Hashes for rabbitizer-1.16.0-cp34-abi3-android_21_arm64_v8a.whl
Algorithm Hash digest
SHA256 76c7f269bdd52cd6d26f9f8908fe92df03e2271023cb787c64c5e53e93e53a6c
MD5 702a60c2a675110d36a6daab1f731b33
BLAKE2b-256 b25717a0153c72f7080b8be9360080240c8732550249ac2610a0ab574b220bee

See more details on using hashes here.

Provenance

The following attestation bundles were made for rabbitizer-1.16.0-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