.gitignore
.mdformat.toml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/work-item.md
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
evm_trace/__init__.py
evm_trace/base.py
evm_trace/display.py
evm_trace/enums.py
evm_trace/gas.py
evm_trace/geth.py
evm_trace/parity.py
evm_trace/py.typed
evm_trace/version.py
evm_trace/vmtrace.py
evm_trace.egg-info/PKG-INFO
evm_trace.egg-info/SOURCES.txt
evm_trace.egg-info/dependency_links.txt
evm_trace.egg-info/not-zip-safe
evm_trace.egg-info/requires.txt
evm_trace.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/expected_traces.py
tests/test_base.py
tests/test_gas.py
tests/test_geth.py
tests/test_parity.py
tests/data/parity/call.json
tests/data/parity/create.json
tests/data/parity/create_revert.json
tests/data/parity/error.json
tests/data/parity/revert.json
tests/data/parity/revert_with_message.json
tests/data/parity/selfdestruct.json