{"id":21213104,"url":"https://github.com/ahuge/ase_parser","last_synced_at":"2025-07-14T16:05:06.618Z","repository":{"id":39168588,"uuid":"116438979","full_name":"Ahuge/ase_parser","owner":"Ahuge","description":"Adobe Swatch Exchange file format parser written using the python construct library.","archived":false,"fork":false,"pushed_at":"2018-01-06T00:09:21.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T23:43:42.555Z","etag":null,"topics":["adobe","adobe-swatch-exchange","ase","binary-parser","construct","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ahuge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-05T23:59:04.000Z","updated_at":"2023-09-08T17:34:47.000Z","dependencies_parsed_at":"2022-08-18T14:11:46.357Z","dependency_job_id":null,"html_url":"https://github.com/Ahuge/ase_parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ahuge/ase_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahuge%2Fase_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahuge%2Fase_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahuge%2Fase_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahuge%2Fase_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ahuge","download_url":"https://codeload.github.com/Ahuge/ase_parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahuge%2Fase_parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265314143,"owners_count":23745201,"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","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":["adobe","adobe-swatch-exchange","ase","binary-parser","construct","python"],"created_at":"2024-11-20T21:13:07.395Z","updated_at":"2025-07-14T16:05:06.590Z","avatar_url":"https://github.com/Ahuge.png","language":"Python","readme":"# ase_parser\n[Adobe Swatch Exchange](https://www.lifewire.com/ase-file-2619688) file format parser written using the python [construct library](https://construct.readthedocs.io/en/latest/).\n\n## Usage:\nThis is no setup much like a library, instead as a code snippet that you can grab.  \nView the file `test.py` to see it's usage.\n\n```python\nimport os\n\nfrom ase_parse import parse\n\nmyfile = \"theme.ase\"\nstruct = parse(myfile)\n\nprint(struct)\n```\n\n## Dependencies:\n - construct  \n    `pip install construct`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahuge%2Fase_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahuge%2Fase_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahuge%2Fase_parser/lists"}