web3tool


Nameweb3tool JSON
Version 6.6.3 PyPI version JSON
download
home_pagehttps://github.com/ethereum/web3tool.py
Summaryweb3tool.py
upload_time2023-07-19 07:10:26
maintainer
docs_urlNone
authorThe Ethereum Foundation
requires_python>=3.7.2
licenseMIT
keywords ethereum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # web3tool.py

[![Documentation Status](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest)
[![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/web3tool.py.svg?style=shield)](https://circleci.com/gh/ethereum/web3tool.py)

A Python library for interacting with Ethereum.

-   Python 3.7.2+ support

---

## Quickstart

[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.

## Documentation

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/web3tool.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).

---

#### Questions on implementation or usage? Join the conversation on [discord](https://discord.gg/GHryRvPB84).

# 安装twine
pip3 install twine

# 打包检查
python3 setup.py check

# 打包
python3 setup.py sdist build

# 上传
twine upload dist/*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ethereum/web3tool.py",
    "name": "web3tool",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.2",
    "maintainer_email": "",
    "keywords": "ethereum",
    "author": "The Ethereum Foundation",
    "author_email": "snakecharmers@ethereum.org",
    "download_url": "https://files.pythonhosted.org/packages/88/25/5f431c4da947d7325391f44a08f42064ddb3a5c4ffb3272202053e6538af/web3tool-6.6.3.tar.gz",
    "platform": null,
    "description": "# web3tool.py\n\n[![Documentation Status](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest)\n[![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/web3tool.py.svg?style=shield)](https://circleci.com/gh/ethereum/web3tool.py)\n\nA Python library for interacting with Ethereum.\n\n-   Python 3.7.2+ support\n\n---\n\n## Quickstart\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\n## Documentation\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/web3tool.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).\n\n---\n\n#### Questions on implementation or usage? Join the conversation on [discord](https://discord.gg/GHryRvPB84).\n\n# \u5b89\u88c5twine\npip3 install twine\n\n# \u6253\u5305\u68c0\u67e5\npython3 setup.py check\n\n# \u6253\u5305\npython3 setup.py sdist build\n\n# \u4e0a\u4f20\ntwine upload dist/*\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "web3tool.py",
    "version": "6.6.3",
    "project_urls": {
        "Homepage": "https://github.com/ethereum/web3tool.py"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88255f431c4da947d7325391f44a08f42064ddb3a5c4ffb3272202053e6538af",
                "md5": "af62499ed87fb4b3ab30a85f0adb83ab",
                "sha256": "ff2fda78aac801db38fc72c7d009b8ccaaa5d662e139e01acd911461342a4d8c"
            },
            "downloads": -1,
            "filename": "web3tool-6.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "af62499ed87fb4b3ab30a85f0adb83ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.2",
            "size": 1446003,
            "upload_time": "2023-07-19T07:10:26",
            "upload_time_iso_8601": "2023-07-19T07:10:26.111886Z",
            "url": "https://files.pythonhosted.org/packages/88/25/5f431c4da947d7325391f44a08f42064ddb3a5c4ffb3272202053e6538af/web3tool-6.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-19 07:10:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ethereum",
    "github_project": "web3tool.py",
    "github_not_found": true,
    "lcname": "web3tool"
}
        
Elapsed time: 0.09226s