LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
bisect_scanner/__init__.py
bisect_scanner/__main__.py
bisect_scanner/base_scanner.py
bisect_scanner/config.py
bisect_scanner/example_data.py
bisect_scanner/util.py
bisect_scanner/version.py
bisect_scanner/w3_scanner.py
bisect_scanner.egg-info/PKG-INFO
bisect_scanner.egg-info/SOURCES.txt
bisect_scanner.egg-info/dependency_links.txt
bisect_scanner.egg-info/requires.txt
bisect_scanner.egg-info/top_level.txt
scripts/__init__.py
scripts/cov.py
scripts/publish.py
tests/__init__.py
tests/conftest.py
tests/eth_mock_utils.py
tests/test_config.py
tests/test_main.py
tests/test_scanner.py
tests/test_utils.py
tests/test_w3_scanner.py