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.4.tar.gz (12.9 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.4-cp314-cp314t-win_amd64.whl (50.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

faster_hexbytes-1.3.4-cp314-cp314t-win32.whl (46.9 kB view details)

Uploaded CPython 3.14tWindows x86

faster_hexbytes-1.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl (143.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.4-cp314-cp314t-musllinux_1_2_i686.whl (147.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

faster_hexbytes-1.3.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (141.9 kB view details)

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

faster_hexbytes-1.3.4-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (144.2 kB view details)

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

faster_hexbytes-1.3.4-cp314-cp314t-macosx_11_0_arm64.whl (75.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

faster_hexbytes-1.3.4-cp314-cp314-win_amd64.whl (47.2 kB view details)

Uploaded CPython 3.14Windows x86-64

faster_hexbytes-1.3.4-cp314-cp314-win32.whl (43.7 kB view details)

Uploaded CPython 3.14Windows x86

faster_hexbytes-1.3.4-cp314-cp314-musllinux_1_2_x86_64.whl (128.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.4-cp314-cp314-musllinux_1_2_i686.whl (134.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

faster_hexbytes-1.3.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (127.2 kB view details)

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

faster_hexbytes-1.3.4-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (131.3 kB view details)

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

faster_hexbytes-1.3.4-cp314-cp314-macosx_11_0_arm64.whl (71.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

faster_hexbytes-1.3.4-cp313-cp313-win_amd64.whl (47.5 kB view details)

Uploaded CPython 3.13Windows x86-64

faster_hexbytes-1.3.4-cp313-cp313-win32.whl (44.0 kB view details)

Uploaded CPython 3.13Windows x86

faster_hexbytes-1.3.4-cp313-cp313-musllinux_1_2_x86_64.whl (128.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.4-cp313-cp313-musllinux_1_2_i686.whl (133.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

faster_hexbytes-1.3.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.5 kB view details)

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

faster_hexbytes-1.3.4-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (133.0 kB view details)

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

faster_hexbytes-1.3.4-cp313-cp313-macosx_11_0_arm64.whl (71.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

faster_hexbytes-1.3.4-cp312-cp312-win_amd64.whl (47.4 kB view details)

Uploaded CPython 3.12Windows x86-64

faster_hexbytes-1.3.4-cp312-cp312-win32.whl (43.8 kB view details)

Uploaded CPython 3.12Windows x86

faster_hexbytes-1.3.4-cp312-cp312-musllinux_1_2_x86_64.whl (130.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.4-cp312-cp312-musllinux_1_2_i686.whl (135.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

faster_hexbytes-1.3.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.7 kB view details)

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

faster_hexbytes-1.3.4-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (134.4 kB view details)

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

faster_hexbytes-1.3.4-cp312-cp312-macosx_11_0_arm64.whl (71.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

faster_hexbytes-1.3.4-cp311-cp311-win_amd64.whl (47.2 kB view details)

Uploaded CPython 3.11Windows x86-64

faster_hexbytes-1.3.4-cp311-cp311-win32.whl (43.5 kB view details)

Uploaded CPython 3.11Windows x86

faster_hexbytes-1.3.4-cp311-cp311-musllinux_1_2_x86_64.whl (128.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.4-cp311-cp311-musllinux_1_2_i686.whl (132.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

faster_hexbytes-1.3.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (126.8 kB view details)

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

faster_hexbytes-1.3.4-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (129.1 kB view details)

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

faster_hexbytes-1.3.4-cp311-cp311-macosx_11_0_arm64.whl (70.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

faster_hexbytes-1.3.4-cp310-cp310-win_amd64.whl (47.6 kB view details)

Uploaded CPython 3.10Windows x86-64

faster_hexbytes-1.3.4-cp310-cp310-win32.whl (43.6 kB view details)

Uploaded CPython 3.10Windows x86

faster_hexbytes-1.3.4-cp310-cp310-musllinux_1_2_x86_64.whl (128.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.4-cp310-cp310-musllinux_1_2_i686.whl (133.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

faster_hexbytes-1.3.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (126.7 kB view details)

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

faster_hexbytes-1.3.4-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (130.0 kB view details)

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

faster_hexbytes-1.3.4-cp310-cp310-macosx_11_0_arm64.whl (71.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

faster_hexbytes-1.3.4-cp39-cp39-win_amd64.whl (47.5 kB view details)

Uploaded CPython 3.9Windows x86-64

faster_hexbytes-1.3.4-cp39-cp39-win32.whl (43.5 kB view details)

Uploaded CPython 3.9Windows x86

faster_hexbytes-1.3.4-cp39-cp39-musllinux_1_2_x86_64.whl (127.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.4-cp39-cp39-musllinux_1_2_i686.whl (131.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

faster_hexbytes-1.3.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (125.8 kB view details)

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

faster_hexbytes-1.3.4-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (128.9 kB view details)

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

faster_hexbytes-1.3.4-cp39-cp39-macosx_11_0_arm64.whl (71.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for faster_hexbytes-1.3.4.tar.gz
Algorithm Hash digest
SHA256 a288cc42b384ea4a4ee080c05edf36e9f2f0eac6a1bd6d2d7821510ca42c4070
MD5 118cd53a75f52f1187cfbe6234bd79ee
BLAKE2b-256 0ef9ed07a0a6be8ef0ba287b35cd909a02d8bd567bf522d57a1b0d525a9c4ed8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1ac86c559d736beefb6c24fe58477ff03ffc2809f920c523ab20dad8e5fdcc1e
MD5 1005e9fc0b4cf55c6750c586a22b0405
BLAKE2b-256 5c21db0372ab325b90b1f837e84f2b5bf63a7e1d4ade8934793d6fa3e8ed5112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 5b07ea19dc45136a194e2ce37932c7935609d35f30b3cc0fa8459fc9ef5ddb37
MD5 903d959c31e39cf97a9ce21c3aede5ed
BLAKE2b-256 f40119d010abae5422cfef157c06bf0a87bf94c987089c08b97d8970289d76f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75c2d0685b341a1234eef5667c7fb60c6c392bab0ab24f9fdbc5bd9b9ead31e3
MD5 5d7b7248edf83c0703b94fd8c39eed7e
BLAKE2b-256 bcbbe49ae042e10906d58845d3a1b763a343306bc86bedfea1936943fd9f5ea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 64ea185610a5942de02f8dca476dc3823c2064985e11cc0025b0bc38caf710b4
MD5 9ccd8ec2659a85db400bf567b02c8a65
BLAKE2b-256 aa3ba0e05c68ac1c8b03ffd840f4b25e13dfaf952a0637d5f964feaf5e30323b

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-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.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f423605d390d27a9e71556c457c714abd24b300789bfe22557f40817d14e9e97
MD5 b3c95d12cfe6679f1f8146b4e76e25fb
BLAKE2b-256 fa96d2cced1ff6e6bdb47a96172f4c296b2a7bd3989a9e96cfbb073c548d87f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 3a17ab97dc0ca54d113b1ecd0007dda69d9419321da4522b6115964603e0f01b
MD5 e9cef2360750e7d8950b530139aecd90
BLAKE2b-256 4889fd19f4e4de9d0b078f5ed46d4891c8c6354bb8d3c2f5e95d88857dfa7ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b14d154dd5a1416c2b268741a63042d95901024892fabb4be4e2c17d0d3d756c
MD5 eea14706362be91ca6dce0c8963de5d3
BLAKE2b-256 6e6c4745f83a39a1d6bca1e54a5f7a098f776d491b93dae20a06fa7d3d3a8d23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7dd07f6f7107c88f6f04138ef83ddd9754b91be204442143201669ff9cbfb874
MD5 ed853df140ef6d6f0868bc93616705f8
BLAKE2b-256 a1d6f1c27dfe7dd6f7111d3db61702a5fa53071d3e4c7f10de1ca949fc5f0ab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0f2a703cec5c7ab2df76c380c33df585c53628548ea31f56673382547b1e97cd
MD5 4e1f39e3f79307086590bf411943b5a8
BLAKE2b-256 98367890ee1ea11c2e0145247fc4a7d69154f3a71449ea212917903966170491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45d56906d32bbfcfac14a13efcba55f6bc3a37b182425b89e7f5c0c1e37dd477
MD5 d9ad5400debae7202cadd8af6e7fe883
BLAKE2b-256 09f34832c2fcf5b4f52196cf05acac7db81402a755d5f9481f08937eea89ed3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cff472ea882a31b766574e99e8ee8e754fda944ca1bf7db83df0cb06c9f19815
MD5 916694341d090a8aac098f4ee25a4c1d
BLAKE2b-256 d2c6159ce8b9e9c3a99eb55c9e4f70a733f0babe01986b80e01ce9905bb7dab3

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-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.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58f618bb0a65d2b55f62d419426188bb257dd2d6aa5526b0fff4482dd6e69d3f
MD5 dbfeb983ee7ed03919c17bfc19fdb695
BLAKE2b-256 daad2c0f69546643ed02b8d8fb48c342f56ef5149c3b422818b518f44efc1e57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a4524aa47f45606b7e95ebac058ce6a63377d993b0466756c1609d8404b7fa96
MD5 fb9df0007e45e6dfd3c0384cd24cf933
BLAKE2b-256 686cbcb3d176b0906dc5012bb197274712d0921e5e67b85fd5bad77826a8b7af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c76ffeee46b22a9f567c281494db20aa73961057ecfb66cd187125ec0dfd7620
MD5 aba0edfd216dc5a075cba43153f9d351
BLAKE2b-256 c190db2cb7d273a731fa02f39fdb9f7886c16a8b90e723cd74896913174177ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b5cc19bbef4305b53b03875a953a9483630f04db69677ddd2c446aaa169cabf0
MD5 0aba374c136dfb8de775f61dd64bdc7f
BLAKE2b-256 65e4b96e41791b7546c242857ad595ac2d0bc90d546f75ed876fa3ae76d4f792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2e0d079d317c741cb3237505621246534b17d05f6d0905a497e745215321af5d
MD5 a425ae963f0ad65787ececb684f49043
BLAKE2b-256 6344229448248fe9e17e5135243902f5ab62217df1585eb6e4decee1ff91ae57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c67ca1c79ba0529cbe35f295ac120428f44e5cb873df1f5f4484dd81944114a
MD5 6de2f4e5733f614e5d07b997aaae8d43
BLAKE2b-256 ca11f021f38ea05d7e046fb6672acab3e66ca4cfc7e2ea217edea0edd37b8c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9029193dacbe43c9913a44e0d826ac63412a227c518146cda66955ec93e2097f
MD5 b9afca5cd5646317c3bb4a5fc5f08daf
BLAKE2b-256 323fc386d26972c17a57596675ae65e56908f9229e0a55b06976a9186ab87ffa

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-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.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b106c2f66ae050785bf19760c9d32cdd0864c4801b2afebabb374b07b0a1d47
MD5 23bba29d45447bfe3ddee61f8e5331e1
BLAKE2b-256 c2afaf6ec00ab7c58c21282d5cff9ad2f7402cd9a049c430a6ec10d39554069d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 754304fc3be3c43b76ab9a5bc618d6c0ec616faa045922c650696a98447b3d01
MD5 31a7583a47f6ac18523e0f3bb712bd20
BLAKE2b-256 211a34315437efb4493b9ff28c6726c4499677f1f5e0291285d65b2ff8cd9bc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bba5b6182b2ce452386b84b5a3f13ad100a2fa87206c65cc7c24aa5767c08e9
MD5 f012655c7981aabfef5eb2c101b0b6eb
BLAKE2b-256 2fcb795c8c2446c47ba23fbad5fc881b8912f7da09874facea4efd0a7ffd4dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d25c4c7a57818eeb095ca8d6355e42d273618cb039c9f8707b231c93c47097b1
MD5 854f0dc62e6524c5af017e11491a9497
BLAKE2b-256 ae3af82cb0189d8ef6a0c199bb44f3fc25c97ac9bd3b7cd7aabffbb1cf1881ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 25a8898fb5ef2ff41d82041948de1363ec786b6b3d77e6cc1f7576b3051cda7e
MD5 fb13d2859e2c23fadf0c1d442e6fe561
BLAKE2b-256 85cc4fccf3e1f9775ea5787179fd240c720da7420ae218a9687f982e9de51977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40563d6f71f8429c34b0fc58084ebc0784026d9ecf3ac3b225634801141ab42c
MD5 077c454be503dfc4b7cb44118520750b
BLAKE2b-256 8a6853bae759ceb16857f56d8a62e6da9fa38bc5b01c97cdf53dffa2c40b9e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86fffd5bc64123e718f6ba08de1fdd2d54f34efcc9b0651f550993e460cb065b
MD5 5352c662ed4e2f29138f46a80ccbfc4b
BLAKE2b-256 7bd21c1fae386859499b1ca6792f78ea88a39ab352d312defacdc92830cf8e67

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-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.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8da8ae2f21be98783f6d1cafb7c3063288a0c3489e3500cc6a846e0b0042d63
MD5 ff85a896a96620c41ba419f1c73a3a14
BLAKE2b-256 f713068d3e6e13ee2842eab64fcf4181a95e4ea2852e82cb3bad816895b56a19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 d3cc135d9695ede3bc8d5660cc1d7b72cf41f9b2609a6abbf56de3b12b1d0b72
MD5 787087d5fe0e17cd39a7b363db20084f
BLAKE2b-256 e146f869379a1098a4958f56da77a6137dff9714d9d6fcfed547c863210f67e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba58477261fb2c3234df3e3f2fa45a724322e75bcceb0a47bc64ddd0770dacf8
MD5 432859160d9aee2a9baf800da641ea9a
BLAKE2b-256 1e53d9cbbb9dac93581c92ed4d7de3ccc4b03ba2dc7ff77873f3e4f6bf31fab4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5066101a31696956a1bffbc0ba8805f905f113e6cbb72eb1f0c97dfc5471cb8e
MD5 2a1baf9f2cc63963721c87cc80c51386
BLAKE2b-256 d14582280560fb4e8c33e09b7e304d71ad27b4420c4f6a276e20543c2106bff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3276fce757fc3e7b47676d5b99db33658263f1a6bef0a8eea3d5b17ab91d7398
MD5 2de3dc8869d01d9345b133743254101b
BLAKE2b-256 7942fe6cd11704c00f9464b99b394d8eda2aa60acc623b8df300757c22be3c0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58f5cfa6c59a9481a351bce28997ef45246f7120388588d4bfbc398eec3e69ed
MD5 3ef8bf8c21ef2706fc8a8d2d6577450b
BLAKE2b-256 1ca38c243891475060ee2e1cbddda8aacc4716ddfdd8b68ed6a2b5ff46db0282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7be33731fdee40ab733200e8095b962a8f19dc446567ab4ce771124b23cdbbe4
MD5 15d2e96a8de2a07c92d95771c0a7bab2
BLAKE2b-256 e09b7133c0c8c0d559f142763b89b4968dcd8afce3ed5c37f57df6c0d5a8fd34

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-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.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 239c63071daa884288d183697134581550e5235d51c93a7522d169efbd8e3dd0
MD5 6bdae35db81cfa49dc007f18226b55c8
BLAKE2b-256 702a7cb8a82b2dcc0530d6ac2b2367c09858193a43a3e8afad3a58b01bb8625f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 45ffd5ba9623c5a303f24f3b0e0fc8ff0f702f485ec88a56d106e5ecaee9e746
MD5 d84a450c7e855dc27139c26635287c23
BLAKE2b-256 a62b8a9f7fe25cf98570b1ed88cbc6ee4aac162b41b0199f18a784084f705b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 752671bafbb5fde395e71236ba48fecf28e4175678f7390a9400d02df6406229
MD5 8093939104a6fff5992ca0783e1fbebb
BLAKE2b-256 2f63293dfb3654367cf8513e76d3e3cbff75e148a67e9d4f0e74ddb9e636c786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4af22e196e464f0c46d9750feac45ccc39bf47ee53824e500a11ede03cd5f521
MD5 da25be29601846da5dad4cfc881863a2
BLAKE2b-256 fa46e41356bed52aecd2122d82109cc63819fbb30a46452f6f10cb2a8ac33dc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fce91d7e5593656f4559c93c503c9f4004d3fba8d416d782fc2687d5e59823ae
MD5 1de64316a5fdd7f303debf11f76e5d3b
BLAKE2b-256 cd4f8b0da053d46acc1d0cf4be2cb181e15c89853c19494f5045d48e15d19b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 966719e3a3baa98ff0d3a10d9d9ef81e7465bf78910a4e388fa19dc43ca706ea
MD5 e9080f2f86ed69087c4f96653f374a20
BLAKE2b-256 3a4a3e875a35747979673a90495f3cdc486bdcb595657907185fffcc55c90d8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b0f3f6e0863d46b979ca22fe0a1410c133026faa2d4aa88012e18f5697c28211
MD5 4710d73be87bb219ee59894cacebebf2
BLAKE2b-256 be8c87403b94ff1c9f85c38be54780e65034ee48dd774cb691a4c75886ecb297

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-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.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 419b620121bc137ac95b74f535fd5e4107c9d5ed0b4d76832ed78ac5425578b2
MD5 342cb3976bacd599f9da5bcce86cf6c6
BLAKE2b-256 f5b37fb89b59d6edb2cc9077d47c14dbaf665815085aa5639b0f9562601a3bca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 43a6330d86525248a65cc2b9a26c0cb9656542914cebd5dfdbcba8c7f38dafd6
MD5 805a0d7dd59ede952f61358bdce8114f
BLAKE2b-256 535a5290e3ac742128907ad0c6b96804b5f276016274f7942d2e1007846349d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4fd54823828d5335098b80e750b0283bbcd376c0102c727381effc8ca9874d2f
MD5 01c2966d731abe9e4c320c8e98a73e9b
BLAKE2b-256 d8e67ba4b04dcd912c4c77e0ea8453780f28081ea19f009573b05e6280687303

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e3202a00752af0814957d318330dc87417e0ab4632742edfcedfdced097729a8
MD5 1ef1d4eb8fdd6cde1045889c98c8c782
BLAKE2b-256 db1badbc48a43e9cd124748412ad7a089ac3848b6679164adfda0b0df0cb60e9

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: faster_hexbytes-1.3.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 43.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for faster_hexbytes-1.3.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f650dacd0fdca4b8605fb511a3fa7bf854039e950dee7c45f00483f929836e12
MD5 953ab81245087b1831f1a1a0e2821cc2
BLAKE2b-256 44174575dbfb0ee6c04463e89ea9ec57de1228ad74333ef452ce854e89ac4e9c

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5118f5e4fee81f8f85638f98becb411493c1cf43766de2d8d764b9b3fca26be3
MD5 66e494946d776b8d2788fb312e377e30
BLAKE2b-256 207a22076b6bc902251cf5b5000b37d87f6d0971f3a14da1043e2b3428d85551

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 720e48295730c203a0f0b4b4ce37fec1b8f71bb48714da776636047e044f4091
MD5 ed3159897c21fed432bf4fdfebd60f35
BLAKE2b-256 c321feb8dcfa46a321d5fe4adf7f6901c2dec12b8252eec8d13682734ca6c16c

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61b4672595fd6884b55a331a970ebd7cd05e75d6a9eceb898f4b691734efe693
MD5 3194077702b8a923d8fd50266c0d1245
BLAKE2b-256 66790dab51cd73941de1caa5bd91738815ca70e5a447c16e9ad8ee8ae75dfe6d

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 949008ef646e8916851cd34ce5b342f60b9ebe79d12aff956fa516107166650a
MD5 8e5a0b1c008cbd5c14f2d0da361b6df2
BLAKE2b-256 d2c4feb659e0091f459e8e932c6ee5f0882811ca84e53c0e7c765ddb714d0951

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_hexbytes-1.3.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef156d5ab20936d4e955280cec23ab6b526041fe2e867e8e7b5f30201a57bac8
MD5 126a6af118b6d12e9a0d35ebe1c2cbdc
BLAKE2b-256 6e5ce33782f5939c8596c9ca5725dd15a886db9565e3c5725b00473291501459

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