.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
build_docs.py
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/codeql.yaml
.github/workflows/commitlint.yaml
.github/workflows/docs.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
docs/conf.py
docs/favicon.ico
docs/index.md
docs/logo.gif
docs/_static/custom.css
docs/_static/custom.js
docs/_templates/layout.html
docs/methoddocs/common.md
docs/methoddocs/messages.md
docs/userguides/quickstart.md
eip712/__init__.py
eip712/common.py
eip712/messages.py
eip712/py.typed
eip712/version.py
eip712.egg-info/PKG-INFO
eip712.egg-info/SOURCES.txt
eip712.egg-info/dependency_links.txt
eip712.egg-info/not-zip-safe
eip712.egg-info/requires.txt
eip712.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_common.py
tests/test_fuzzing.py
tests/test_messages.py