Skip to content

aea.helpers.protocols

Protocol helpers.

get_protocol_specification_from_readme

def get_protocol_specification_from_readme(package_path: Path) -> str

Get the protocol specification from the package README.

get_protocol_specification_id_from_specification

def get_protocol_specification_id_from_specification(
        specification: str) -> str

Get the protocol specification id from the protocol specification.