cryo_python 0.3.2

cryo python is a python library built on top of the rust cryo library
Documentation
1
2
3
4
5
6
7
8
9
10
"""cryo is a tool to extract EVM data"""

# ruff: noqa: F401

from ._cryo_rust import __version__
from ._freeze import async_freeze
from ._freeze import freeze
from ._collect import async_collect
from ._collect import collect