LICENSE-APACHE
LICENSE-MIT
README.md
pyproject.toml
src/compressions/__init__.py
src/compressions/calldata.py
src/compressions/fastlz.py
src/compressions/jit.py
src/compressions/utils.py
src/ethcompress/__init__.py
src/ethcompress/compressor.py
src/ethcompress/jit.py
src/ethcompress/libzip.py
src/ethcompress/middleware.py
src/ethcompress.egg-info/PKG-INFO
src/ethcompress.egg-info/SOURCES.txt
src/ethcompress.egg-info/dependency_links.txt
src/ethcompress.egg-info/requires.txt
src/ethcompress.egg-info/top_level.txt
tests/test_cd_roundtrip.py
tests/test_execute_provider.py
tests/test_flz_roundtrip.py
tests/test_jit.py
tests/test_middleware.py
tests/test_middleware_async.py
tests/test_roundtrip_evm.py
tests/test_selection.py