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.6.tar.gz (13.3 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.6-cp314-cp314t-win_amd64.whl (51.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

faster_hexbytes-1.3.6-cp314-cp314t-win32.whl (47.7 kB view details)

Uploaded CPython 3.14tWindows x86

faster_hexbytes-1.3.6-cp314-cp314t-musllinux_1_2_x86_64.whl (144.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.6-cp314-cp314t-musllinux_1_2_i686.whl (148.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

faster_hexbytes-1.3.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (143.1 kB view details)

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

faster_hexbytes-1.3.6-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (145.6 kB view details)

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

faster_hexbytes-1.3.6-cp314-cp314t-macosx_11_0_arm64.whl (76.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

faster_hexbytes-1.3.6-cp314-cp314-win_amd64.whl (48.0 kB view details)

Uploaded CPython 3.14Windows x86-64

faster_hexbytes-1.3.6-cp314-cp314-win32.whl (44.4 kB view details)

Uploaded CPython 3.14Windows x86

faster_hexbytes-1.3.6-cp314-cp314-musllinux_1_2_x86_64.whl (130.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.6-cp314-cp314-musllinux_1_2_i686.whl (135.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

faster_hexbytes-1.3.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.4 kB view details)

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

faster_hexbytes-1.3.6-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (132.6 kB view details)

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

faster_hexbytes-1.3.6-cp314-cp314-macosx_11_0_arm64.whl (71.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

faster_hexbytes-1.3.6-cp313-cp313-win_amd64.whl (48.3 kB view details)

Uploaded CPython 3.13Windows x86-64

faster_hexbytes-1.3.6-cp313-cp313-win32.whl (44.6 kB view details)

Uploaded CPython 3.13Windows x86

faster_hexbytes-1.3.6-cp313-cp313-musllinux_1_2_x86_64.whl (130.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.6-cp313-cp313-musllinux_1_2_i686.whl (135.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

faster_hexbytes-1.3.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.8 kB view details)

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

faster_hexbytes-1.3.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (134.2 kB view details)

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

faster_hexbytes-1.3.6-cp313-cp313-macosx_11_0_arm64.whl (71.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

faster_hexbytes-1.3.6-cp312-cp312-win_amd64.whl (48.1 kB view details)

Uploaded CPython 3.12Windows x86-64

faster_hexbytes-1.3.6-cp312-cp312-win32.whl (44.5 kB view details)

Uploaded CPython 3.12Windows x86

faster_hexbytes-1.3.6-cp312-cp312-musllinux_1_2_x86_64.whl (131.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.6-cp312-cp312-musllinux_1_2_i686.whl (136.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

faster_hexbytes-1.3.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (131.0 kB view details)

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

faster_hexbytes-1.3.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (135.5 kB view details)

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

faster_hexbytes-1.3.6-cp312-cp312-macosx_11_0_arm64.whl (71.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

faster_hexbytes-1.3.6-cp311-cp311-win_amd64.whl (48.0 kB view details)

Uploaded CPython 3.11Windows x86-64

faster_hexbytes-1.3.6-cp311-cp311-win32.whl (44.2 kB view details)

Uploaded CPython 3.11Windows x86

faster_hexbytes-1.3.6-cp311-cp311-musllinux_1_2_x86_64.whl (130.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.6-cp311-cp311-musllinux_1_2_i686.whl (133.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

faster_hexbytes-1.3.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.0 kB view details)

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

faster_hexbytes-1.3.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (130.5 kB view details)

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

faster_hexbytes-1.3.6-cp311-cp311-macosx_11_0_arm64.whl (71.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

faster_hexbytes-1.3.6-cp310-cp310-win_amd64.whl (48.4 kB view details)

Uploaded CPython 3.10Windows x86-64

faster_hexbytes-1.3.6-cp310-cp310-win32.whl (44.3 kB view details)

Uploaded CPython 3.10Windows x86

faster_hexbytes-1.3.6-cp310-cp310-musllinux_1_2_x86_64.whl (130.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.6-cp310-cp310-musllinux_1_2_i686.whl (134.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

faster_hexbytes-1.3.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.0 kB view details)

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

faster_hexbytes-1.3.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (131.3 kB view details)

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

faster_hexbytes-1.3.6-cp310-cp310-macosx_11_0_arm64.whl (72.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

faster_hexbytes-1.3.6-cp39-cp39-win_amd64.whl (48.3 kB view details)

Uploaded CPython 3.9Windows x86-64

faster_hexbytes-1.3.6-cp39-cp39-win32.whl (44.2 kB view details)

Uploaded CPython 3.9Windows x86

faster_hexbytes-1.3.6-cp39-cp39-musllinux_1_2_x86_64.whl (128.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

faster_hexbytes-1.3.6-cp39-cp39-musllinux_1_2_i686.whl (133.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

faster_hexbytes-1.3.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (126.9 kB view details)

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

faster_hexbytes-1.3.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (130.2 kB view details)

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

faster_hexbytes-1.3.6-cp39-cp39-macosx_11_0_arm64.whl (72.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: faster_hexbytes-1.3.6.tar.gz
  • Upload date:
  • Size: 13.3 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.6.tar.gz
Algorithm Hash digest
SHA256 a2293547e3b4523c8fb3a8a6e3cbc3a6b8312e5d90444a12a8170c873a6deaa3
MD5 5aed6fd56c01a51324320d017803d751
BLAKE2b-256 2d7956525ff7c2131c37041da59a3141ed2ca80eeed975f88eb99976cf9695c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c7a74b6071f4370dc9b776bbbea7a6afd7d6c9ffb8ba87cf8ec3a431c0039857
MD5 81c974f008e88206006313e1275a8edd
BLAKE2b-256 83c5aaa3260e4ed20c86c795523bf1b714365934d7bb73943785e160e2e83ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 a95a9a3cb4ba620c32f00dcdb8a8e1de85df09fadfae45a37b93608b3e2339be
MD5 f20ef3bac8ffcf053b03c9e1857a9fab
BLAKE2b-256 20daf18303a654e023e974d636f3fab1ba9ea1fa6f3860559ec8a92364bc9042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec3b70d655d2f027f3ce3da1dd90b41de9ff4ecaac05069a341a7b55f800ec32
MD5 f465d56d025019ba7e32e028a0752ff5
BLAKE2b-256 1746a2b7e104f9c6c3f504aca52541f1658141ffd7bfa629489212f70549943b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d60cbf5d91d6ef054fa4c7bc43b7c6f1209f0aed2b0d2eaa28a611891c4245b
MD5 8ef4a7e53d816fff299dd7e17c573079
BLAKE2b-256 e0256b9fbe2073caf206b2940150cc17e6b437a211606b6aa239da9c3072a9af

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.6-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.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95e81a8fd73ec4bad2be798edbc039f3b73dec7254781ed3d5521a9b9e46e562
MD5 f996e82912d139a9a8bc705b80dfaee2
BLAKE2b-256 f5d26abdbf6bc5f5b15415df19510c072a44ff2c87459099ddd6be68cf5e6410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2e5d2fc0178642ac0f43b60f72fb7a4fe883fa40a0fe0089186d76dbff6a0eb0
MD5 91e642516e4811e98fbcf9115614fe1b
BLAKE2b-256 23fe60539159ab6df1de16fb81664358b74d8657e46e1a8bf6db82b5abc26810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37b2a9c86b62cb038f19a82353cdee6329ed81bd01b77cb3decca6d65e6e9708
MD5 18107629ebe2fe88161d78ccb2916283
BLAKE2b-256 a31b330632d9553fbdfd143de7e2f72ec8ed2b9977b4c54ae82be0516655e1db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4ac3778d0091300ee4b7c62f09ce4c17292f73b8b7fbdff8f5b555f33ad3721f
MD5 4f726bd81b851f08f76b9fba179869b7
BLAKE2b-256 438596466aeff0d3d13ab66fa6c713edef19863e3d5dd43b0767ea992ed80fe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 22658549834f27806ead0615a71437e2932766caac2060220714c67420fe1b47
MD5 8caa25a7ae1de209783b578bedeb0650
BLAKE2b-256 f1d9c7de64552aedc9cff62a7eefc0c01c0513cd6fc9e3324bfeed81059a401b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf86274a226d3d8e9442f46948c6d035284c0139bda701d90ed769522bf9afb8
MD5 33727bc7b3026489183438ea4e27397a
BLAKE2b-256 d216aa1358e114019a3b0902ab9674af207881059b673d7619d8cb2b883c235b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78a690fbeab0a23b15f067dd9e625a3f620835ee5eec58506dc87c2c065aef2a
MD5 d2b1ff005a8aed3e8f0086c10199a9ee
BLAKE2b-256 a9a2c77f363938b0aa11565682e36bdd547944d35629fd2bcfa2a1b570e32163

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.6-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.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1dcfe828d44a61fedb9639e1a6ca0c37af44910a9513943c6a3e87231bb6d5b1
MD5 1b4e688af7370dc547a59012f392ec3a
BLAKE2b-256 91b644895c705f5884705b501ac9e149e48120e3fcf0865b5013ad02f5f861f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 1882ae521e70262cc4c900ffe040dd8399c6466733c9694af5a2a359636f4d47
MD5 9dda84f843d1135ff62a9b4ab260df62
BLAKE2b-256 5906f677bc89102153579d1556c33dbcc7e4a494f73202f80834c85b9c727aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58b65c4c1a7d7ca3be8d8dce362411f626aee056e1ed7caed1e178db922a38c6
MD5 cc63449354811aea684548d163253b8a
BLAKE2b-256 2afab4c236312b43d7642c2c2318b7a81b4d12368c9db834f2b3ec99b7384346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c03b19342519a28ee1f0e3180d342624f6f9b9f761b8dc16719b4d8cdda5fc4a
MD5 32ed6eb75c53fa96c2f84450afa8a4bf
BLAKE2b-256 99fa25e604ec45a534cf1824bc5dac46d6217b4c97feb315ab1ad578cd887e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7c2ac011e9221226dc61e6071247f04cbe5303372f1b13fe6b9477484812d5ea
MD5 0dc83718f67be40c36732007c6cf7847
BLAKE2b-256 90e5332ba7dcad05b41d828b1d0fecaf8ebfd1c99dc0e2f8315bbb45753923af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c35a583b5547800f2b3daaef47f4bc3435e8f26fac9afbf639472f951b83e24e
MD5 f0d643a40cd54d85477099bc2e70d3a0
BLAKE2b-256 a991b5934c50163019452bdf2ed630033bdf711642731eadec2bb740daacd8ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77d75b6c8eec31ecdaca9dc155db40fbca7c83298c4d176961ea418bc09d5762
MD5 404cdf6918530e27000985a9d9edc0b2
BLAKE2b-256 027f5c51df08a3324ca5095fb527de562eb319feafb766d39c978357f13b49eb

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.6-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.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb67178c50a5d3032bd391cebf6b2f3694991202594a163120b03d03fd1257de
MD5 f81d51d1a847054b2ac534ac6eff83dc
BLAKE2b-256 ba1a549ef48485218d7c8c937dea14f69e32eee9a2dacd8f874a59303b2b3e64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 0d5f158c7c7ca25888ea6609aad2f262aba19141714bed0fd0e7d148fdfa79d0
MD5 098b61dd8fc52c4d4e1fca77f5d1d76c
BLAKE2b-256 55d5b6baa4f9423810f2d4a5982f8e2735fa2f836ac1c36f944e58d8b738a1d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32a8644b71b739160478ada2e03c5cf496ebff1c3e37c4332e68033f9815fe1b
MD5 262c58a79f0752552c547f95aee0b1f7
BLAKE2b-256 10759637a4e87a72cddd682a2bd178408f0f6dd099c432c4bff622f22b79d74b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2c0166db4cf46bfbb12c0d85ee29b16aa469d55361dda9d737473f1d9325d1ac
MD5 cbb3fabc2feafb6496d1472374946389
BLAKE2b-256 f421e95373752271b1a2e15887f49fa739eab5e311b44bb7286361b2d85258bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9303b98bb2784b526ef7e45a77cb56f9ad2470c5c0c37015de13a45c2d9fc8e6
MD5 52daba0da865f9e1dedff8a7aefa2ca8
BLAKE2b-256 1ce4140b315ef9d246ae66a78ea407311c1deae831eaac0183427406329bdd63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9e4c785ccb3babf10e3dffd754d6550d4eabe77032be1dbf3cc86deae3e2acd
MD5 ee6720e4b096ccf294af14d79710fdbc
BLAKE2b-256 05b942d464736965fd34a2985d8e32a338c89322c8bc553654c689b326380844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0a1ab77e632249b1ce1daed107ea454685e8a20fea519e30c071ef5094a96096
MD5 14a13868be1112e276d6d75d977a0928
BLAKE2b-256 d07eb6b1357acc959eea4c5b9ac1687a4d5ae2558b74ffbb2f30c3d165a9e178

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.6-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.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 559602c0cbf0da9eec42050c91bf567d5467c61e9e737efe482c3bac4bb76f95
MD5 7942d90fa4da1106f8c289c5c8d52417
BLAKE2b-256 cd333ce2c167164fc268f2eec6833e4dbe21fe43527e7ea9e020d8b124298dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 f50eaa5f278c38fe379e5be7b0ec69ba3c4b246e48eff1454ca5a99bbcb14c80
MD5 6747dc270847b76604d03c2617500989
BLAKE2b-256 55f74e5180703fae5dc543706c519b1c845aa9a4e421aa288b4a00602eb349d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be6f96fd61596e13bef9eeecbbfef6507de434ec17d4a8b0c8c4480c5fe03209
MD5 43fc844dfe9698dad83c19e45c9f3db9
BLAKE2b-256 a5bfe99c0424c62e5d266701a6cb1551fa6d1b0d12c7003266f4aa6508f3790c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0b731b3de42b1eb2f85b4c2e5a27a1ac20c282f0d433ba3730d94837c53ed573
MD5 61dae2cb8e8dc724892330f4ada49211
BLAKE2b-256 a1a6447fc2b04983632f4bf728bf53b493d8b399e60726e2e80e90c21105b934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9c4c23da26559c14bb8b80e39ceade56e70d306f42dac25fd9160ede47321ece
MD5 908cbf7682d8f9533da81a2a7d6066fb
BLAKE2b-256 f8a4def1348bc5e2314047ee9a41840634e740013054731261eac4990b3fe73f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d75efaee15d15dbd34e040089b05d765410578cde245ca84234517b974f00f6b
MD5 6b438f7b4f8d70ccb936ad44b9aa69d3
BLAKE2b-256 3f0b64671b75e80ef9907d35f0730c7193d49e15915540721d8528b0a6e64e51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9bfab4c2b4e41d9f2f4ac2b4b088170ce38417f31cbf65183ad12e301fc381a
MD5 8670cce55eb4f2c576ce5c4e2c17359a
BLAKE2b-256 029341e488c9b557f514c9c689d863e080ec91afe4ccfcd7a508ea6e371f5d3a

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.6-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.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa11013a5bb28b721546a542b9439756d5d38a5c7c5afae5b5d4219a58ca4b3a
MD5 4bbe6aa9f2b83961bb3aacadbcbaa26f
BLAKE2b-256 cdfb6b0df62a5b8304726bf630ccabe9cb834a31d0ed9d32463b7fd015128d4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 171698562416501d95af0ac24ec4596f980c298282a3f00509be7b86dd78da78
MD5 6d99f0065e57d06f62bbeff544f0b38b
BLAKE2b-256 09a8ed37c5815f9656cb6c03dd489095c9d340da0005e29364a87207313d153f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a69108ee489f2b9e2193dfd87441568f6b572b4da738211bbe430ca656df7ba
MD5 c26611351a23aa51832fb6923656c543
BLAKE2b-256 37f379c5d3e5f4d59fe5d969be67c696f2ff243edcc2bb75d330bed70aa10210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0e0ec49fc02d5872ec2160e053bd4abfe5912e2b47a45119f460917521d4cb7d
MD5 915f59121ccc931c43c2a1dce477d84c
BLAKE2b-256 9f85ef87a92df99538644a994c00a17e9dec301271b7f4f883a05b2287747979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8cda1cc666e7c1607acfc95261d9276a16dbfa65394bb2c5f6be07fb0d9fdb61
MD5 4f0a2811e8b1d61fa97d51e813ddefdd
BLAKE2b-256 57c94c6362ecf8543d79a7f12707d00f2de1511f6ea420cd7b8b36b824f937a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b70160c257d46ea3d58757e2e476008b49e5c257c18c293b0d3942ea5e2fc06
MD5 49a7e8e9538895152b0a1edc1f33b123
BLAKE2b-256 0913418b86ab80b9f2710374081cd96ade2f5e0494c13ab0d0361098143dd518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 05e603175c8198d9f6920b37936b0c95c461a1ae1593890446bdff8f0dd0cf33
MD5 63dba4cefe08552ae20287923f70ef34
BLAKE2b-256 d89e40fd369d119fe896355b6890ef34d334fd0b28cb81d17007309e59a32b99

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.6-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.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18a35cdd4b13c2714bd70a8812f91e0cb89a50c0d3089e6a314033be2679bae4
MD5 b58db60795356b742a9e9dd152901317
BLAKE2b-256 39ea49ebf0df09bbc1aa64846628b2802d06a9a42e334b5bc2f0fb53142dbf5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 89ec65adaf5a7cba3bfe964d9a871316eb1b407c4767daf9b389a54a3d27b794
MD5 c40fe5edb24dcf96afed554b344fb47b
BLAKE2b-256 682a2050cb6b9b4b0773af18c3bb793fcf9a5192c266e86c662d19b73ea84e33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7124047a25d4fedbde367b44db50a6d3497e9284675170d756ce2ca6bea35b7
MD5 d56aafac149c72bd1757903ca98312ab
BLAKE2b-256 51f1f94a5635a86250530fea53483fddc3fbb28d322ad00119647f9fe64dfe19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b0896fea9175b03d62746ac0e2a5ef0b1fd876f029885a66c0c308655e0a2246
MD5 2d3bde6ecbf4336e4bb06a813aa25bbb
BLAKE2b-256 75c5dbf51015903b028050115cb24e8b1860a7c54cc9b4500a5c29cde78271ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: faster_hexbytes-1.3.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 44.2 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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 66e402898bfa02b66709e5d3b100912f2af2c622bfe2687b349bacd8cd88eb23
MD5 5d990825fb24671374788f274728c788
BLAKE2b-256 e62dabd00c0a4837e83471878f5bd62a17002c05ab49c06ae2db4c00a0d9d7df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 def64b1fd0e28411a75a8e575820fce7de8f79dd4ce8de52fe34cdbfa74b1a92
MD5 0e18cffdc10d08404fe0829b2fc5f5b2
BLAKE2b-256 ce2abab718deaca5289d971624d3ff7e9a57b910497cbd347c6daf557ae7fdd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ccff57eb9fb43ae4ceca3dec73deadbc08bd6cc3c1391a7ed367e37809d93e13
MD5 6ba1222516e572ed30abada7aba1df82
BLAKE2b-256 4de557f6fa7ec31f9a6b9f3ea095e6b798c623407b64afe45c0e335d290030fc

See more details on using hashes here.

File details

Details for the file faster_hexbytes-1.3.6-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.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f2e098d0f2ab0234db9bc8f039172eb1fbf0709a801bbb780915ca8f805f503a
MD5 a11213144e66f965556dc5a13d503153
BLAKE2b-256 657cf3979b918de30b25d6461add6dfb578bb65fb65860566c8af1e47289ae59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 5291b269324bba7a9f21af39d1063a63f309bb4abd0d61e8b3b64f7ab3b436c3
MD5 89df2cea05b4f22b462cdf97ab18a735
BLAKE2b-256 038045113e61d16967438c498b251a6a5a1b05cc3884c72709ef779d7834a676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for faster_hexbytes-1.3.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 988416a95619af7c1e833e8055372b05e7c366306e0bb87aaf65438b3f9ff9f1
MD5 349427506ebd4ceec588d654e0c58e8d
BLAKE2b-256 c322b6ec773c5bde5587f438a63268a3bb5cc8fe67e8072d1ee19fde84fe6e4e

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