{"id":19909911,"url":"https://github.com/erickrus/sketch_measure","last_synced_at":"2026-06-20T20:31:33.006Z","repository":{"id":70212855,"uuid":"408439492","full_name":"Erickrus/sketch_measure","owner":"Erickrus","description":"Sketch measure parser","archived":false,"fork":false,"pushed_at":"2021-09-20T13:25:00.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T08:26:52.506Z","etag":null,"topics":["parser","python","sketch","sketch-measure"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Erickrus.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-09-20T12:45:29.000Z","updated_at":"2023-02-20T16:36:18.000Z","dependencies_parsed_at":"2023-03-11T03:30:57.550Z","dependency_job_id":null,"html_url":"https://github.com/Erickrus/sketch_measure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Erickrus/sketch_measure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erickrus%2Fsketch_measure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erickrus%2Fsketch_measure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erickrus%2Fsketch_measure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erickrus%2Fsketch_measure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Erickrus","download_url":"https://codeload.github.com/Erickrus/sketch_measure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erickrus%2Fsketch_measure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34585195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["parser","python","sketch","sketch-measure"],"created_at":"2024-11-12T21:16:57.894Z","updated_at":"2026-06-20T20:31:32.985Z","avatar_url":"https://github.com/Erickrus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sketch_measure\nThis library is built to parse the exported index.html file, generated by [Sketch Measure](https://github.com/utom/sketch-measure) plugin. It helps the programmer to quickly get the information from its embedded json data. So, the automation from the index.html file is made possible with this library for further processing.\n\n# Usage\nAssume exported index.html is here:\n```shell\n└── sketch_measure_demo\n    ├── assets\n    ├── index.html\n    ├── links\n    ├── preview\n    └── sketch_measure_demo.sketch\n```\nFollowing codes demostrate how to get the information.\n\n```python3\nfrom sketch_measure import SketchMeasure\n\nsm = SketchMeasure.load(\"sketch_measure_demo/index.html\")\n# then all elements are available as python object\n\nfor layer in sm.artboards[0].layers:\n    layer.pretty_print()\n```\n\n# License\nApache 2.0 license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickrus%2Fsketch_measure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickrus%2Fsketch_measure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickrus%2Fsketch_measure/lists"}