faster-web3


Namefaster-web3 JSON
Version 7.14.0 PyPI version JSON
download
home_pagehttps://github.com/BobTheBuidler/faster-web3.py
SummaryA faster fork of web3: A Python library for interacting with Ethereum. Implemented in C.
upload_time2025-10-21 21:28:08
maintainerNone
docs_urlNone
authorThe Ethereum Foundation
requires_python<4,>=3.9
licenseMIT
keywords ethereum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### I forked web3.py and compiled it to C. It does the same stuff, now faster

[![PyPI](https://img.shields.io/pypi/v/faster-web3.svg?logo=Python&logoColor=white)](https://pypi.org/project/faster-web3)
[![Monthly Downloads](https://img.shields.io/pypi/dm/faster-web3)](https://pypistats.org/packages/faster-web3)
[![Codspeed.io Status](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/BobTheBuidler/faster-web3.py)

##### This fork will be kept up-to-date with [web3.py](https://github.com/ethereum/web3.py). I will pull updates as they are released and push new [faster-web3.py](https://github.com/BobTheBuidler/faster-web3.py) releases to [PyPI](https://pypi.org/project/faster-web3.py/).

##### We (kinda) benchmark `faster-web3.py` against the original `web3.py` for your convenience. [See results](https://github.com/BobTheBuidler/faster-web3.py/tree/master/benchmarks/results). More benchmarks will be LLM'd into existence soon enough.

##### You can find the compiled C code and header files in the [build](https://github.com/BobTheBuidler/web3.py/tree/master/build) directory.

###### You may also be interested in: [faster-hexbytes](https://github.com/BobTheBuidler/faster-hexbytes/), [faster-eth-abi](https://github.com/BobTheBuidler/faster-eth-abi/), and [faster-eth-utils](https://github.com/BobTheBuidler/faster-eth-utils/)

##### The original web3.py readme is below:

# web3.py

[![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
[![Build Status](https://circleci.com/gh/ethereum/web3.py.svg?style=shield)](https://circleci.com/gh/ethereum/web3.py)
[![PyPI version](https://badge.fury.io/py/web3.svg)](https://badge.fury.io/py/web3)
[![Python versions](https://img.shields.io/pypi/pyversions/web3.svg)](https://pypi.python.org/pypi/web3)
[![Docs build](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest)

## A Python Library for Interacting with Ethereum

web3.py allows you to interact with the Ethereum blockchain using Python, enabling you to build decentralized applications, interact with smart contracts, and much more.

- Python 3.9+ support

## Installation

```sh
python -m pip install web3
```

## Documentation

[Get started in 5 minutes](https://web3py.readthedocs.io/en/latest/quickstart.html) or
[take a tour](https://web3py.readthedocs.io/en/latest/overview.html) of the library.

View the [change log](https://web3py.readthedocs.io/en/latest/release_notes.html).

For additional guides, examples, and APIs, see the [documentation](https://web3py.readthedocs.io/en/latest/).

## Want to Help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
guidelines for [contributing](https://web3py.readthedocs.io/en/latest/contributing.html),
then check out issues that are labeled
[Good First Issue](https://github.com/ethereum/web3.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).

______________________________________________________________________

## Questions on Implementation or Usage?

Join the conversation in the Ethereum Python Community [Discord](https://discord.gg/GHryRvPB84).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BobTheBuidler/faster-web3.py",
    "name": "faster-web3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "ethereum",
    "author": "The Ethereum Foundation",
    "author_email": "snakecharmers@ethereum.org",
    "download_url": "https://files.pythonhosted.org/packages/0b/61/95a1ca93c0898ff8ac8e0406486fe206143d96af7b86774df62880eefde6/faster_web3-7.14.0.tar.gz",
    "platform": null,
    "description": "### I forked web3.py and compiled it to C. It does the same stuff, now faster\n\n[![PyPI](https://img.shields.io/pypi/v/faster-web3.svg?logo=Python&logoColor=white)](https://pypi.org/project/faster-web3)\n[![Monthly Downloads](https://img.shields.io/pypi/dm/faster-web3)](https://pypistats.org/packages/faster-web3)\n[![Codspeed.io Status](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/BobTheBuidler/faster-web3.py)\n\n##### This fork will be kept up-to-date with [web3.py](https://github.com/ethereum/web3.py). I will pull updates as they are released and push new [faster-web3.py](https://github.com/BobTheBuidler/faster-web3.py) releases to [PyPI](https://pypi.org/project/faster-web3.py/).\n\n##### We (kinda) benchmark `faster-web3.py` against the original `web3.py` for your convenience. [See results](https://github.com/BobTheBuidler/faster-web3.py/tree/master/benchmarks/results). More benchmarks will be LLM'd into existence soon enough.\n\n##### You can find the compiled C code and header files in the [build](https://github.com/BobTheBuidler/web3.py/tree/master/build) directory.\n\n###### You may also be interested in: [faster-hexbytes](https://github.com/BobTheBuidler/faster-hexbytes/), [faster-eth-abi](https://github.com/BobTheBuidler/faster-eth-abi/), and [faster-eth-utils](https://github.com/BobTheBuidler/faster-eth-utils/)\n\n##### The original web3.py readme is below:\n\n# web3.py\n\n[![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)\n[![Build Status](https://circleci.com/gh/ethereum/web3.py.svg?style=shield)](https://circleci.com/gh/ethereum/web3.py)\n[![PyPI version](https://badge.fury.io/py/web3.svg)](https://badge.fury.io/py/web3)\n[![Python versions](https://img.shields.io/pypi/pyversions/web3.svg)](https://pypi.python.org/pypi/web3)\n[![Docs build](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest)\n\n## A Python Library for Interacting with Ethereum\n\nweb3.py allows you to interact with the Ethereum blockchain using Python, enabling you to build decentralized applications, interact with smart contracts, and much more.\n\n- Python 3.9+ support\n\n## Installation\n\n```sh\npython -m pip install web3\n```\n\n## Documentation\n\n[Get started in 5 minutes](https://web3py.readthedocs.io/en/latest/quickstart.html) or\n[take a tour](https://web3py.readthedocs.io/en/latest/overview.html) of the library.\n\nView the [change log](https://web3py.readthedocs.io/en/latest/release_notes.html).\n\nFor additional guides, examples, and APIs, see the [documentation](https://web3py.readthedocs.io/en/latest/).\n\n## Want to Help?\n\nWant to file a bug, contribute some code, or improve documentation? Excellent! Read up on our\nguidelines for [contributing](https://web3py.readthedocs.io/en/latest/contributing.html),\nthen check out issues that are labeled\n[Good First Issue](https://github.com/ethereum/web3.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).\n\n______________________________________________________________________\n\n## Questions on Implementation or Usage?\n\nJoin the conversation in the Ethereum Python Community [Discord](https://discord.gg/GHryRvPB84).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A faster fork of web3: A Python library for interacting with Ethereum. Implemented in C.",
    "version": "7.14.0",
    "project_urls": {
        "Documentation": "https://web3py.readthedocs.io/en/stable/",
        "Homepage": "https://github.com/BobTheBuidler/faster-web3.py",
        "Issues": "https://github.com/BobTheBuidler/faster-web3.py/issues",
        "Original": "https://github.com/ethereum/web3.py",
        "Release Notes": "https://github.com/BobTheBuidler/faster-web3.py/releases",
        "Source": "https://github.com/BobTheBuidler/faster-web3.py"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfd36f201a3d3ccccfe7f32b72bdc604c4665e9f749de9437b6b48c2b8b998f6",
                "md5": "8fef3360dd3a88139722682127f2d64d",
                "sha256": "b1b17615162e2d43204d82ffd7a1d65024f4abd5ef06279b179335252e6ab26f"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8fef3360dd3a88139722682127f2d64d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.9",
            "size": 4349325,
            "upload_time": "2025-10-21T21:27:52",
            "upload_time_iso_8601": "2025-10-21T21:27:52.453988Z",
            "url": "https://files.pythonhosted.org/packages/bf/d3/6f201a3d3ccccfe7f32b72bdc604c4665e9f749de9437b6b48c2b8b998f6/faster_web3-7.14.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "572c144a5f4d7314795196883d4fef11dddae2a81af80c48f7a4241187aaf426",
                "md5": "8f3daebcd482136245502fc9339920c1",
                "sha256": "dd673ec063d94beda0e633e817c23eb79c83772b484e3dd67f484eabcb29c6a7"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "8f3daebcd482136245502fc9339920c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.9",
            "size": 6398737,
            "upload_time": "2025-10-21T21:27:15",
            "upload_time_iso_8601": "2025-10-21T21:27:15.819321Z",
            "url": "https://files.pythonhosted.org/packages/57/2c/144a5f4d7314795196883d4fef11dddae2a81af80c48f7a4241187aaf426/faster_web3-7.14.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a4181e4b131ce69b9e16a32ff6ada4d1ee34b6e1b01674500c8f3d959f1e3f5",
                "md5": "a68c1d2aa7408b3c81612df6e2436d5e",
                "sha256": "6e1f934e5a11e5d575b42c7d86f0ff8181de34477081127312db33b0e35ebf05"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a68c1d2aa7408b3c81612df6e2436d5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.9",
            "size": 6346648,
            "upload_time": "2025-10-21T21:27:05",
            "upload_time_iso_8601": "2025-10-21T21:27:05.309940Z",
            "url": "https://files.pythonhosted.org/packages/2a/41/81e4b131ce69b9e16a32ff6ada4d1ee34b6e1b01674500c8f3d959f1e3f5/faster_web3-7.14.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "419d82be543ce8e85acc4810616385d5595cbe9085a0d7c912089e54a3273740",
                "md5": "28e143801efface3226a876d07c91be4",
                "sha256": "6f136754025ac7ad1a9093310ee93ef70d6776efb3fb83b08eb6af1acb4ec986"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "28e143801efface3226a876d07c91be4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.9",
            "size": 6525017,
            "upload_time": "2025-10-21T21:27:42",
            "upload_time_iso_8601": "2025-10-21T21:27:42.635554Z",
            "url": "https://files.pythonhosted.org/packages/41/9d/82be543ce8e85acc4810616385d5595cbe9085a0d7c912089e54a3273740/faster_web3-7.14.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bbdad678b2ff1097611f608e2402bbe9820220ed9331e395eb55a17ffc83fe52",
                "md5": "e017bff5dd446bd7d42cf23b5c8b8b77",
                "sha256": "72459028d2570bc97bfcfa87344d48252261141c9e3af8719ff957adb9c075d7"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e017bff5dd446bd7d42cf23b5c8b8b77",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.9",
            "size": 6398897,
            "upload_time": "2025-10-21T21:27:31",
            "upload_time_iso_8601": "2025-10-21T21:27:31.651314Z",
            "url": "https://files.pythonhosted.org/packages/bb/da/d678b2ff1097611f608e2402bbe9820220ed9331e395eb55a17ffc83fe52/faster_web3-7.14.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "031bb1136ab23fe815adf4840cad185490a895e1404cda192f226d1a80bd3eb9",
                "md5": "6478313d418aa4638c188d52021e97f1",
                "sha256": "de8f7c05e8072e647b184b3056bdb1a13a8aa466eba191b521a1031615425f00"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6478313d418aa4638c188d52021e97f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.9",
            "size": 3030343,
            "upload_time": "2025-10-21T21:28:00",
            "upload_time_iso_8601": "2025-10-21T21:28:00.947460Z",
            "url": "https://files.pythonhosted.org/packages/03/1b/b1136ab23fe815adf4840cad185490a895e1404cda192f226d1a80bd3eb9/faster_web3-7.14.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bbf3ea502c2a011ca009dd04c5204c693ac2998deb9328d5910526a1b7f0f9b",
                "md5": "85bcf2e78a937e20892f52ee94fdef88",
                "sha256": "30aed6b53037b37e5a508dff4c5d707db25b261ed57a8964864922fd850f20f6"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "85bcf2e78a937e20892f52ee94fdef88",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.9",
            "size": 4318091,
            "upload_time": "2025-10-21T21:27:53",
            "upload_time_iso_8601": "2025-10-21T21:27:53.854260Z",
            "url": "https://files.pythonhosted.org/packages/1b/bf/3ea502c2a011ca009dd04c5204c693ac2998deb9328d5910526a1b7f0f9b/faster_web3-7.14.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "024f6301f418cc864805ffd8571200832542764ad1b403bc0d5f312710f20d50",
                "md5": "7036f5739a84ae98cf75c138eec4cec9",
                "sha256": "df9181bd71ab89440c48beab4fb505eebe2c08714cba9f0286c360c3e66525ac"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "7036f5739a84ae98cf75c138eec4cec9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.9",
            "size": 6390780,
            "upload_time": "2025-10-21T21:27:17",
            "upload_time_iso_8601": "2025-10-21T21:27:17.225179Z",
            "url": "https://files.pythonhosted.org/packages/02/4f/6301f418cc864805ffd8571200832542764ad1b403bc0d5f312710f20d50/faster_web3-7.14.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19cb1c8449028d23225b23604a57a1618a8fb0794241a087be1e3ee321d2f36c",
                "md5": "b6882f7ba05c4a8568348fe944ab5cbe",
                "sha256": "a6310be88357c3bebc8536b555e89783adb08861e58880bb0fa86bd623a7101d"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b6882f7ba05c4a8568348fe944ab5cbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.9",
            "size": 6363612,
            "upload_time": "2025-10-21T21:27:06",
            "upload_time_iso_8601": "2025-10-21T21:27:06.993496Z",
            "url": "https://files.pythonhosted.org/packages/19/cb/1c8449028d23225b23604a57a1618a8fb0794241a087be1e3ee321d2f36c/faster_web3-7.14.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be4d189f8be33ceb44dddedd85168a81c7092b0b939d2db3a8ce471704877013",
                "md5": "3f3677bdaf8e96807969e65d67f1bdcc",
                "sha256": "35b219ceccdddfabb1d4d3319d37e9adfee09aa48cf56dc68613c13123b81273"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3f3677bdaf8e96807969e65d67f1bdcc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.9",
            "size": 6513249,
            "upload_time": "2025-10-21T21:27:43",
            "upload_time_iso_8601": "2025-10-21T21:27:43.889425Z",
            "url": "https://files.pythonhosted.org/packages/be/4d/189f8be33ceb44dddedd85168a81c7092b0b939d2db3a8ce471704877013/faster_web3-7.14.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d057aeec5716dea29ce03adf30d71a28d4156d730de7cd534ec3ee54e056ec3",
                "md5": "3ef45befa29d62466baa410390af8ca2",
                "sha256": "7da6ef7bbe2511e0800ca927dfaf38916f5049ce2cb17fe539763f115a165f05"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3ef45befa29d62466baa410390af8ca2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.9",
            "size": 6416101,
            "upload_time": "2025-10-21T21:27:32",
            "upload_time_iso_8601": "2025-10-21T21:27:32.761168Z",
            "url": "https://files.pythonhosted.org/packages/7d/05/7aeec5716dea29ce03adf30d71a28d4156d730de7cd534ec3ee54e056ec3/faster_web3-7.14.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80a7bfe09474c85862846ce7525e85a5c0ad77ea01f3cca5d8cc8315175b5de2",
                "md5": "ae16a8e5b744097cf1db97d902746943",
                "sha256": "dac0128325c26db2b766af58170d8130551458f4729f9d8745715996f2ad3123"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ae16a8e5b744097cf1db97d902746943",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.9",
            "size": 3033634,
            "upload_time": "2025-10-21T21:28:02",
            "upload_time_iso_8601": "2025-10-21T21:28:02.022368Z",
            "url": "https://files.pythonhosted.org/packages/80/a7/bfe09474c85862846ce7525e85a5c0ad77ea01f3cca5d8cc8315175b5de2/faster_web3-7.14.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "855022277c37e0275d1bd81d4565f5e91b99b8e30b7b35ceea25e630ef34a660",
                "md5": "5ad88f22209d06457eba418210da4a59",
                "sha256": "b8be143a77be24ccd0e80b6cecd5936d75e9d294118ec24ca85c3124e91f71f6"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5ad88f22209d06457eba418210da4a59",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.9",
            "size": 4332418,
            "upload_time": "2025-10-21T21:27:55",
            "upload_time_iso_8601": "2025-10-21T21:27:55.097993Z",
            "url": "https://files.pythonhosted.org/packages/85/50/22277c37e0275d1bd81d4565f5e91b99b8e30b7b35ceea25e630ef34a660/faster_web3-7.14.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c13edc20d3d2711569820ae6c71dd5f2b94da55492e101e45bb77752fd6eaedf",
                "md5": "31463b13bb98ec1c4489acdf67498495",
                "sha256": "734b7a7d904d959404c0e6b1a6e0adba6df132157af717d9c1398fb4a4148390"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "31463b13bb98ec1c4489acdf67498495",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.9",
            "size": 6668064,
            "upload_time": "2025-10-21T21:27:18",
            "upload_time_iso_8601": "2025-10-21T21:27:18.952729Z",
            "url": "https://files.pythonhosted.org/packages/c1/3e/dc20d3d2711569820ae6c71dd5f2b94da55492e101e45bb77752fd6eaedf/faster_web3-7.14.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0a0450df3b9cb5af3b466a389434bc45af5449b0ff9f59397063d3db976f8a2",
                "md5": "e123a82c0e4f0e89d424e94ba4dce96e",
                "sha256": "12df551b0496d8530663a70d4fd0a633994aa9abf0684e00b47bfd2294e31dd5"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e123a82c0e4f0e89d424e94ba4dce96e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.9",
            "size": 6530928,
            "upload_time": "2025-10-21T21:27:08",
            "upload_time_iso_8601": "2025-10-21T21:27:08.199265Z",
            "url": "https://files.pythonhosted.org/packages/e0/a0/450df3b9cb5af3b466a389434bc45af5449b0ff9f59397063d3db976f8a2/faster_web3-7.14.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a61049a1406b3fd6ee7111cf67ef4c9e87dd93c548519644b30e30b16061b86",
                "md5": "25410b8f3554df0ead08984fe14aa9c7",
                "sha256": "6a34738e90f6e0cedf48416c6b76c4b1a03d71fb3f8a5ca2a62658d2ec1ea856"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "25410b8f3554df0ead08984fe14aa9c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.9",
            "size": 6679255,
            "upload_time": "2025-10-21T21:27:45",
            "upload_time_iso_8601": "2025-10-21T21:27:45.180186Z",
            "url": "https://files.pythonhosted.org/packages/3a/61/049a1406b3fd6ee7111cf67ef4c9e87dd93c548519644b30e30b16061b86/faster_web3-7.14.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "880b333b711333f427e99a6f35903f4aa1085e22411b4cde0e695c1ab34c25bb",
                "md5": "330d3cf62e769625d14f226a641313f9",
                "sha256": "319595fa2eede94c1f2e0a5f3b8dbaf59c408ccc5503060c2a4a774df970f4fd"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "330d3cf62e769625d14f226a641313f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.9",
            "size": 6486356,
            "upload_time": "2025-10-21T21:27:34",
            "upload_time_iso_8601": "2025-10-21T21:27:34.284925Z",
            "url": "https://files.pythonhosted.org/packages/88/0b/333b711333f427e99a6f35903f4aa1085e22411b4cde0e695c1ab34c25bb/faster_web3-7.14.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f7801d7c6fe5e3b1b38e7d4888b602b9e55f1e0c1a32a5e0ca5af67ecc6d023",
                "md5": "58397d3734b2eb6f195760aab876af44",
                "sha256": "6ab76be5a41d1eda68a45998424323fe7f269f56217981af0b7e40ac34d3eaf1"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "58397d3734b2eb6f195760aab876af44",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.9",
            "size": 3077114,
            "upload_time": "2025-10-21T21:28:03",
            "upload_time_iso_8601": "2025-10-21T21:28:03.131822Z",
            "url": "https://files.pythonhosted.org/packages/4f/78/01d7c6fe5e3b1b38e7d4888b602b9e55f1e0c1a32a5e0ca5af67ecc6d023/faster_web3-7.14.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c504415e904b8b7a2d0da1c1f12f2d3f72848bfdf078013952a98c0fe1d9c697",
                "md5": "628d8d8c190fcf492700989a6c74c8ba",
                "sha256": "9dfa539f01d4f365401e214206091eabd8509c8e1e4092c32ec94b5db543e747"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "628d8d8c190fcf492700989a6c74c8ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<4,>=3.9",
            "size": 4327202,
            "upload_time": "2025-10-21T21:27:56",
            "upload_time_iso_8601": "2025-10-21T21:27:56.270810Z",
            "url": "https://files.pythonhosted.org/packages/c5/04/415e904b8b7a2d0da1c1f12f2d3f72848bfdf078013952a98c0fe1d9c697/faster_web3-7.14.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a8a2961fad658c36c448d17ac1bfef9fe0a6fc48e9490d625a2ab1fe717af2a3",
                "md5": "59e603ac7188e65ce0666d572bfb7b5e",
                "sha256": "5a592bf70a961cf68b3330d2aee01d0b50f493aceab63f4af42d0d208cbdbf87"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "59e603ac7188e65ce0666d572bfb7b5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<4,>=3.9",
            "size": 6624194,
            "upload_time": "2025-10-21T21:27:20",
            "upload_time_iso_8601": "2025-10-21T21:27:20.560353Z",
            "url": "https://files.pythonhosted.org/packages/a8/a2/961fad658c36c448d17ac1bfef9fe0a6fc48e9490d625a2ab1fe717af2a3/faster_web3-7.14.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "20f2eee0ef59dbe735db116fb831926cb243eb1e2aadb50b3357a5af873a190b",
                "md5": "cd2e20ab0077c97634ddaf108c62a9da",
                "sha256": "0a2e9fdc9da5af638cb3d7c8ccd61688bca1d141b7fd2deeb415f4f3a93cc5cb"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd2e20ab0077c97634ddaf108c62a9da",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<4,>=3.9",
            "size": 6467269,
            "upload_time": "2025-10-21T21:27:09",
            "upload_time_iso_8601": "2025-10-21T21:27:09.425662Z",
            "url": "https://files.pythonhosted.org/packages/20/f2/eee0ef59dbe735db116fb831926cb243eb1e2aadb50b3357a5af873a190b/faster_web3-7.14.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "065093addd9e04399dfd3e99f6bce186403b363b953b1fb200bb66661ff97b1b",
                "md5": "5dc72b2363f69e5afb768e51d3ddbd05",
                "sha256": "c26e3e3c9bfb7dad2f4ba40387aba114cb1591180cec414b0b8126fc72e40ca9"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5dc72b2363f69e5afb768e51d3ddbd05",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<4,>=3.9",
            "size": 6633025,
            "upload_time": "2025-10-21T21:27:46",
            "upload_time_iso_8601": "2025-10-21T21:27:46.381867Z",
            "url": "https://files.pythonhosted.org/packages/06/50/93addd9e04399dfd3e99f6bce186403b363b953b1fb200bb66661ff97b1b/faster_web3-7.14.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7971badef30ee686aea9d67721ee432059f716d7444c9ee31b4045ab3d101ae",
                "md5": "f5c4451e1fa79fb2a5d75598bea6cfae",
                "sha256": "50c2870b79630ccf91e0b9c19b9f3323c48f5e282ab63d3535ac2e457ce77ddb"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f5c4451e1fa79fb2a5d75598bea6cfae",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<4,>=3.9",
            "size": 6431691,
            "upload_time": "2025-10-21T21:27:35",
            "upload_time_iso_8601": "2025-10-21T21:27:35.772404Z",
            "url": "https://files.pythonhosted.org/packages/b7/97/1badef30ee686aea9d67721ee432059f716d7444c9ee31b4045ab3d101ae/faster_web3-7.14.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5cc6377d6afab6766a89795298d24a986b22eef76d916c4c01c869f82ff7790",
                "md5": "cbc4417d41e23450f90e90c0e186ea46",
                "sha256": "cc396f9a9d9e847282771d19b467e996b13e60e551826cc9be8d94a0a699ac90"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cbc4417d41e23450f90e90c0e186ea46",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<4,>=3.9",
            "size": 3080531,
            "upload_time": "2025-10-21T21:28:04",
            "upload_time_iso_8601": "2025-10-21T21:28:04.195306Z",
            "url": "https://files.pythonhosted.org/packages/b5/cc/6377d6afab6766a89795298d24a986b22eef76d916c4c01c869f82ff7790/faster_web3-7.14.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15c9aee366e15d4c19d3927792b787373831722f9de68f4e3eaecae28b2d5ef2",
                "md5": "a66c626d805fd8ff0e69ea86a9798b3a",
                "sha256": "1453890f593b167ad1db9bde5d14caa69670f6ed5d8f21643f75d2ba229c856f"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a66c626d805fd8ff0e69ea86a9798b3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 4336529,
            "upload_time": "2025-10-21T21:27:57",
            "upload_time_iso_8601": "2025-10-21T21:27:57.393570Z",
            "url": "https://files.pythonhosted.org/packages/15/c9/aee366e15d4c19d3927792b787373831722f9de68f4e3eaecae28b2d5ef2/faster_web3-7.14.0-cp314-cp314-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "141004f50494359bd0033a355bcee141d07ea4943035f45fd95755e4b2adbe04",
                "md5": "bb07aa81fb81928016498e212f658952",
                "sha256": "19331c403fe0ed0fe6ada372c5b465bd399287df77cc3d44a3765b6b51fd648b"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "bb07aa81fb81928016498e212f658952",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 6597699,
            "upload_time": "2025-10-21T21:27:22",
            "upload_time_iso_8601": "2025-10-21T21:27:22.183478Z",
            "url": "https://files.pythonhosted.org/packages/14/10/04f50494359bd0033a355bcee141d07ea4943035f45fd95755e4b2adbe04/faster_web3-7.14.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "569a06ea7827a865832a4b7910d510e9099e799bc81c10ad4bd3791df6487ac4",
                "md5": "aebdd182dc68efaab85ae4ccc57d694f",
                "sha256": "d0419123ec4b6a1f16267eaef897b94da32e7c307acd80206edced028d076d40"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aebdd182dc68efaab85ae4ccc57d694f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 6458957,
            "upload_time": "2025-10-21T21:27:10",
            "upload_time_iso_8601": "2025-10-21T21:27:10.940984Z",
            "url": "https://files.pythonhosted.org/packages/56/9a/06ea7827a865832a4b7910d510e9099e799bc81c10ad4bd3791df6487ac4/faster_web3-7.14.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ac450df74c0a0a6841459a616b580e29fc8b76c3d6386d8ba3bc0d739d89b70",
                "md5": "c6ef82abd0e57fe8ddd6af3b32db3a0a",
                "sha256": "e66fd3af8d36f40b34c7d6d6746bb877bbcefdd0d696b32eca87e796fe397419"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c6ef82abd0e57fe8ddd6af3b32db3a0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 6641680,
            "upload_time": "2025-10-21T21:27:47",
            "upload_time_iso_8601": "2025-10-21T21:27:47.950500Z",
            "url": "https://files.pythonhosted.org/packages/7a/c4/50df74c0a0a6841459a616b580e29fc8b76c3d6386d8ba3bc0d739d89b70/faster_web3-7.14.0-cp314-cp314-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c8e819b0fed0485730a0275230a17691e86aab6403db1806ac85bce068177233",
                "md5": "496f8d9feaa65227c2c4385f5696f77f",
                "sha256": "c772f0bef25f6a5af3c402a492b3183ae36cb88ac813250a673ad8e16b755041"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "496f8d9feaa65227c2c4385f5696f77f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 6450855,
            "upload_time": "2025-10-21T21:27:36",
            "upload_time_iso_8601": "2025-10-21T21:27:36.906571Z",
            "url": "https://files.pythonhosted.org/packages/c8/e8/19b0fed0485730a0275230a17691e86aab6403db1806ac85bce068177233/faster_web3-7.14.0-cp314-cp314-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ffbbdd7a07fe506d260baafa78fe5215ade324b906d8653018b99210d084a5c1",
                "md5": "991775e335e93857d765d16150bfd6f8",
                "sha256": "b53948d92cd5b16acbb450423011e6998a805192a42c7786f745845655261892"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "991775e335e93857d765d16150bfd6f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 4549558,
            "upload_time": "2025-10-21T21:27:58",
            "upload_time_iso_8601": "2025-10-21T21:27:58.614121Z",
            "url": "https://files.pythonhosted.org/packages/ff/bb/dd7a07fe506d260baafa78fe5215ade324b906d8653018b99210d084a5c1/faster_web3-7.14.0-cp314-cp314t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d40e19a1b95bd305e8369055464cfe1b215d898561dd4a28dbc033300b1fe14",
                "md5": "78020fe8b3579f549380466501df2dc6",
                "sha256": "1f79577bb0fd726123e89073a52ecd9ab28e53ab00c4afc3fa1a5d8f38b85917"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "78020fe8b3579f549380466501df2dc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 7141679,
            "upload_time": "2025-10-21T21:27:23",
            "upload_time_iso_8601": "2025-10-21T21:27:23.455015Z",
            "url": "https://files.pythonhosted.org/packages/2d/40/e19a1b95bd305e8369055464cfe1b215d898561dd4a28dbc033300b1fe14/faster_web3-7.14.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "efa464390663e2cf3b5b106f1bda4440f14a61447aab6b3717b3c7e3dee98615",
                "md5": "acd4f2b0288c79776edb142213c9b477",
                "sha256": "0a5b61051dcb99b513aaf77f1d2e0dd5db8dc29773b75fc08dea4c67fb5d0cd5"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "acd4f2b0288c79776edb142213c9b477",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 7139813,
            "upload_time": "2025-10-21T21:27:12",
            "upload_time_iso_8601": "2025-10-21T21:27:12.414083Z",
            "url": "https://files.pythonhosted.org/packages/ef/a4/64390663e2cf3b5b106f1bda4440f14a61447aab6b3717b3c7e3dee98615/faster_web3-7.14.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0e299aa44dc75e1b33ecc0028c73d088d22ab8dcab31c440bfae992bbe1b91a",
                "md5": "fa272480fc906c96d7651f80a15d5082",
                "sha256": "c206df64be98abb6845e2b75e9feb39c9c6976cc77f3d96b0d9a7d8a2d5d6cb6"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fa272480fc906c96d7651f80a15d5082",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 7257306,
            "upload_time": "2025-10-21T21:27:49",
            "upload_time_iso_8601": "2025-10-21T21:27:49.458296Z",
            "url": "https://files.pythonhosted.org/packages/e0/e2/99aa44dc75e1b33ecc0028c73d088d22ab8dcab31c440bfae992bbe1b91a/faster_web3-7.14.0-cp314-cp314t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ecd9733341f00889ddc1105672351d91c8493452b226e3fe1f3a9d7463b255b",
                "md5": "b5d0b8ac94a0ebabe61adb227fa7037f",
                "sha256": "73bee15939fa25a2226e49392c2aea9c4786d82f286d98b7b3feb61e923716b5"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b5d0b8ac94a0ebabe61adb227fa7037f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 7174938,
            "upload_time": "2025-10-21T21:27:39",
            "upload_time_iso_8601": "2025-10-21T21:27:39.801718Z",
            "url": "https://files.pythonhosted.org/packages/9e/cd/9733341f00889ddc1105672351d91c8493452b226e3fe1f3a9d7463b255b/faster_web3-7.14.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c2a4879f5cfbff964a10991efa4537723a4bd031c5370d6920e3f788c2378c4",
                "md5": "e1a03ee5d03d42879df739a25f75fe87",
                "sha256": "135cb416fcab7d7a293929c023746a63b3688c28169a6ce7526c9688fce86b93"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e1a03ee5d03d42879df739a25f75fe87",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 3260753,
            "upload_time": "2025-10-21T21:28:06",
            "upload_time_iso_8601": "2025-10-21T21:28:06.480310Z",
            "url": "https://files.pythonhosted.org/packages/8c/2a/4879f5cfbff964a10991efa4537723a4bd031c5370d6920e3f788c2378c4/faster_web3-7.14.0-cp314-cp314t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cd18e14d42308be5679f322d9e33d500e6b8bdccd2797d911b49bf68846992a",
                "md5": "f46042fa84f6dc10528cb2c610193353",
                "sha256": "a071ba7e477d0261b77e9f3d7f11c07aed6f5abd85c20fdc37c8eba3dcb74e4e"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp314-cp314-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f46042fa84f6dc10528cb2c610193353",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": "<4,>=3.9",
            "size": 3088140,
            "upload_time": "2025-10-21T21:28:05",
            "upload_time_iso_8601": "2025-10-21T21:28:05.406117Z",
            "url": "https://files.pythonhosted.org/packages/6c/d1/8e14d42308be5679f322d9e33d500e6b8bdccd2797d911b49bf68846992a/faster_web3-7.14.0-cp314-cp314-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21726dd156a147c698dbc1433540fe49c675b0b130effa8cb6c228b4ea49a5da",
                "md5": "a22871177a62a2536f966b67ed1760e9",
                "sha256": "e0d27ada835db7b5a4fb5d2d0f591a5c58af547627127b4fd22c0d97b1d4f5cf"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a22871177a62a2536f966b67ed1760e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.9",
            "size": 4349415,
            "upload_time": "2025-10-21T21:27:59",
            "upload_time_iso_8601": "2025-10-21T21:27:59.827272Z",
            "url": "https://files.pythonhosted.org/packages/21/72/6dd156a147c698dbc1433540fe49c675b0b130effa8cb6c228b4ea49a5da/faster_web3-7.14.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2fc85827705d8ec363353de19ca47e2455b6b3a50dc8b3adda155a9b48c2db01",
                "md5": "0db8683c30524e4bd2ffc76598749196",
                "sha256": "e2321ddeca5f1746b55b746eee53ed0398a1d58e070a6f7391ec1c6134c0e052"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "has_sig": false,
            "md5_digest": "0db8683c30524e4bd2ffc76598749196",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.9",
            "size": 6382407,
            "upload_time": "2025-10-21T21:27:30",
            "upload_time_iso_8601": "2025-10-21T21:27:30.501287Z",
            "url": "https://files.pythonhosted.org/packages/2f/c8/5827705d8ec363353de19ca47e2455b6b3a50dc8b3adda155a9b48c2db01/faster_web3-7.14.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6ea13529e89bae287bf82715dd9843540ff1b4871b90ebced51f1b40b75497d",
                "md5": "676ab670f9a3984794740262e001ffdd",
                "sha256": "6f4bea919378f09d6a6910b1d90487e5541dd90151da48793095c9ac14dc4618"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "676ab670f9a3984794740262e001ffdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.9",
            "size": 6327360,
            "upload_time": "2025-10-21T21:27:14",
            "upload_time_iso_8601": "2025-10-21T21:27:14.194471Z",
            "url": "https://files.pythonhosted.org/packages/c6/ea/13529e89bae287bf82715dd9843540ff1b4871b90ebced51f1b40b75497d/faster_web3-7.14.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef9c1a7cfc2c0658a92a88774c8fec1341a1cf8e622f7bfc4d1400b80d966bc7",
                "md5": "7bba7e0c7a10b51e727434769ffb7390",
                "sha256": "6397cfbd1e30b1c4e1471225ca012ea9a5e01432ca10d12dc86b41a2cce5e4fb"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7bba7e0c7a10b51e727434769ffb7390",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.9",
            "size": 6506360,
            "upload_time": "2025-10-21T21:27:50",
            "upload_time_iso_8601": "2025-10-21T21:27:50.647262Z",
            "url": "https://files.pythonhosted.org/packages/ef/9c/1a7cfc2c0658a92a88774c8fec1341a1cf8e622f7bfc4d1400b80d966bc7/faster_web3-7.14.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6644b83fcf10929dbb3a31df7b5c4b7f40a64f4f9957c095745e5ee2f18be50b",
                "md5": "3c0c97cd4b746dd51d8b1f17e4bfe132",
                "sha256": "94c1ea9c65685e4fb1d3b1270a5249f02fa5824c44e6c90d183c9cd30bd17534"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c0c97cd4b746dd51d8b1f17e4bfe132",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.9",
            "size": 6381120,
            "upload_time": "2025-10-21T21:27:41",
            "upload_time_iso_8601": "2025-10-21T21:27:41.420665Z",
            "url": "https://files.pythonhosted.org/packages/66/44/b83fcf10929dbb3a31df7b5c4b7f40a64f4f9957c095745e5ee2f18be50b/faster_web3-7.14.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c63a77b2c9ad990c8cb3ba610cbeb7ebd73470c75c740442c14aeec8e3c12a21",
                "md5": "71ae4b6cd5e8ef6e2c6d89d8e7ee98c7",
                "sha256": "d8d9c8b7de414cff95d3e3c67c9bca4192bf95d4262f1c68134693d7142c68b5"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "71ae4b6cd5e8ef6e2c6d89d8e7ee98c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.9",
            "size": 3028289,
            "upload_time": "2025-10-21T21:28:07",
            "upload_time_iso_8601": "2025-10-21T21:28:07.600062Z",
            "url": "https://files.pythonhosted.org/packages/c6/3a/77b2c9ad990c8cb3ba610cbeb7ebd73470c75c740442c14aeec8e3c12a21/faster_web3-7.14.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b6195a1ca93c0898ff8ac8e0406486fe206143d96af7b86774df62880eefde6",
                "md5": "3aa6425c714f0ee763cffd1feef77191",
                "sha256": "019deed696d03f4123e4a55a12cd47c7261975f01584e793cf6d7f136d43ce65"
            },
            "downloads": -1,
            "filename": "faster_web3-7.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3aa6425c714f0ee763cffd1feef77191",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 2204323,
            "upload_time": "2025-10-21T21:28:08",
            "upload_time_iso_8601": "2025-10-21T21:28:08.576907Z",
            "url": "https://files.pythonhosted.org/packages/0b/61/95a1ca93c0898ff8ac8e0406486fe206143d96af7b86774df62880eefde6/faster_web3-7.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-21 21:28:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BobTheBuidler",
    "github_project": "faster-web3.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "tox": true,
    "lcname": "faster-web3"
}
        
Elapsed time: 4.07186s