ethrpc


Nameethrpc JSON
Version 6.6.4 PyPI version JSON
download
home_pagehttps://github.com/ethereum/ethrpc.py
Summaryethrpc.py
upload_time2023-07-19 04:02:48
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.
            # ethrpc.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/ethrpc.py.svg?style=shield)](https://circleci.com/gh/ethereum/ethrpc.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/ethrpc.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/ethrpc.py",
    "name": "ethrpc",
    "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/11/32/10556d7cf6a02620d3b6f3ecc6164d8a31ac30482225c09e1cef4e4e5a3a/ethrpc-6.6.4.tar.gz",
    "platform": null,
    "description": "# ethrpc.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/ethrpc.py.svg?style=shield)](https://circleci.com/gh/ethereum/ethrpc.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/ethrpc.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\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": "ethrpc.py",
    "version": "6.6.4",
    "project_urls": {
        "Homepage": "https://github.com/ethereum/ethrpc.py"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "113210556d7cf6a02620d3b6f3ecc6164d8a31ac30482225c09e1cef4e4e5a3a",
                "md5": "03e350da6ae877da8ef6f39726b9c42c",
                "sha256": "23b3a6484171027457a95d6fd854398a5d1b1748b3aab723a421127924a725c4"
            },
            "downloads": -1,
            "filename": "ethrpc-6.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "03e350da6ae877da8ef6f39726b9c42c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.2",
            "size": 1445415,
            "upload_time": "2023-07-19T04:02:48",
            "upload_time_iso_8601": "2023-07-19T04:02:48.348081Z",
            "url": "https://files.pythonhosted.org/packages/11/32/10556d7cf6a02620d3b6f3ecc6164d8a31ac30482225c09e1cef4e4e5a3a/ethrpc-6.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-19 04:02:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ethereum",
    "github_project": "ethrpc.py",
    "github_not_found": true,
    "lcname": "ethrpc"
}
        
Elapsed time: 0.09056s