Skip to main content

A faster fork of hexbytes: Python `bytes` subclass that decodes hex, with a readable console output. Implemented in C.

Project description

I forked hexbytes and compiled it to C. It does the same stuff, now faster

PyPI Monthly Downloads Codspeed.io Status

This fork will be kept up-to-date with hexbytes. I will pull updates as they are released and push new faster-hexbytes releases to PyPI.
faster_hexbytes.HexBytes inherits from hexbytes.HexBytes, so porting to faster-hexbytes does not require you to update any isinstance or issubclass checks. All such checks in your codebase, and in any dependencies, will continue to work as they did when originaly implemented.
We benchmark faster-hexbytes against the original hexbytes for your convenience. See results.
You can find the compiled C code and header files in the build directory.
You may also be interested in: faster-web3.py, faster-eth-abi, and faster-eth-utils
The original hexbytes readme is below:

HexBytes

Join the conversation on Discord Build Status PyPI version Python versions Docs build

Python bytes subclass that decodes hex, with a readable console output

Read the documentation.

View the change log.

Installation

python -m pip install hexbytes

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

faster_hexbytes-1.3.7.tar.gz (13.4 kB view details)

Uploaded Source

Built Distributions

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

faster_hexbytes-1.3.7-cp314-cp314t-win_amd64.whl (56.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

faster_hexbytes-1.3.7-cp314-cp314t-win32.whl (52.1 kB view details)

Uploaded CPython 3.14tWindows x86

faster_hexbytes-1.3.7-cp314-cp314t-musllinux_1_2_x86_64.whl (164.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.7-cp314-cp314t-musllinux_1_2_i686.whl (170.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

faster_hexbytes-1.3.7-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (162.0 kB view details)

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

faster_hexbytes-1.3.7-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (166.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

faster_hexbytes-1.3.7-cp314-cp314t-macosx_11_0_arm64.whl (85.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

faster_hexbytes-1.3.7-cp314-cp314-win_amd64.whl (52.0 kB view details)

Uploaded CPython 3.14Windows x86-64

faster_hexbytes-1.3.7-cp314-cp314-win32.whl (48.3 kB view details)

Uploaded CPython 3.14Windows x86

faster_hexbytes-1.3.7-cp314-cp314-musllinux_1_2_x86_64.whl (146.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.7-cp314-cp314-musllinux_1_2_i686.whl (152.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

faster_hexbytes-1.3.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (146.3 kB view details)

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

faster_hexbytes-1.3.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (151.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

faster_hexbytes-1.3.7-cp314-cp314-macosx_11_0_arm64.whl (80.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

faster_hexbytes-1.3.7-cp313-cp313-win_amd64.whl (52.3 kB view details)

Uploaded CPython 3.13Windows x86-64

faster_hexbytes-1.3.7-cp313-cp313-win32.whl (48.2 kB view details)

Uploaded CPython 3.13Windows x86

faster_hexbytes-1.3.7-cp313-cp313-musllinux_1_2_x86_64.whl (147.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.7-cp313-cp313-musllinux_1_2_i686.whl (153.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

faster_hexbytes-1.3.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (147.4 kB view details)

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

faster_hexbytes-1.3.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (152.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

faster_hexbytes-1.3.7-cp313-cp313-macosx_11_0_arm64.whl (80.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

faster_hexbytes-1.3.7-cp312-cp312-win_amd64.whl (52.3 kB view details)

Uploaded CPython 3.12Windows x86-64

faster_hexbytes-1.3.7-cp312-cp312-win32.whl (48.1 kB view details)

Uploaded CPython 3.12Windows x86

faster_hexbytes-1.3.7-cp312-cp312-musllinux_1_2_x86_64.whl (149.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.7-cp312-cp312-musllinux_1_2_i686.whl (156.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

faster_hexbytes-1.3.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (149.3 kB view details)

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

faster_hexbytes-1.3.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (154.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

faster_hexbytes-1.3.7-cp312-cp312-macosx_11_0_arm64.whl (80.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

faster_hexbytes-1.3.7-cp311-cp311-win_amd64.whl (52.2 kB view details)

Uploaded CPython 3.11Windows x86-64

faster_hexbytes-1.3.7-cp311-cp311-win32.whl (47.6 kB view details)

Uploaded CPython 3.11Windows x86

faster_hexbytes-1.3.7-cp311-cp311-musllinux_1_2_x86_64.whl (145.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.7-cp311-cp311-musllinux_1_2_i686.whl (149.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

faster_hexbytes-1.3.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (145.6 kB view details)

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

faster_hexbytes-1.3.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (148.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

faster_hexbytes-1.3.7-cp311-cp311-macosx_11_0_arm64.whl (79.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

faster_hexbytes-1.3.7-cp310-cp310-win_amd64.whl (52.4 kB view details)

Uploaded CPython 3.10Windows x86-64

faster_hexbytes-1.3.7-cp310-cp310-win32.whl (47.6 kB view details)

Uploaded CPython 3.10Windows x86

faster_hexbytes-1.3.7-cp310-cp310-musllinux_1_2_x86_64.whl (145.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.7-cp310-cp310-musllinux_1_2_i686.whl (150.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

faster_hexbytes-1.3.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (145.0 kB view details)

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

faster_hexbytes-1.3.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (148.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

faster_hexbytes-1.3.7-cp310-cp310-macosx_11_0_arm64.whl (81.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file faster_hexbytes-1.3.7.tar.gz.

File metadata

  • Download URL: faster_hexbytes-1.3.7.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for faster_hexbytes-1.3.7.tar.gz
Algorithm Hash digest
SHA256 6af97838db5d746c01902432485d5449040218fb1ec5d503430eec02612c93b8
MD5 647d1bc23ff254e5d204098ae586838a
BLAKE2b-256 ab8ba114d3ac0815d53e6243972c3ae3fcfff395293e34bac0c09722d9931942

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6bfa7c56c812c81eca80ebe6bc85d9873f16d80c18995964d0a6e56fa56d389b
MD5 a64ed3c413c6e9567103d2f337be52df
BLAKE2b-256 f3477002b663565ee46ec2eab887d8a18d6a7f0c54fac9d36ac087ce6163fb79

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8435c1f5cf7c5864d0f27c796666abb2ee16b4030c5084490c7224ea62d86cd5
MD5 0aa7dccebd823d1264c5ad5a5400f351
BLAKE2b-256 7d12f4805bf289c67c02d591efb6b1c2683fde420ff5c5d86e98ed0a2a0696bd

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0506752f5e55487280dbb344b61bd9788b2b394615d45d0f09370cf278def67
MD5 9515da43097ebc16cbc4d7ed0057a0b6
BLAKE2b-256 4c0958103dbb08e42ecca68e7e31f463ecb813b7cb135053cd1208d1d95ff365

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 457d0c51c390fb3a4f0cf8ad7a0508fc83c4682d4e33dd6ab71b3dfc601aca83
MD5 cfd8315170535deeda2b574a636ed69b
BLAKE2b-256 5dd82e29df44df5a82967a731bf9c8bd17e6ffff31e18d30d0d748195beb8099

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8267716e685e7460081eebf954e98af30a2ad24811769489b15995bc32386c5f
MD5 2622d37a8f46d54a2abf612e4b175fec
BLAKE2b-256 e30dd0913c76d426732b0ae65aa6a9aafba03bd1ebce3fbd33f9beb3e225376e

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 7687079fdb65fc3dbb0155bb84092e9cdf9edccd9e2faf87f9ad122947a46442
MD5 5ae880a7586f9be3675eb5bb0f8529f2
BLAKE2b-256 9214a34d07c5a4bf8632b927b419ca9c384e52260b80ee3490b2c1fe04804fd1

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50df674a2de399d1f1aa76f4c2bb9da97499a5d97c5f7072aad8b45cea436191
MD5 dfe9a1c3d2d147727954f7b35204a2a3
BLAKE2b-256 7c9408245d23084b5a81b22a3a1c68b40fd001b1425f1d14449a31a64fbd1cb0

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ddd0ab1ab4de50abd0748c0db089c9fde2e94f0c120675a743e4526ba5b434e3
MD5 394ebc02c43b7fa82c34db9d6fec37f8
BLAKE2b-256 ca2e44396751c24df086b95c183f5b411ea58a632a6156ae49a03af48bead7b0

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bd798c19d10e8cfeec09396781d7dd55ee66faf40e3e396e8e6738fcd0b3379f
MD5 9153a8ce1d0902084bb4606508a68912
BLAKE2b-256 2ccd7192f1b543927b218540fb22e5a7feb387a4594201a755eb3a5f316d9814

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb77fc2987963d44e64738838b4119bef0ded2cf1fd1f2e625539458adf2098d
MD5 35b11d11a0de447e71600954465de55c
BLAKE2b-256 1722c6c223a79339c3c66392211631586222b75bf7622b323735561019a39c81

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 961149ecbde03175974b9d27c353fc5dfc9dd125231be101f5a948eea5fd8319
MD5 1e485b2287190c6ee4cef2be6a68fe66
BLAKE2b-256 ff14ce72f3df68efdea0a0bd25f3253b31a14abf6e68daa032811bc679f7c18e

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef530fba2e110f8b616889c19a3ec3d6eedf39b1d10a8adcc5b8b9120c42e6f3
MD5 64901b585f4779e877f5eb03ed95bb3c
BLAKE2b-256 7a9421ae81c417550bca54129cc4f295a5f5063d2b71240d91240e4129df2e86

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 37d767b4b0e58a0bd68a9aa98503f6d29252a3b0ef0a1d6097302c180412de6f
MD5 4793fef40266cd17fbbb4678d09ed188
BLAKE2b-256 16e615572495587a9d6d32c09d7b17905dde755e43a5d95026fa87eabd7645b2

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5527e772c10a8455a56ca17c6fd00dde28eff0dd344fbad7b54c4c02e1b215ee
MD5 08d639fdc7b578e2461696314d45af4c
BLAKE2b-256 02417e93c991a61febb26ffac227e64e4afea9bd163aa171385bd0c9f7cb8e11

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7588087b350aae40bf161b7e4c0e8fc04bf95e8ab4a6b036ea7e6ad2aec36cff
MD5 e11642aff57374f6122ebb6a8af0b13b
BLAKE2b-256 16ac145629d90a58798bb2829d0e80d2b1b76f10cb9a4635342aa92094b69419

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b0b7e34672904cb58d1e886dcf934141de184d2596f9266be4c03b2d6825a2d0
MD5 a3b061d6ee4eedfc7197ee8ee4ed1843
BLAKE2b-256 8af5b5d273bd989086ed052ca9f651499aab8c91d24d9f41c8837ffb458e4114

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7d7d87b05e64b27dc0625cef8452ab2acbd659e8ab16d4f5808ab0cc2cb642a
MD5 c88c5f8ab9078de800fed18599541d3f
BLAKE2b-256 2d11e0795b14940b1625208960ed5d86dd8eae4057e97ff743de934407d1508e

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25192b810fdb1782d8a004cc14af728480f8d28be66b5c11829520b84f5530d3
MD5 35d30910e37721efc8e82c5b9b24609e
BLAKE2b-256 d9c7fceb8400d3d324ae2ae82befc0b329da7dba0f9c4cfd56bb678112c4e589

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 edfdd59e05dcdaafd1da1dfd112b178a6187f042116643064356825e68f0d573
MD5 97f0d52bf3ce4c9e0e8a146d3ff4e895
BLAKE2b-256 82baa2cc7bb7a5814216268289d7ddce822d197c338af2ddcdadb5ca5f84c1eb

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ca93d2d2adb0b6bb27a44b3c90e47f6512ceeaf011610a97af989c9a655bd0c4
MD5 1e7255bacef9b1adb4358925c72cc164
BLAKE2b-256 302459844ee5ce772ea8a964e350c51d79883d3e3d27ac8be3b8367c6e044af3

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 608735685caaad3854b04d4cb71fea3ae1fac517a3f61792043f11c68d76458f
MD5 8727e6d6b91b4e9a4202825821180ecf
BLAKE2b-256 71943ab72d752fca4816ec8de25b12bf81b035c30cac3d854fc0c3c359102dfb

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f18a4063f64394590dbe31462b6b4722773f67bf6c2858f3c7f714bc586ed5e6
MD5 b132f20746c077390ea18c34bec0a270
BLAKE2b-256 b4518e294291ea0f34c8d8218f8886eabc5efbea1a479597668f411577514be3

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7c6ec0f8cabbbdc5bd85506ade9723a1638a41f27b19d8c650f8cdd3f2e12a4e
MD5 371078cd40c97a2911f8ccb65c767cdd
BLAKE2b-256 112cde02bb1851a681c2ea50fcaa3f63ada62474cd66a474eab49b10e9b54cc6

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0cfa746f68431107898d3dec2bd108788152b06de53315a460bfa5bc29af725d
MD5 ad1397291a3aaa6826845f9258f2ee82
BLAKE2b-256 5748c58aa74e2b36b65fc1c3590c0d9c57f5e9a352caccbc4cfc6b98588bd895

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1678c62ae1db6465ff11fece63b44412b9a9bdefccaa7f9270bc48379e43179c
MD5 356c9be458e301db229e416f5bf5074e
BLAKE2b-256 1303436e5b1347d8beb42981439d3e5adc125c40a76ec607364ea881876fe0e2

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03f641b57c3f032cef73c5d8786ca3dd6688a37761fb0e10ddd9c81fe799ba97
MD5 48f4e4a6c83a26d3d9ab69fd96ae270e
BLAKE2b-256 8ee51528efaad35ff7e4d4b6807f72dd5e73963392e80f092c95a7e3f2e28048

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 d25c2294fb9dac5a4c00a64a9566f7af7ea44f057745d927811ee25c5c772fc6
MD5 151828614ff81b4480e0ed501c69b27f
BLAKE2b-256 51fd3104661dfaf541ac1ec3b856b6d90c82abec38f3e8168e01522860f5bcc5

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e532595e502f854d28b1887f3a5436c8021818e000b41e10d4ed72bdce0d0bc9
MD5 4fe10adeb03fc505b59d312bf919ba80
BLAKE2b-256 2899eb23907cdc0326505ebd1b2c0927c5c1b93448c0a3eedb4cce7308cb5836

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 702d985b0f854f8d45616de9dfdd5c19b2cb6a3a707ee4729f1cbeb4cda69f41
MD5 c63ad15b4f826b02c27833f2fea34f1a
BLAKE2b-256 025efd72f5a218b9392a6194c8e1ecf1c3ece60ca4b7dfcdc35f429079172595

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f1c6ac406b7e0feb7e3c1cb320fd5b9fd4f1b2e8f4a1f694ebc0977adf6a54ee
MD5 f0e1cf2e003f2916714dde1a75c11de3
BLAKE2b-256 c5c4b126807dbd470afe1142f10a7804ed27cfa8c4fb85087448592defa7ece9

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98fc0a1a9f2ceafe7b1011bd010c7cb82bb923e5fe78682f0f453b5a6df8c795
MD5 8c47e861ef899890c7b314de81fdbe12
BLAKE2b-256 85779aa8e9f7cd75bc279451f74c52aae41597e28a10928e7dee38ac5297f964

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 987d605de7dfe80a3842a40d46011e622a5d514366a890aff9712cb56914f303
MD5 49380d767bfc6daa46fb65db855fcc72
BLAKE2b-256 cea661f5bde7313f858119ff4c4f7a79f7aa2cf832e8e8c3e0e40445c2e607c0

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26ce4bc1fa0de8a16af58c9217993900d85c8ce7f63ec261b31fa55546f462bd
MD5 accc96c260509948af5d08a53550c9f0
BLAKE2b-256 045dad65c248a36955de07331b4f683e3ad0bc51ae4cb8b46bbb1353c0b894a2

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 6fb8f468c8027fa14e96199f62af59a204ea0526e2223a2a9e38630768fd597d
MD5 2849162053069d83a42cbedc24dd9404
BLAKE2b-256 6f17fd4793b36553393c6fb3d0bc327d2bf93c204f4b3d96e40159fa11e089d1

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 386ce3587d03b7cde7b8b65ee913e2ef3bc407786eaffb53a441909cc3fe38c6
MD5 0d60132254e742274ecaf6721e67e34d
BLAKE2b-256 175c20b24bbe91bc09ec567b45bdc46c7bfff4dcfa9fff71dcdf447b02d6b448

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0a7806a0bdb7b99fe00b146c9c40f4b1b148cd0837850f26803281ec3c01f4d9
MD5 1b7ce056497b3b241d1947ed6b6c928a
BLAKE2b-256 699625726cd61c91f25cd6a1e7e9d567706054eefcdcf413b16e3507359fcb29

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 804f8bae964ea257329f1d0caf4fd72457542fe07c4e806d4edb214fe0878297
MD5 0a987b728d77b33f4fd625bc23dceab1
BLAKE2b-256 fc7dda01aa9aace5e13ddcc977a7eeb3a9ffa9054da88a8f1f78084cf668c2f7

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a77a603a960e030f72ab10a9da52cbdd8b51c235fd780b44030de124278b94c
MD5 87ff26d286d60b00383abd9ff39c821b
BLAKE2b-256 46478f6eca44da287c714cf397ac364f179cf93e5f4883dc69b05fe1c491a195

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c51b9655580695f518af1877e51bead42ec6c2a4f3158727d38bc4608f1faeff
MD5 f31afacd50b38048ff97f78d46fc538e
BLAKE2b-256 8dbd3b12ac26925d4343d72d8d27636272ec86a899eafed7df4c796899bb1cc9

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e335ba90ba1b8c067048a88a1b2e864572d081567ca539bde25a698be6eabeb
MD5 9f1644d68f7fdec9b180b0adafbcf178
BLAKE2b-256 890ed6b58b33ca3100f08f4c0b46b0baeb9ecf07a9dd895de9c31482436de60b

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 75f54800e3021c30317e85d801bb384b21aaa8afe58781ba4abfbf9b3f1aca14
MD5 7a712d2f3f638ccf4b83f321bf06ac83
BLAKE2b-256 d40b26a101a957058ac4054b82c7385a2838a73fb025a710cfd93acd993c1dc3

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d00330ae760d2c523bcd3433c5723b2ed5c046a13999153d1373b9577cf1725c
MD5 cb8f09a2ae65f4346250e5e90912f990
BLAKE2b-256 dd158fdc78d7260cd93def2178ef33af62877abed3a7fd0348463b2de4ed28ff

See more details on using hashes here.

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