MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_choco_package_info

Function get_choco_package_info

choco/bonsai/choco_release.py:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def get_choco_package_info() -> str:
40 resp = request_repo_info(URL_CHOCO_PACKAGE)
41 html_txt = str(resp.read())
42 return html_txt
43
44
45def get_latest_choco_blender_version() -> list:

Callers 1

Calls 2

request_repo_infoFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected