eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
Project description
Ethereum Contract Interface (ABI) Utility
Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
Read more in the documentation on ReadTheDocs. View the change log.
Quickstart
pip install eth_abi
Developer Setup
If you would like to hack on eth-abi, please check out the Snake Charmers Tactical Manual for information on how we do:
- Testing
- Pull Requests
- Code Style
- Documentation
Development Environment Setup
You can set up your dev environment with:
git clone git@github.com:ethereum/eth-abi.git
cd eth-abi
virtualenv -p python3 venv
. venv/bin/activate
pip install -e ".[dev]"
Release setup
To release a new version:
make release bump=$$VERSION_PART_TO_BUMP$$
How to bumpversion
The version format for this repo is {major}.{minor}.{patch} for stable, and
{major}.{minor}.{patch}-{stage}.{devnum} for unstable (stage can be alpha or beta).
To issue the next version in line, specify which part to bump,
like make release bump=minor or make release bump=devnum. This is typically done from the
master branch, except when releasing a beta (in which case the beta is released from master,
and the previous stable branch is released from said branch).
If you are in a beta version, make release bump=stage will switch to a stable.
To issue an unstable version when the current version is stable, specify the
new version explicitly, like make release bump="--new-version 4.0.0-alpha.1 devnum"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eth_abi-4.1.0.tar.gz.
File metadata
- Download URL: eth_abi-4.1.0.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe738cdb24983adfe89abf727c723c288f8d0029e97fb08160b20bb5290ab475
|
|
| MD5 |
63e76a3c72a7c3ac697604030be3f372
|
|
| BLAKE2b-256 |
b01cb7074d196438bbe667453f73f1a45cb51ee2236a99b333a16b1aa16927b0
|
File details
Details for the file eth_abi-4.1.0-py3-none-any.whl.
File metadata
- Download URL: eth_abi-4.1.0-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15f9870ca054c09a8e474d2d7e81aff0c32421aebdac896193183fc143e31b50
|
|
| MD5 |
04576ab1ed2d67fd680fafb5c12d0306
|
|
| BLAKE2b-256 |
a90938c6c9b964a72fb3b15806e9dad82c3adbf6228fc2aa7b9d2977b1272d39
|