ethtools-py-evm


Nameethtools-py-evm JSON
Version 0.7.0a3 PyPI version JSON
download
home_pagehttps://github.com/ethereum/py-evm
SummaryPython implementation of the Ethereum Virtual Machine
upload_time2023-07-31 17:35:31
maintainer
docs_urlNone
authorEthereum Foundation
requires_python
licenseMIT
keywords ethereum blockchain evm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Implementation of the Ethereum protocol

[![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/py-evm.svg?style=shield)](https://circleci.com/gh/ethereum/py-evm)
[![PyPI version](https://badge.fury.io/py/py-evm.svg)](https://badge.fury.io/py/py-evm)
[![Python versions](https://img.shields.io/pypi/pyversions/py-evm.svg)](https://pypi.python.org/pypi/py-evm)
[![Docs build](https://readthedocs.org/projects/py-evm/badge/?version=latest)](http://py-evm.readthedocs.io/en/latest/?badge=latest)


## Py-EVM

Py-EVM is an implementation of the Ethereum protocol in Python. It contains the low level
primitives for the existing Ethereum 1.0 chain as well as emerging support for the upcoming
Ethereum 2.0 / Serenity spec.

### Goals

Py-EVM aims to eventually become the defacto Python implementation of the Ethereum protocol,
enabling a wide array of use cases for both public and private chains. 

In particular Py-EVM aims to:

- be a reference implementation of the Ethereum 1.0 and 2.0 implementation in one of the most widely used and understood languages, Python.

- be easy to understand and modifiable

- have clear and simple APIs

- come with solid, friendly documentation

- deliver the low level primitives to build various clients on top (including *full* and *light* clients)

- be highly flexible to support both research as well as alternate use cases like private chains.


## Quickstart

[Get started in 5 minutes](https://py-evm.readthedocs.io/en/latest/guides/quickstart.html)

## Documentation

Check out the [documentation on our official website](https://py-evm.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://py-evm.readthedocs.io/en/latest/contributing.html) and then check out one of our issues that are labeled [Good First Issue](https://github.com/ethereum/py-evm/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ethereum/py-evm",
    "name": "ethtools-py-evm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ethereum blockchain evm",
    "author": "Ethereum Foundation",
    "author_email": "piper@pipermerriam.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/56/90ce37a36fa4df5a14dbd4d13fde7a6b3ee7a22b1180abd852bea5759a9a/ethtools-py-evm-0.7.0a3.tar.gz",
    "platform": null,
    "description": "# Python Implementation of the Ethereum protocol\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/py-evm.svg?style=shield)](https://circleci.com/gh/ethereum/py-evm)\n[![PyPI version](https://badge.fury.io/py/py-evm.svg)](https://badge.fury.io/py/py-evm)\n[![Python versions](https://img.shields.io/pypi/pyversions/py-evm.svg)](https://pypi.python.org/pypi/py-evm)\n[![Docs build](https://readthedocs.org/projects/py-evm/badge/?version=latest)](http://py-evm.readthedocs.io/en/latest/?badge=latest)\n\n\n## Py-EVM\n\nPy-EVM is an implementation of the Ethereum protocol in Python. It contains the low level\nprimitives for the existing Ethereum 1.0 chain as well as emerging support for the upcoming\nEthereum 2.0 / Serenity spec.\n\n### Goals\n\nPy-EVM aims to eventually become the defacto Python implementation of the Ethereum protocol,\nenabling a wide array of use cases for both public and private chains. \n\nIn particular Py-EVM aims to:\n\n- be a reference implementation of the Ethereum 1.0 and 2.0 implementation in one of the most widely used and understood languages, Python.\n\n- be easy to understand and modifiable\n\n- have clear and simple APIs\n\n- come with solid, friendly documentation\n\n- deliver the low level primitives to build various clients on top (including *full* and *light* clients)\n\n- be highly flexible to support both research as well as alternate use cases like private chains.\n\n\n## Quickstart\n\n[Get started in 5 minutes](https://py-evm.readthedocs.io/en/latest/guides/quickstart.html)\n\n## Documentation\n\nCheck out the [documentation on our official website](https://py-evm.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://py-evm.readthedocs.io/en/latest/contributing.html) and then check out one of our issues that are labeled [Good First Issue](https://github.com/ethereum/py-evm/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python implementation of the Ethereum Virtual Machine",
    "version": "0.7.0a3",
    "project_urls": {
        "Homepage": "https://github.com/ethereum/py-evm"
    },
    "split_keywords": [
        "ethereum",
        "blockchain",
        "evm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25abad97e13195ec94d735ff3a33b19e0858cbec830ce349a0a4f2f0e88e200a",
                "md5": "d5698c6e5faf0d9cbccd0142b6e9407e",
                "sha256": "fdc947f7800ee24d26f4ad8bd3dfd411b2c0de5a120363c3110c594ad6dff2d7"
            },
            "downloads": -1,
            "filename": "ethtools_py_evm-0.7.0a3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5698c6e5faf0d9cbccd0142b6e9407e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 298600,
            "upload_time": "2023-07-31T17:35:28",
            "upload_time_iso_8601": "2023-07-31T17:35:28.697001Z",
            "url": "https://files.pythonhosted.org/packages/25/ab/ad97e13195ec94d735ff3a33b19e0858cbec830ce349a0a4f2f0e88e200a/ethtools_py_evm-0.7.0a3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a15690ce37a36fa4df5a14dbd4d13fde7a6b3ee7a22b1180abd852bea5759a9a",
                "md5": "d1464dc26e598a6f14289deab5536450",
                "sha256": "7baa33cb8461400855ab3b2f7c12d3f55a99c039bc6c2d2d93f3db574624f26a"
            },
            "downloads": -1,
            "filename": "ethtools-py-evm-0.7.0a3.tar.gz",
            "has_sig": false,
            "md5_digest": "d1464dc26e598a6f14289deab5536450",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 214623,
            "upload_time": "2023-07-31T17:35:31",
            "upload_time_iso_8601": "2023-07-31T17:35:31.315294Z",
            "url": "https://files.pythonhosted.org/packages/a1/56/90ce37a36fa4df5a14dbd4d13fde7a6b3ee7a22b1180abd852bea5759a9a/ethtools-py-evm-0.7.0a3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-31 17:35:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ethereum",
    "github_project": "py-evm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "tox": true,
    "lcname": "ethtools-py-evm"
}
        
Elapsed time: 0.11061s