.coveragerc
.editorconfig
.env.sample
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
.github/workflows/tests.yaml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
samples/address-book.json
samples/alchemy-sample.json
samples/chains.json
samples/known-roles.json
samples/template-rules.yaml
samples/tx-receipt.json
samples/webhooks.yaml
src/eth_pretty_events/__init__.py
src/eth_pretty_events/address_book.py
src/eth_pretty_events/alchemy_utils.py
src/eth_pretty_events/block_tree.py
src/eth_pretty_events/cli.py
src/eth_pretty_events/decode_events.py
src/eth_pretty_events/discord.py
src/eth_pretty_events/event_filter.py
src/eth_pretty_events/event_parser.py
src/eth_pretty_events/event_subscriptions.py
src/eth_pretty_events/flask_app.py
src/eth_pretty_events/jinja2_ext.py
src/eth_pretty_events/outputs.py
src/eth_pretty_events/pubsub.py
src/eth_pretty_events/render.py
src/eth_pretty_events/types.py
src/eth_pretty_events.egg-info/PKG-INFO
src/eth_pretty_events.egg-info/SOURCES.txt
src/eth_pretty_events.egg-info/dependency_links.txt
src/eth_pretty_events.egg-info/entry_points.txt
src/eth_pretty_events.egg-info/not-zip-safe
src/eth_pretty_events.egg-info/requires.txt
src/eth_pretty_events.egg-info/top_level.txt
src/eth_pretty_events/templates/ERC20-transfer.md.j2
src/eth_pretty_events/templates/ERC4626-transactions.md.j2
src/eth_pretty_events/templates/generic-event.md.j2
tests/__init__.py
tests/conftest.py
tests/factories.py
tests/test_alchemy_utils.py
tests/test_block_tree.py
tests/test_cli.py
tests/test_discord.py
tests/test_event_filter.py
tests/test_event_parser.py
tests/test_event_subscriptions.py
tests/test_factories.py
tests/test_flask_app.py
tests/test_jinja2_ext.py
tests/test_output.py
tests/test_pubsub.py
tests/test_render.py
tests/test_types.py
tests/abis/ERC/IERC20.json
tests/abis/ERC/IERC721.json
tests/abis/ensuro/AccessManager.json
tests/abis/ensuro/PolicyPool.json