Ethereum ABI Utils
Project description
Python utilities for working with the Ethereum ABI
Installation
pip install eth-abi
Development
Clone the repository and then run:
pip install -e . -r requirements-dev.txt
Running the tests
You can run the tests with:
py.test tests
Or you can install tox to run the full test suite.
Releasing
Pandoc is required for transforming the markdown README to the proper format to render correctly on pypi.
For Debian-like systems:
apt install pandoc
Or on OSX:
brew install pandoc
To release a new version:
bumpversion $$VERSION_PART_TO_BUMP$$
git push && git push --tags
make release
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, use bumpversion and specify which part to bump, like bumpversion minor or bumpversion devnum.
If you are in a beta version, bumpversion stage will switch to a stable.
To issue an unstable version when the current version is stable, specify the new version explicitly, like bumpversion --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
File details
Details for the file eth-abi-0.5.0.tar.gz
.
File metadata
- Download URL: eth-abi-0.5.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce1d514390b331d7dd63e6f0d9d8fdb289e2f5974e5346dfa91e42aefe452e8e |
|
MD5 | b9a45827464b2890634cecee7427fe22 |
|
BLAKE2b-256 | 8dbb2584eea9e463b75e7de0e580bf03c59c20701dced8872c21706ab712f8f9 |
File details
Details for the file eth_abi-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: eth_abi-0.5.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6a50d3e0a1de26e55f8ec88e1854560191d2d27ac64c12363141b40065a9d38 |
|
MD5 | d2ef06715ee2854bdeac1168cd68fbef |
|
BLAKE2b-256 | 0f4d6eca840eb23d4d59290d50959d19b0cacba0636d31418e7a3c249399312c |