{"id":21039430,"url":"https://github.com/ikremniou/unrparc","last_synced_at":"2025-03-13T21:18:20.178Z","repository":{"id":211643220,"uuid":"728877532","full_name":"ikremniou/unrparc","owner":"ikremniou","description":"Unpack '.rpa' Renpy archives with tool written in Rust","archived":false,"fork":false,"pushed_at":"2023-12-17T12:51:39.000Z","size":3592,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T16:42:55.978Z","etag":null,"topics":["archive","renpy","rpa","unpack"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ikremniou.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-07T22:26:38.000Z","updated_at":"2024-03-26T00:08:55.000Z","dependencies_parsed_at":"2024-11-19T13:44:20.191Z","dependency_job_id":"cc9424bc-4361-403a-bf8a-f533ab9e31d6","html_url":"https://github.com/ikremniou/unrparc","commit_stats":null,"previous_names":["ikremniou/unrparc"],"tags_count":86,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikremniou%2Funrparc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikremniou%2Funrparc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikremniou%2Funrparc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikremniou%2Funrparc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikremniou","download_url":"https://codeload.github.com/ikremniou/unrparc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243482942,"owners_count":20297908,"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":["archive","renpy","rpa","unpack"],"created_at":"2024-11-19T13:41:21.404Z","updated_at":"2025-03-13T21:18:20.149Z","avatar_url":"https://github.com/ikremniou.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unrparc - Extract RPA('.rpa') Renpy archives \n\nThe CLI tool library to unpack \".rpa\" archives written in Rust.\n\n## How to install\n\nAt this point this tool is no uploaded to any package manager. Download the last release from the [Releases](https://github.com/ikremniou/unrparc/releases).\n\n## How to use\n\nThe overall usage patten is as follows:\n```bash\nunrparc \u003cCOMMAND\u003e [OPTIONS] [ARGUMENTS] \n```\n\nThere are two commands:\n- `extract` - extracts the RPA archive. \n- `scan` - scans the RPA archive and outputs files it contains into standard out.\n- `help` - shows this help message. Refer to it for up-to-date help.\n\n### Extract\n\nExtract command can be used with optional `--glob` or short `-g` flag. It allows extracting only specific files.\n\n```bash\nunrparc extract \u003cARCHIVE\u003e \u003cDESTINATION\u003e\n```\n\n### Scan \n\nScan command can be used with optional `--glob` or short `-g` flag. It allows showing only specific files.\n\n```bash\nunrparc scan \u003cARCHIVE\u003e\n```\n\n## Examples\n\n1. Scan files from the `./tests/assets/scripts.rpa` archive:\n\n    ```bash\n    unrparc scan ./tests/assets/scripts.rpa\n    ```\n\n    ```result\n    gui.rpy: 16306 bytes\n    gui.rpyc: 25908 bytes\n    options.rpy: 7033 bytes\n    options.rpyc: 5246 bytes\n    screens.rpy: 43480 bytes\n    screens.rpyc: 104276 bytes\n    script.rpy: 842 bytes\n    script.rpyc: 2098 bytes\n    ```\n\n1. Scan files from the `./tests/assets/scripts.rpa` archive using `-g *.rpy` flag:\n\n    ```bash\n    unrparc scan ./tests/assets/scripts.rpa -g *.rpy\n    ```\n\n    ```result\n    gui.rpy: 16306 bytes\n    options.rpy: 7033 bytes\n    screens.rpy: 43480 bytes\n    script.rpy: 842 bytes\n    ```\n\n1. Extract files from the `./tests/assets/scripts.rpa` archive:\n\n    ```bash\n    unrparc extract ./tests/assets/scripts.rpa ./extracted\n    ```\n\n1. Extract files from the `./tests/assets/scripts.rpa` archive using `-g *.rpy` flag:\n\n    ```bash\n    unrparc extract ./tests/assets/scripts.rpa ./extracted -g *.rpy\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikremniou%2Funrparc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikremniou%2Funrparc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikremniou%2Funrparc/lists"}