Skip to content

Latest commit

 

History

History
76 lines (36 loc) · 1.74 KB

velocitas_lib.conan_utils.md

File metadata and controls

76 lines (36 loc) · 1.74 KB

module velocitas_lib.conan_utils


function get_required_sdk_version

get_required_sdk_version() → Optional[str]

Return the required version of the core SDK.

Returns:

  • Optional[str]: The required version or None in case SDK is not a dependency.

function export_conan_project

export_conan_project(conan_project_path: str) → None

Export a conan project to the local conan cache.

Args:

  • conan_project_path (str): The path to directory containing the project.

function add_dependency_to_conanfile

add_dependency_to_conanfile(
    dependency_name: str,
    dependency_version: str
) → None

Add the dependency name to the project's list of dependencies.

Args:

  • dependency_name (str): The dependency to add e.g. grpc
  • dependency_version (str): The version of the dependency to add e.g. 1.50.1

This file was automatically generated via lazydocs.