Metadata-Version: 2.4
Name: eth-account
Version: 0.14.0
Summary: eth-account: Sign Ethereum transactions and messages with local private keys
Author-email: The Ethereum Foundation <snakecharmers@ethereum.org>, ApeWorX Collective <admin@apeworx.io>
Maintainer-email: ApeWorX Collective <admin@apeworx.io>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ApeWorX/eth-account
Project-URL: Repository, https://github.com/ApeWorX/eth-account.git
Project-URL: Issues, https://github.com/ApeWorX/eth-account/issues
Project-URL: Documentation, https://eth-account.readthedocs.io/
Keywords: ethereum
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bitarray>=2.4
Requires-Dist: eth-abi>=4
Requires-Dist: eth-keyfile>=0.10
Requires-Dist: eth-keys>=0.5
Requires-Dist: eth-rlp>=3
Requires-Dist: eth-utils>=6
Requires-Dist: hexbytes>=2
Requires-Dist: rlp>=2
Requires-Dist: ckzg>=2
Requires-Dist: pydantic>=2
Dynamic: license-file

# eth-account

[![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
[![Test Status](https://github.com/ApeWorX/eth-account/actions/workflows/test.yaml/badge.svg)](https://github.com/ApeWorX/eth-account/actions/workflows/test.yaml)
[![PyPI version](https://badge.fury.io/py/eth-account.svg)](https://badge.fury.io/py/eth-account)
[![Python versions](https://img.shields.io/pypi/pyversions/eth-account.svg)](https://pypi.python.org/pypi/eth-account)
[![Docs build](https://readthedocs.org/projects/eth-account/badge/?version=latest)](https://eth-account.readthedocs.io/en/latest/?badge=latest)

Sign Ethereum transactions and messages with local private keys

Read the [documentation](https://eth-account.readthedocs.io/).

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

## Installation

```sh
python -m pip install eth-account
```
