MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / version

Function version

scripts/check_modules.py:80–84  ·  view source on GitHub ↗
(module_name: str)

Source from the content-addressed store, hash-verified

78
79
80def version(module_name: str) -> str:
81 try:
82 return pkg_version(module_name)
83 except:
84 return None
85
86
87def install(module_name: str, module_version: str, index_url=None):

Callers 3

installFunction · 0.70
update_modulesFunction · 0.70
install_pkg_if_necessaryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected