agent0.ethpy.hyperdrive.get_expected_hyperdrive_version ======================================================= .. py:module:: agent0.ethpy.hyperdrive.get_expected_hyperdrive_version .. autoapi-nested-parse:: Function to read `min-hyperdrive.version`. .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: agent0.ethpy.hyperdrive.get_expected_hyperdrive_version.get_minimum_hyperdrive_version agent0.ethpy.hyperdrive.get_expected_hyperdrive_version.check_hyperdrive_version Module Contents --------------- .. py:function:: get_minimum_hyperdrive_version() -> str Get the minimum hyperdrive version from the `min-hyperdrive.version` file. :returns: The minimum hyperdrive version. :rtype: str .. !! processed by numpydoc !! .. py:function:: check_hyperdrive_version(in_version: str) -> bool Checks that the version meets the minimum hyperdrive version. :param in_version: The version string to check. :type in_version: str :returns: True if the version meets the minimum hyperdrive version. :rtype: bool .. !! processed by numpydoc !!