manifest
Read tool metadata from 3dbag-manifest.json.
get_tool_metadata(tool_name)
¶
Return a single tool's entry from the manifest.
Source code in packages/common/src/bag3d/common/utils/manifest.py
64 65 66 67 68 69 70 | |
load_manifest()
¶
Parse and return the full manifest, cached after first call.
Source code in packages/common/src/bag3d/common/utils/manifest.py
54 55 56 57 58 59 60 61 | |