{"id":19529598,"url":"https://github.com/pacexy/npk-parser","last_synced_at":"2026-04-18T03:31:11.309Z","repository":{"id":118691164,"uuid":"315983708","full_name":"pacexy/npk-parser","owner":"pacexy","description":"A parser for NPK(NeoplePack) file.","archived":false,"fork":false,"pushed_at":"2020-12-07T14:57:24.000Z","size":177,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-10T10:14:23.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pacexy.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":"2020-11-25T15:43:25.000Z","updated_at":"2025-12-20T06:43:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c20a81e-f6c2-496e-97ac-ee94996e91b2","html_url":"https://github.com/pacexy/npk-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pacexy/npk-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacexy%2Fnpk-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacexy%2Fnpk-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacexy%2Fnpk-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacexy%2Fnpk-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacexy","download_url":"https://codeload.github.com/pacexy/npk-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacexy%2Fnpk-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":[],"created_at":"2024-11-11T01:26:12.450Z","updated_at":"2026-04-18T03:31:11.288Z","avatar_url":"https://github.com/pacexy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npk-parser\nA parser for NPK(NeoplePack) file.\n\n## Usage\n```python\n# import\nfrom npk-parser import npk as NPK\n\n# parse npk file\nnpk = NPK.parse('./npk/my-npk.NPK')\n# do something\n```\n\n## Interface\n```typescript\ninterface NPK {\n    children: Image[]\n}\n\ninterface Image {\n    name: string\n    size: number\n    version: number\n    children: Texture[]\n}\n\ninterface Texture {\n    type: string\n    compress: string\n    width?: number\n    height?: number\n    size?: number\n    key_x?: number\n    key_y?: number\n    max_width?: number\n    max_height?: number\n    data?: byte[]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacexy%2Fnpk-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacexy%2Fnpk-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacexy%2Fnpk-parser/lists"}