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.8.tar.gz (14.0 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.8-cp314-cp314t-win_amd64.whl (57.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

faster_hexbytes-1.3.8-cp314-cp314t-win32.whl (53.1 kB view details)

Uploaded CPython 3.14tWindows x86

faster_hexbytes-1.3.8-cp314-cp314t-musllinux_1_2_x86_64.whl (167.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.8-cp314-cp314t-musllinux_1_2_i686.whl (172.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

faster_hexbytes-1.3.8-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (165.2 kB view details)

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

faster_hexbytes-1.3.8-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (169.1 kB view details)

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

faster_hexbytes-1.3.8-cp314-cp314t-macosx_11_0_arm64.whl (86.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

faster_hexbytes-1.3.8-cp314-cp314-win_amd64.whl (53.7 kB view details)

Uploaded CPython 3.14Windows x86-64

faster_hexbytes-1.3.8-cp314-cp314-win32.whl (49.7 kB view details)

Uploaded CPython 3.14Windows x86

faster_hexbytes-1.3.8-cp314-cp314-musllinux_1_2_x86_64.whl (149.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.8-cp314-cp314-musllinux_1_2_i686.whl (155.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

faster_hexbytes-1.3.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (149.7 kB view details)

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

faster_hexbytes-1.3.8-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (154.4 kB view details)

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

faster_hexbytes-1.3.8-cp314-cp314-macosx_11_0_arm64.whl (82.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

faster_hexbytes-1.3.8-cp313-cp313-win_amd64.whl (53.7 kB view details)

Uploaded CPython 3.13Windows x86-64

faster_hexbytes-1.3.8-cp313-cp313-win32.whl (49.5 kB view details)

Uploaded CPython 3.13Windows x86

faster_hexbytes-1.3.8-cp313-cp313-musllinux_1_2_x86_64.whl (150.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.8-cp313-cp313-musllinux_1_2_i686.whl (157.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

faster_hexbytes-1.3.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (150.6 kB view details)

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

faster_hexbytes-1.3.8-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (155.7 kB view details)

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

faster_hexbytes-1.3.8-cp313-cp313-macosx_11_0_arm64.whl (81.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

faster_hexbytes-1.3.8-cp312-cp312-win_amd64.whl (53.7 kB view details)

Uploaded CPython 3.12Windows x86-64

faster_hexbytes-1.3.8-cp312-cp312-win32.whl (49.5 kB view details)

Uploaded CPython 3.12Windows x86

faster_hexbytes-1.3.8-cp312-cp312-musllinux_1_2_x86_64.whl (153.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.8-cp312-cp312-musllinux_1_2_i686.whl (160.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

faster_hexbytes-1.3.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (153.1 kB view details)

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

faster_hexbytes-1.3.8-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (158.7 kB view details)

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

faster_hexbytes-1.3.8-cp312-cp312-macosx_11_0_arm64.whl (82.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

faster_hexbytes-1.3.8-cp311-cp311-win_amd64.whl (53.7 kB view details)

Uploaded CPython 3.11Windows x86-64

faster_hexbytes-1.3.8-cp311-cp311-win32.whl (48.9 kB view details)

Uploaded CPython 3.11Windows x86

faster_hexbytes-1.3.8-cp311-cp311-musllinux_1_2_x86_64.whl (149.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.8-cp311-cp311-musllinux_1_2_i686.whl (153.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

faster_hexbytes-1.3.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (149.0 kB view details)

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

faster_hexbytes-1.3.8-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (152.1 kB view details)

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

faster_hexbytes-1.3.8-cp311-cp311-macosx_11_0_arm64.whl (81.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

faster_hexbytes-1.3.8-cp310-cp310-win_amd64.whl (54.0 kB view details)

Uploaded CPython 3.10Windows x86-64

faster_hexbytes-1.3.8-cp310-cp310-win32.whl (49.0 kB view details)

Uploaded CPython 3.10Windows x86

faster_hexbytes-1.3.8-cp310-cp310-musllinux_1_2_x86_64.whl (149.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.8-cp310-cp310-musllinux_1_2_i686.whl (153.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

faster_hexbytes-1.3.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (148.5 kB view details)

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

faster_hexbytes-1.3.8-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (152.5 kB view details)

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

faster_hexbytes-1.3.8-cp310-cp310-macosx_11_0_arm64.whl (82.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: faster_hexbytes-1.3.8.tar.gz
  • Upload date:
  • Size: 14.0 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.8.tar.gz
Algorithm Hash digest
SHA256 58728c5e5b57479234c6910f862c16ef8ca73b0535e6bdb4e560f11164c9e978
MD5 b20b9a2a63815b3265b092c6e9e04380
BLAKE2b-256 769c4d7ca77b26bc4cc32187a349d245424aba6b7e4634a44a455e2fe268e366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e6c80468fd61f23b60c87a60b66fba13a855ed2e662c217630c76fb5e26e226e
MD5 0e9c03680ab623754c3d0c880d618d12
BLAKE2b-256 33ff61ecadd21d2f8473c26dfe3d59171af01ee94b5ba1e3f897195ce87cb2d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ada0c3e707f860a0feb0ccac82ccab33c2dffcf9338a3112e7776d79dc9b3780
MD5 ddbd1f4731ddfa6ff7c4487b8ac41cc9
BLAKE2b-256 0084981b93756de672244800b04c48e0a434c9cde8e309dd0b4453179ce9b0bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c45da2f463cc1accd6e70311de3da29417a20214099d108c693cddc6ff7ffc86
MD5 f87739bd650efe052455e44549db8496
BLAKE2b-256 fa13ab6a698fd31b9641187d1f9c7f8151f766f52f00ac808c459eab061f713b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c59c5fec4df5bc15204f252aa8fe979af83a24d689e8b2f82792fc0060560a52
MD5 75c16681e4e92ea8e11d8d0ff3267974
BLAKE2b-256 6a1ca7ba2516619ac4879a9c5e0f9f05adff871697998fe7d7d4176cf3a2a583

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.8-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.8-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb1ea8ff38f1a294d517e2df20eb66b1c7f51f849670db56eb4f1137b0844a2e
MD5 b35619dd2bd282229ffe1c5361de3927
BLAKE2b-256 21c349607b26b88767bf5dc55ac189c8cc711ecd550d4de39d2db265eb8b341c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 e5e99dbb5f468d9a3c94e3e74b3ade7850522556018c559bcbc6baf88cb1c2b2
MD5 8a38b28d33d5096587834ac03875349e
BLAKE2b-256 3cb01f11eab17ef67c219b223cfd9376ce10c1da342d7cbbc6067abbf1224349

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26c82f9ed713d9f14147d49e3ea70fda7aae81ed1301d8a7d729285019da83d9
MD5 b8dc1b330b443a6d63c8430ca7554893
BLAKE2b-256 a33e266df4c8ae73c3ac43503c00b5bba739ce22f31b0f030c8888617f3acb54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1eda6b3ef677b8c3faa529f0d3e231aacb62b8b3b45b113b2de9eddbf5ee0dfe
MD5 08923b87dd7a5cc54f1297db5255f735
BLAKE2b-256 0a57ff155e7f58aa51ffaab607f7ab7132254fe2b887ce6dbee1a41f35185e93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a1ead78fdd9e719912b7da2824b49b2612fae683632f9794dff0c5fe679259dc
MD5 3f57110ed06f23960c8e72d0a9acbfee
BLAKE2b-256 511df6276b6cfef6904fee9b42ec53467eb7f0242f6e9a0270b4785c4dca0e9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fdf0c98bafccd4f0d1d5f11f89b921ac5cff3315c1023dcdded6f8450b339df
MD5 6ff213ffb3e79a3f92f35f6664e6bdde
BLAKE2b-256 78cff62d134125430a4ec86182a61685860137a8e190c05c84ca7d16f19cdfb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10fa8fc3e83e166d2a9427e5ab410c36a9218507ebacfe948abeaff982cb8bb5
MD5 4f78d1b6ae3162bd9d7d291a813150e8
BLAKE2b-256 a6cba682ef86ee63ebf29effd95a453f8010bd16a64a64615e9b25b38e979ea8

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.8-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.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc3d8c0866b50a19c91ff3b0bb4e63d8395b0704e377399e1b0155290eb52a8a
MD5 708a025abf9d4825e804de1abb3dbd73
BLAKE2b-256 b8f92855e5242ce4851abe36abeb1dc6bca06e0677dce743bace3649a0f4ebaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 aaba188d737c41f093fecf3b55d8ab7ca9edfdb3d2e3b7888533830f69740c3b
MD5 0c3575dac10f91bcf3b9d6a1698d4a5e
BLAKE2b-256 762fa58f72c60ec5b15226ed2e6d60dbea0bce8122c3c223188212a37f5a8aa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 853993cac1a3e156822d683ab34dfebbb00927166c861b55449c2536a2d5f99d
MD5 e671442ca449c9201c94f53c3777c372
BLAKE2b-256 83b472ce07be71ec963ae0801a9d9412c1a4fea97e63bbb0226a306eae418b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e86f5aa8ef6e8f6c6efe6f4bb9cf05f3eef962d0674298953d0ef60fb3aaa212
MD5 ec232c385f0a512bb9febc561059d254
BLAKE2b-256 a760845338038832127d0f51f1682140105d92ecf2f929a00760dd9f51264cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f96af43d4c9bea07610fb8c3dfb916cf7cfeab56fb365550149fc111e54d8000
MD5 7e0c98c728b0e7720b748d96bb4c4921
BLAKE2b-256 5871de639a6f1d57e82a7e601d384cb2d41c19e3d3519239682e0a0fd71e9701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c349a5639dee0405ea2750bbc7059f962a8280b1311232d88557db42e842d5b
MD5 2c7b63a33fa21825e475afc5bf707407
BLAKE2b-256 c89c363b488d94845adfa993abf8f9a26594ef169ab8dd8de38d7665fca09399

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8c147ea8fe52cc697912358487ca1b99451076efbd4c3e64361b499cdc0f1772
MD5 06d1f29d9b693c14d907dbb1da355b87
BLAKE2b-256 6ead7c78a4e82b34cffa2f684fb56ec4e141d99fd9a64ff6efcbf277620431b9

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.8-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.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dca175d293facae82bbdb1d853924e2a2e50812dcc8ee483ee662506f5b0b380
MD5 6b506948a6679abe32f19ada8202f700
BLAKE2b-256 e0e1f10e9a70f59f86a18edb5958f81bc357159fbbc04a899a1811e1cdda8ce9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2aa7b757770f316fb1dcd1477b4c3efc1881bdaa7eea355b5356e9ef3a132b63
MD5 41e0ee44e439239c07112ea351c8eb78
BLAKE2b-256 62634b951ccfd2fadbe1756ed7a8e7638368c7567de98be15d792e974a86be3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9668331aaca2386ab6b98410b3cff5dda9095839e9db0099a6b1dd6681b15966
MD5 f367acf3aea58223eef287df6ed0c8e1
BLAKE2b-256 f8a77c1642b4e7a298e62897483194d64c32dae697f09084447af45c2c0e6930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1cfd489c082ec9fad3503d4480cce72c0799039731e9fa94a42f02b0b95ae971
MD5 fe996b93173c5e7676eaf4a8a7f35983
BLAKE2b-256 04cf44ed43bc0a385b266381c2096ad246bdc5733a613c30aa54675f7a007a50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4a7dd69752915acf0e8d46cba26adffc8483cfdead54829dee0b89c8ba9dfa40
MD5 dd14e60052df2247e8d1980307e04bab
BLAKE2b-256 d9e52e2d8fdc7b0620ce40b7da51579a835073fefb4236c29af2c4f4239e2de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf5c692c019037dbe0b789e8c3cbe8c3af3d2a306e188ee2487461afb285a552
MD5 6e31fac174c61a637751772f72563284
BLAKE2b-256 e1fcadb5ea0c60b94b870edca275a946b907700bca823436e2928b5c8a68622e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ea1232f637e4e60946efc1cd42fb350e705dc14c10f4275816b77f23d22f9636
MD5 f4467b541cd566bdfd764be790ddc1f1
BLAKE2b-256 7a33640eca102a6dfce063966e3c352063e449052dbf327b1f5768173aa2c159

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.8-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.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4660c81c60587fb7f0d901f0be74c5534fffca5cf03a5d944756c1d290d6268b
MD5 6a812c64770a67e3774b9ec04f073f89
BLAKE2b-256 a4762bd87d03786978a87678dd69d6357daf11fe0be363731a4293e4848bdbb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 4baf3b246770e03f8fb41dece775b336e8afae6299850c6347ba4f10545398e8
MD5 a6efe4e3153684cccda915735c5be20b
BLAKE2b-256 7c5e60d45b292449dac60e8abfecf25c4dc9557bb442701887a28833bba8dcb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf3d624e453626c3d75a338f7ed1b0231810a3e1c6e7852a7485a29052703e36
MD5 d08cffe93f39722f1556df22d48b740f
BLAKE2b-256 c225248b386eb80d279f108c23f3a880faa6b13ef3ff5c648dd9856f83ec0639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f77dffa63187f45ab51292b0653a13a06c9f7f0233958280c5385653d212b65
MD5 b8eb61c78aa4e69110990a8ed4b95dbb
BLAKE2b-256 0775103d335818a25e14fb708689525a6e4d6bbc66905815e942d18a00c9fb82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a8ae2a252f04478df4a99bb41669471b49545b10f77fc983b6dfce78e00af26e
MD5 23d0bfce08beb1a120e8f913857442c6
BLAKE2b-256 f89552fcab72b4610d5164fee1e8f2104491b4acc5e6888a2a0c5445e6da5f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cdd438d44df3b35cd5e3cc68843396b23377ed82222924b2e64f3d8e1e58db2
MD5 801cdda75fb451163829b701d7f2cd55
BLAKE2b-256 fef34d1c917f85dc11d35ee637897bcc88f73b440a44095d62ba16950857ecfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a529f6f9c997387e522d3f920313fcd509bdd29e7372722db605e92042b75838
MD5 300061c31b88297128b3af524b16a9ae
BLAKE2b-256 9d89c68a4f934291f22c574ec410d58e406de9fae5e5fecd30fca3492c37bd02

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.8-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.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52ba27a334e994dddf0dd750926f65bda46a6b81a588f7290875d14cc9f875bc
MD5 aeb97abefe0211f6eeb394fb5807914f
BLAKE2b-256 1c593257c65ec49b57af3e34514de005f36a76980bd2e1cf123cb14e22940fc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 195e2d8d3a21c3561c13670c67dfa32b4158a49cd3cbe2232b18ea37b4db5242
MD5 60eadeda266b3aa875daccae77013a3d
BLAKE2b-256 25050e9e4bae27bfba8a19fe8003dbd7b2f9d362a84128cc53aabd7f1c07c6ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9697c416048f520ec974b1582d2fd11ef5cfa91e944e7ad7170a0949f5946137
MD5 25ffa2207b5fb0920ec9af3b1c77ad1c
BLAKE2b-256 61b9b42fcc5809eb9415ddd7910535945450fb56a1058d479cac1cea370eebe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 429ea48113224efff454c384cbf1f3badb7ba8868e2def32972c3cf8889cc61e
MD5 d069e5fba4f294a91ec79f0098329ac0
BLAKE2b-256 f4dd43935e7338b37f2fec85566aba9425d3080078af3936dfca210ef5d02e67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 499d5a6b5ffa6a57a06e22e8a4e6700f11305540736f2d076093a023a7b9be7d
MD5 2bd118d569f5c2055e0dbeac8f78065b
BLAKE2b-256 3aff5ac54d048b25b14e53064dd9514dc15f7cf48135e6acb1a9ecef2710dc91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66748b076ec895c4b35d7328e533b108a04a47ca990607ebe54782d51d8002ac
MD5 9a2ec8b365906ee621a56d2b2542ecbe
BLAKE2b-256 1aa8577d31c7b9337a23044f4a6adb226011398409653e2e5201fe7f2822928f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d2ebb23f8f5e9887855d4cf660d5a1cd4d9107245d356637dd46f9de13755518
MD5 9f40906bcfe1f9629eb215248206748a
BLAKE2b-256 5c642c52cd52630d0dc0b6f25158575a35382dadf7a9d02485073d9558ada395

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.8-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.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7988c51a040d672fa4f6dc8f2be1a3b903d4a85c86e98c8a4d202b58aa48e83
MD5 f9fc9f69df82113aceced0fb168b9ce8
BLAKE2b-256 5231d1d6f34df1ebe4eb0246a052e23c7f47de80643677ac2f0b1cd2c4587d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 82b959565cb63900eb4096b6f400940317dbc69e7a2cbc3fed204a766f705675
MD5 94f900eb02bf7446ae089647af81dd03
BLAKE2b-256 22cc81d009c40732b728a9836b56fd3f1b39d73c60e2984b193a05eef4cd54b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ba49bbd201a8148d931857b64e34bb05328f43644f516869dc668d79a4c2d56
MD5 0d6e80cf932cef386a0e5029f6a425c8
BLAKE2b-256 2c14c73f27d1f83729b82f25fd93b40a473693ec3487c5a5938f039001ec54f5

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