Skip to main content

A faster fork of eth-utils: Common utility functions for python code that interacts with Ethereum. Implemented in C

Project description

I forked eth-utils 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 eth-utils. I will pull updates as they are released and push new faster-eth-utils releases to PyPI.
Starting in v5.3.11, all faster-eth-utils Exception classes inherit from the matching Exception class in eth-utils, so porting to faster-eth-utils does not require any change to your existing exception handlers. All existing exception handling in your codebase will continue to work as it did when originaly implemented.
We benchmark faster-eth-utils against the original eth-utils 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-hexbytes
The original eth-utils readme is below:

Ethereum Utilities

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

Common utility functions for python code that interacts with Ethereum

Read the documentation.

View the change log.

Installation

python -m pip install eth-utils

Developer Setup

If you would like to hack on eth-utils, please check out the Snake Charmers Tactical Manual for information on how we do:

  • Testing
  • Pull Requests
  • Documentation

We use pre-commit to maintain consistent code style. Once installed, it will run automatically with every commit. You can also run it manually with make lint. If you need to make a commit that skips the pre-commit checks, you can do so with git commit --no-verify.

Development Environment Setup

You can set up your dev environment with:

git clone git@github.com:ethereum/eth-utils.git
cd eth-utils
virtualenv -p python3 venv
. venv/bin/activate
python -m pip install -e ".[dev]"
pre-commit install

Update Networks

The list of networks resides in the JSON file under eth_utils/__json/eth_networks.json. This file is used to initialize Networks, which can be used to obtain network information with a chain ID.

Run the script to update the JSON file with the response from the remote list.

python update_networks.py

If there are new networks they will appear in the JSON file. After checking the updates, open a PR to make them available in a new release.

Release setup

To release a new version:

make release bump=$$VERSION_PART_TO_BUMP$$

How to bumpversion

The version format for this repo is {major}.{minor}.{patch} for stable, and {major}.{minor}.{patch}-{stage}.{devnum} for unstable (stage can be alpha or beta).

To issue the next version in line, specify which part to bump, like make release bump=minor or make release bump=devnum. This is typically done from the main branch, except when releasing a beta (in which case the beta is released from main, and the previous stable branch is released from said branch).

If you are in a beta version, make release bump=stage will switch to a stable.

To issue an unstable version when the current version is stable, specify the new version explicitly, like make release bump="--new-version 4.0.0-alpha.1 devnum"

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_eth_utils-5.3.21.tar.gz (130.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_eth_utils-5.3.21-cp314-cp314t-win_amd64.whl (410.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

faster_eth_utils-5.3.21-cp314-cp314t-win32.whl (367.4 kB view details)

Uploaded CPython 3.14tWindows x86

faster_eth_utils-5.3.21-cp314-cp314t-musllinux_1_2_x86_64.whl (716.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

faster_eth_utils-5.3.21-cp314-cp314t-musllinux_1_2_i686.whl (716.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

faster_eth_utils-5.3.21-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (718.1 kB view details)

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

faster_eth_utils-5.3.21-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (717.0 kB view details)

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

faster_eth_utils-5.3.21-cp314-cp314t-macosx_11_0_arm64.whl (469.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

faster_eth_utils-5.3.21-cp314-cp314-win_amd64.whl (371.7 kB view details)

Uploaded CPython 3.14Windows x86-64

faster_eth_utils-5.3.21-cp314-cp314-win32.whl (336.4 kB view details)

Uploaded CPython 3.14Windows x86

faster_eth_utils-5.3.21-cp314-cp314-musllinux_1_2_x86_64.whl (669.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

faster_eth_utils-5.3.21-cp314-cp314-musllinux_1_2_i686.whl (688.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

faster_eth_utils-5.3.21-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (672.4 kB view details)

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

faster_eth_utils-5.3.21-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (692.1 kB view details)

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

faster_eth_utils-5.3.21-cp314-cp314-macosx_11_0_arm64.whl (442.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

faster_eth_utils-5.3.21-cp313-cp313-win_amd64.whl (369.5 kB view details)

Uploaded CPython 3.13Windows x86-64

faster_eth_utils-5.3.21-cp313-cp313-win32.whl (333.9 kB view details)

Uploaded CPython 3.13Windows x86

faster_eth_utils-5.3.21-cp313-cp313-musllinux_1_2_x86_64.whl (666.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

faster_eth_utils-5.3.21-cp313-cp313-musllinux_1_2_i686.whl (688.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

faster_eth_utils-5.3.21-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (670.5 kB view details)

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

faster_eth_utils-5.3.21-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (691.8 kB view details)

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

faster_eth_utils-5.3.21-cp313-cp313-macosx_11_0_arm64.whl (442.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

faster_eth_utils-5.3.21-cp312-cp312-win_amd64.whl (369.3 kB view details)

Uploaded CPython 3.12Windows x86-64

faster_eth_utils-5.3.21-cp312-cp312-win32.whl (334.2 kB view details)

Uploaded CPython 3.12Windows x86

faster_eth_utils-5.3.21-cp312-cp312-musllinux_1_2_x86_64.whl (670.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

faster_eth_utils-5.3.21-cp312-cp312-musllinux_1_2_i686.whl (691.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

faster_eth_utils-5.3.21-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (674.1 kB view details)

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

faster_eth_utils-5.3.21-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (694.2 kB view details)

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

faster_eth_utils-5.3.21-cp312-cp312-macosx_11_0_arm64.whl (442.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

faster_eth_utils-5.3.21-cp311-cp311-win_amd64.whl (368.9 kB view details)

Uploaded CPython 3.11Windows x86-64

faster_eth_utils-5.3.21-cp311-cp311-win32.whl (334.1 kB view details)

Uploaded CPython 3.11Windows x86

faster_eth_utils-5.3.21-cp311-cp311-musllinux_1_2_x86_64.whl (642.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

faster_eth_utils-5.3.21-cp311-cp311-musllinux_1_2_i686.whl (651.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

faster_eth_utils-5.3.21-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (647.9 kB view details)

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

faster_eth_utils-5.3.21-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (652.7 kB view details)

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

faster_eth_utils-5.3.21-cp311-cp311-macosx_11_0_arm64.whl (442.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

faster_eth_utils-5.3.21-cp310-cp310-win_amd64.whl (369.5 kB view details)

Uploaded CPython 3.10Windows x86-64

faster_eth_utils-5.3.21-cp310-cp310-win32.whl (334.5 kB view details)

Uploaded CPython 3.10Windows x86

faster_eth_utils-5.3.21-cp310-cp310-musllinux_1_2_x86_64.whl (657.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

faster_eth_utils-5.3.21-cp310-cp310-musllinux_1_2_i686.whl (668.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

faster_eth_utils-5.3.21-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (661.7 kB view details)

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

faster_eth_utils-5.3.21-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (667.5 kB view details)

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

faster_eth_utils-5.3.21-cp310-cp310-macosx_11_0_arm64.whl (446.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file faster_eth_utils-5.3.21.tar.gz.

File metadata

  • Download URL: faster_eth_utils-5.3.21.tar.gz
  • Upload date:
  • Size: 130.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for faster_eth_utils-5.3.21.tar.gz
Algorithm Hash digest
SHA256 1dede871c6c39b0d33dde8c4ba06cde112f7ca95f5f21c88ddbb92889f6d7a19
MD5 c54a41216568fb86aa1be45f4f1e0357
BLAKE2b-256 2d9a7958c9511f8e587bec98c6e96d9112639ad5ef4ac97eda3d9704e12fb283

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cec1879cd327dd0f17e587801989f8ae7fb9cdb3cb9f69ba0a5bfeaedd147631
MD5 b692e198280ee289879e49a49bef4edc
BLAKE2b-256 4393302334b52a7e27076c95e7ba3465ad6dc184dfc66281a6750cdb572e7371

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c2847159de23b964f533b435329d5c7ab55eefbca7b1387f25bb672b4d16f836
MD5 09144c95fde9b8f146df3e1b8fd6b539
BLAKE2b-256 bb4d10fdd3bb5bab41cd1ec2c6aae5e6f79029ec5c1a4ad24c1f16d672f9b512

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f19d8e033c3acf17fc68e5801aa0185a55474c5f561669a414f898a68cb515e
MD5 43cb6e59245b573ae32636249ec345ce
BLAKE2b-256 bc8d37a80d6cddca9c4e0a9de2072495e47e6e782b1c18f8641bc4ec431ee31b

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9cf800ce9dcefc8ca2681262eaddc464fd572f6488e413f579fc24143390232d
MD5 bf08a75dc4fe63abcc55b7c121b0ef4c
BLAKE2b-256 247707d9afe89e344a2f53fce7c28e52dca2084766e175208d20efec931db47a

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c989bbfea1c5fbbcd10f9b3dbce02dcba3e92ae1defaeac5759db84b593c2565
MD5 41f5550c307d24a6d4dcee49d4e9b57c
BLAKE2b-256 8adfee9bf40d72dfd255eedc6e05f128097d4ec85eeb6124ccf016c0d9ac9f87

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 28b2c69978e70daa49b4a7c09724609bc3011bbc6fdb6bd13d1b2bb23afd8fbf
MD5 8fd4dfd2c94a21395fc3bf35673be83e
BLAKE2b-256 89452afa530926a157f86a7cd0215c99fa2c44b7edaf630aba21df601f9688c4

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b8702be0b2868331859db76739742b35bb4c8ef384029d402bb5cd25ff6a2e9
MD5 a38eb99b7e21b8e9ca13ff12ea4211e0
BLAKE2b-256 a9094d9a3af663ae5a4f8f0473bc884c72ad7650a8a1785498ccb62a5171a4c5

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 354d212ffce69ea725b9f6d9749c957eabf54eefe3c128bbf73381c17d0450d2
MD5 b406ad1d3daf759e9f36535ec7a44169
BLAKE2b-256 d7b2b50a42fbf971c6e1ec63d692e20499dc73ec4b16a36bcf18c65ea473386f

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ab252f7321c6876e45c39c6d9bd2b693b71b0ed2ede6b61df094fa41393e00c7
MD5 849eef1310034e40a80f3d1ba1bed774
BLAKE2b-256 3a0fb2d8fc990d283e80f8bf7a018440d6b9ede9a9184314499e61001de78794

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c58f11fe3dc9d08d55afe9331de1f1cd4d83ceee468453fb646f15ebf08adc6a
MD5 b43916894c2b3c27a881cead26a8f5cd
BLAKE2b-256 2b0d1577732864b5f18bc1909be5af8e38c3420d2722e5980be44bb9f4689742

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d43f2afdd57541ef7a97fa43d6de7ffdc1bbd77af57a5b45ee01befd8811b4b2
MD5 da4f2279b01de8a656916a4f83924107
BLAKE2b-256 b62e55f5878196de7db812cf84baddce2ea22b77ac43cc039baa1aba8d592138

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bb935e3090be3461bc3930dbc7150238201d41dd6fc8452a693f5e4fe178e19
MD5 e5dc0b1e26ff20ff25323270c9f392fc
BLAKE2b-256 b8e6ca78aeb9a2c1453846670195163d553fc555383c4f953bb700182b3e64dd

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2bfacd2ef7f03d70de230a40fda0030002539dba90ebd06c22774e29a15eb1ed
MD5 7d8cd5471491376f41a4ad90a1d5565e
BLAKE2b-256 4d0e7ff7e5f30de080d9112f7d336a7ffe4990ffdf784b545e3c873533e95abe

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c4bd3ef2899eb055c926e8dd2e91b2868837724f1e36520fd3bfcd0605a6149
MD5 d94cf6947b2a74dbbf582171a14ae9a3
BLAKE2b-256 1919927963c7b5297736a31eac539def57156438295856b49030f2ac88443773

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 75fd05932d2e04eb45597035832919b6cc955bacb1e6b26adc541bac97d01f72
MD5 483e3fc9c4998dc8d09b909b30c6da13
BLAKE2b-256 0c30eee6eb8fb1f81f83759d536c6b6c1d8ffaf2b2ade4404e27ada3eed69793

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8b0049904aa403fd89e9898f342fcd84c25cc46d7728b028b28bb3af6ae5e5d0
MD5 6e016a11a5f1cad14469f3f8da6f6b70
BLAKE2b-256 41aeba83ecd719e0687c60e28cfca03ad559ef05a96599dadea0a8527f649b41

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6e1ccd0bc3b1cf204cb668d6c3da8d1674850fb5e74fc270cf2b9187d34e79a
MD5 b677fa479861a77482d5ddd6ddbe90bc
BLAKE2b-256 2e30399e79b7ddfc5e7cbd6b6e8718f4ace13748cd99de116ff9c3c578656d01

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3394c102b244c8a6b98cb95212690f0d4332d146d9e3d608b9c654b6d35ab73b
MD5 a5d11f43413209675b4218288d60805c
BLAKE2b-256 17b6926665372b2289aed01ad76a70f42b0164b7a9a2198859a8a0e06f4562de

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b278a8e73a480b423ad9ed7a6dce9261fe58a787aa191080f74b0626e6bcef16
MD5 93fb1413ca970e684dbc42042ac83ac4
BLAKE2b-256 2d229cc8290312064d8a0c7ebf7edb79954c5c8add516ef3de7ffef5889bca99

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ccd5cea3da1879cfb731dac6250a12ecae6d2b761ad5552b0383f8d7ea34aeef
MD5 36c41004a553115c077ce9e333fe57ac
BLAKE2b-256 0b0628c1123105618a5f61561aec8af79163f8d6c0df259e3b0d79b064fdb02a

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37d481e1b8f958db8d1d230136053afbd8f15a7ff3f8f72c7a9c220d958c6a14
MD5 3b41a845293ff9f6b63f8191ccf78831
BLAKE2b-256 da6f1339a8d611d65485c26846a962bbe69ccdd7104f5bc699ca95374d0d959a

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 72d84250f404c77f4c611683fbb824430269774ec70437e2742867271ae48376
MD5 fa5ea500bfa62d330fd25d0ce09c25fa
BLAKE2b-256 d98b364c5cae133f4ec944d1225fec131e2b77d023c892b8813a81ee94b76088

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1de23b8272020421b65ac70ce6d2580b6f099b29671ce2c5699114cd11a9e613
MD5 a9b59058eb8f1cfcd4fd40d369242cc5
BLAKE2b-256 3d683b3c9b1549b826e466370bad2f610ca3472d20a1fc6b686bc40578dab5ff

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f809f8e93a6f000b1f86f121e25d342295a2ec0c90e070d597ad72c01d64c8c
MD5 51aef109469a7ad4f5a28a30cd5faadb
BLAKE2b-256 242f6486d8261ac2626fdfddcee0c7064397d0839a7fa129d4592acd4b8acc8e

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9783fb9a031c4a1a7c42ad549a9ea2296191645a2e0529cc47c3200d15d3f506
MD5 3c93fbac55c11a7add811ca03c998883
BLAKE2b-256 c42a03328095633baf63dc46d2630b417eb213b63b5e6646d303aabbdcfe59fe

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fabf34102682efb589c66bb90e0b58dc72b36fdc657c73649dc68add5c62b75d
MD5 2e53d427a5fa12db65e780e355ebdf54
BLAKE2b-256 db3f17afe31941a6055ed9753234c421a6a37aa79c15933bafe06f056ede5ce7

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 6952d814b6262175c424ea75a10f21adda42580fbffaf523ec5214b1b8e4126b
MD5 3a34700b91dfd4eeabb9c0c6510b4639
BLAKE2b-256 e0b9b1d77fdbda08fee3e1b84767eeeb9840e5dc0ce8147d26aef88db8096aa8

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4974b95253fe87ac08759c77dbec45ff33f465f4334e6b3cf03e63f7245a011
MD5 1803a9fa4b5dfb79c8b98526ad2503c5
BLAKE2b-256 a72f4866a69d67e4d4ac8ef55577139c61495353f1d66a558476f3983cd69d16

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d1806e6bf39e4baef36059e238f6bfdb9c088a3e5ed82b385a5a5749c1db65c1
MD5 3a541fdc3eb19a03c64671596b89a4dd
BLAKE2b-256 5777ad8bbcfcdc2ecd5f537863cc2cb5d6852623e907ad5cbb17878a3231c16b

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 faee802996d81d8f605ee048fe0ebbcd6d3536b274ac9e919d3fdecb95fc510d
MD5 d992c9a0dc34e187dbf499ea3be18f26
BLAKE2b-256 48790af8a91dcb9b4ea752fe6d67bd2277c19cc6951b1f8a1f5861758be2a527

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 659dbee2777055051752e9f08c0501a838753b7cfa0db42d740860af69eb4344
MD5 47d545e4ef567f39dbea5ab03e0d7ed5
BLAKE2b-256 9e722d5a4ef62a26899f99df3ad0bef6700e3a939f34484dbfe00c0ea4102cff

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 748cfb569d51781eabd79fe63b84fc553d06c8b6220eeb88ed7951d857bbb974
MD5 66ac058e5cdedf20fc24aa4bca4a0aaf
BLAKE2b-256 239fb6b2a7b749ea8a25f278ba0975459447cf8c84a84ecf34e08470d5571d67

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6da49e5a779c6f72e9ae86373ff7a78db7ad5bda32be5c34c2f8fd17306c4502
MD5 4947fb3b6cdd1c5b470f7c9298dac97a
BLAKE2b-256 186cf47a22073c28143c2f7db02e78d08891dd232be3ce8d912c589746b6e4bf

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a788a06df38d6212a298b7688f4052914eddefa39a28186b49e82a6495f9f2c0
MD5 3e85962aac3f3e16b1fceff654a51160
BLAKE2b-256 29b039a17e0c1acd7fc34c504268defceb27f45c5e3708943c5238a841886d47

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62153ce52aaa0eb5ddefca2abb0d297aa80d065ad4dd23d569a75271e1e2a137
MD5 8645cca4a356dfa7c528e3d39e6191cb
BLAKE2b-256 2f3ba1e4035eb0d7821ae0108e4770d5a3c1e2d00fe30857c05eb9c0382d2abc

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 346c30b93a61f84d3806934d9563acff8af35f679bbe8de655e2f476ce854024
MD5 ae0765d8f53a195114501b8145332245
BLAKE2b-256 dcd10eb17b063f04b1f20e7aa600c88be9b2d551265878778e50f197e15fce7a

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e57a8710de4918c3e2d38652acf4990ffa36370396d5dfc3906cd8ae57849171
MD5 2aca14e5db5e28d39e1e1e8eb07020cb
BLAKE2b-256 0e640cb9dd75d2435b34d649ee8428316e475ad5729666a14dddb9ffa424256e

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3089620f51cc7f77c01586f168a3df0f6ec6a756133f25ea6814c476e5e553cc
MD5 6b931d0889662c8055f412a9102f774f
BLAKE2b-256 70be7b36f5e8f7a641d2fd93286a107e0dbebe73d0616bfd50a87da4e1cb0b0b

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0666b5b53b2dc93692b13d467c2656910b0c98934f25bc4fa2941a822eaefda4
MD5 2229d2f60db4a40a588e7b1eb7b8b31a
BLAKE2b-256 21faadd6d120d2353cf763d0de6426e39eaa20b5295a73d89a572592dec18572

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 836502b83b8ed8203666233ce1b70b5ea2fa5fc9ce9d0d5b8f88d1ab07d4df79
MD5 ee6cfef2ac8f49b6790c6528b08d351d
BLAKE2b-256 31d66cc2f657f603c995139288d2970a1d4b579c0deb9721f5a8c92c5cc910dc

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 4f851330826f355978f6d702f01eea56e0859a902ffbaadd334ebe009d98270c
MD5 2eae4c4a78bdafb5acba30805457ec78
BLAKE2b-256 51811d6a46b981434f108f91a90698b7736037be42010cfaa5f185013c0fad29

See more details on using hashes here.

File details

Details for the file faster_eth_utils-5.3.21-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faster_eth_utils-5.3.21-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e398a28e734914306212ddc8a0631a55f53f574660a225d5724c5b400a565a5
MD5 323a2b8d0a9f29054d0062b379af1cc2
BLAKE2b-256 a29f1b33c567ddb015205873a4d6fd8a008ab53f2a722d5116f5b79d608d48bc

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