Metadata-Version: 2.4
Name: mio_decomp
Version: 0.3.2
Requires-Dist: lz4>=4.4.5
Requires-Dist: pathvalidate>=3.3.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: rich>=14.3.1
Requires-Dist: typer>=0.21.1
Requires-Dist: zstandard>=0.25.0
License-File: LICENSE
Summary: A CLI for decompiling the .gin files from MIO: Memories in Orbit.
Keywords: decompile,decompiler,mio,memories-in-orbit
Author: ShackledMars261
License: MIT
Requires-Python: >=3.13
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Bug Tracker, https://github.com/MIO-Modding/mio-decomp-cli/issues
Project-URL: Homepage, https://github.com/MIO-Modding/mio-decomp-cli

# mio-decomp-cli
A CLI for decompiling the .gin files from MIO: Memories in Orbit.

Huge thanks to @mistwreathed for creating the original version of this tool.

## Installation
```sh
python -m pip install mio_decomp
mio-decomp version # Verify it installed successfully
```

## Setup
```sh
mio-decomp config set game_dir "<Path to your MIO install>" # Defaults to "C:\Program Files (x86)\Steam\steamapps\common\MIO". If your install is there, you can skip this command.
```

## Use
```sh
mio-decomp decompile gin1.gin ./path/to/another/gin.gin -o output # Decompile .gins
mio-decomp parse ./path/to/save.save -o save.json # Convert save file to JSON
```

