Metadata-Version: 2.5
Name: read-mrpack-tui
Version: 0.1.1
Summary: 📦 用于检查 Modrinth MRPACK 归档的 Textual 终端界面。A Textual terminal interface for inspecting Modrinth MRPACK archives. 🌳
Project-URL: Homepage, https://github.com/VincentZyuApps/read-mrpack-tui
Project-URL: Source, https://github.com/VincentZyuApps/read-mrpack-tui
Project-URL: Issues, https://github.com/VincentZyuApps/read-mrpack-tui/issues
Author: VincentZyuApps
License-Expression: MIT
License-File: LICENSE
Keywords: minecraft,modrinth,mrpack,textual,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.11
Requires-Dist: pyyaml<7,>=6.0
Requires-Dist: textual<9,>=8.2
Description-Content-Type: text/markdown

# 🌳 MRPACK 终端检查器

> 一个基于 Textual 的终端界面，用于读取和浏览 Modrinth `.mrpack` 整合包。

> **[📖 English](README.en-us.md)**
> **[📖 简体中文(大陆)](README.md)**
> **[📖 繁體中文(台灣)](README.zh-tw.md)**

## ✨ 功能

- 📦 查看整合包元数据、依赖、Modrinth 索引文件与归档根目录统计。
- 🌳 浏览完整 ZIP 文件树，目录默认折叠以适应大型整合包。
- 🔍 按路径、环境侧别或下载地址筛选索引文件。
- 🌐 支持简体中文、繁体中文和英文。

## 🚀 使用

💡 环境要求：Python 3.11 或更高版本，以及 [uv](https://docs.astral.sh/uv/)。

```powershell
uvx read-mrpack-tui
```

📂 直接传入整合包绝对路径：

```powershell
uvx read-mrpack-tui "D:\Minecraft\modpacks\example.mrpack"
```

🌐 指定界面语言：

```powershell
uvx read-mrpack-tui --lang zh-cn "D:\Minecraft\modpacks\example.mrpack"
```

## 🛠️ 开发

```powershell
uv sync
uv run read-mrpack-tui "D:\Minecraft\modpacks\example.mrpack"
```
