{"id":20246243,"url":"https://github.com/rkoschmitzky/arnoldmole","last_synced_at":"2025-08-07T22:42:41.844Z","repository":{"id":95248823,"uuid":"340985340","full_name":"rkoschmitzky/arnoldmole","owner":"rkoschmitzky","description":"ArnoldMole - an Arnold log parser \u0026 logmole extension","archived":false,"fork":false,"pushed_at":"2021-02-21T20:57:24.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T15:47:27.605Z","etag":null,"topics":["arnold","log","logging","renderer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkoschmitzky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-21T19:28:10.000Z","updated_at":"2021-02-21T20:57:47.000Z","dependencies_parsed_at":"2023-07-30T10:46:04.617Z","dependency_job_id":null,"html_url":"https://github.com/rkoschmitzky/arnoldmole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rkoschmitzky/arnoldmole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkoschmitzky%2Farnoldmole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkoschmitzky%2Farnoldmole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkoschmitzky%2Farnoldmole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkoschmitzky%2Farnoldmole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkoschmitzky","download_url":"https://codeload.github.com/rkoschmitzky/arnoldmole/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkoschmitzky%2Farnoldmole/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269337941,"owners_count":24400170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arnold","log","logging","renderer"],"created_at":"2024-11-14T09:27:59.931Z","updated_at":"2025-08-07T22:42:41.772Z","avatar_url":"https://github.com/rkoschmitzky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArnoldMole - an Arnold log parser \u0026 logmole extension\n\n##### Usage\n```python\nfrom arnoldmole import ArnoldLogContainer\narnold_log = ArnoldLogContainer(\"/tmp/some_arnold_log.log\")\n```\n\n----\n\n##### Available ArnoldLogContainer Fields\n\n- `errors`: all errors messages `str` or `list`\n- `host`: host information `LogContainer`\n  - `app`: name of the host application Arnold is running with `str`\n    - `version`: version of the host application Arnold is running with `str`\n  - `machine`:\n    - `name`: name of the machine Arnold is running on `str`\n    - `pid`: process id number `int`\n- `image`: image information `LogContainer`\n  - `file_path`: path to the generated image `str`\n  - `height`: image height `float`\n  - `width`: image width `float`\n- `libraries`: libraries information `LogContainer`\n  - `arnold_version`: Arnold core version `str`\n  - `clm_version` clm version `str`\n  - `oiio_version` OpenImageIO version `str`\n  - `osl_version` OpenShadingLanguage version `str`\n  - `plugins` loaded plugins `list`\n  - `plugins_ arnold_versions`: arnold version all plugins are using `str` or `list`\n  - `plugins_count`: number of loaded plugins `int`\n  - `rlm_version`: Reprise License Manager version `str`\n  - `vdb_version`: OpenVDB version `str`\n- `scene`: scene information `LogContainer`\n  - `geometry`: geometry objects information `LogContainer`\n    - `count`: number of geometry objects in scene `int`\n  - `lights`: scene lights information `LogContainer`\n    - `count`: number of lights in scene `int`\n    - `samples`: per-light sample \u0026 volume sample information `dict`\n  - `memory_consumption`: information regarding scene memory usage `dict`\n  - `rays`: rays information `LogContainer`\n    - `count`: number of rays per type `dict`\n    - `sample_depths`: sample and depth information per type `dict`\n  - `shader_calls` shader calls per type `dict`\n- `times`: time related information `LogContainer`\n  - `rendering`: diverse times `dict`\n  - `start`: render start time `datetime.time`\n- `warnings`: all warning messages `str` or `list`\n\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkoschmitzky%2Farnoldmole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkoschmitzky%2Farnoldmole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkoschmitzky%2Farnoldmole/lists"}