Metadata-Version: 2.4
Name: cue4parse
Version: 0.0.3
Summary: CUE4Parse Python wrapper and CLI tool to extract packages from Unreal Engine games
Project-URL: Homepage, https://pypi.org/project/cue4parse/
Project-URL: Repository, https://github.com/joric/CUE4Parse-Python
Project-URL: Issues, https://github.com/joric/CUE4Parse-Python/issues
Author-email: joric <joric@users.noreply.github.com>
License: Unlicense
License-File: LICENSE
Keywords: cli,cue4parse,unreal
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pythonnet>=3.0
Description-Content-Type: text/markdown

# CUE4Parse-Python

CUE4Parse Python wrapper, CLI tool, and scripting engine

## Usage

`pip install cue4parse`

* Make sure executable is added to paths, e.g. `C:\Users\user\AppData\Local\Python\pythoncore-3.14-64\Scripts`.
* Needs CUE4Parse libraries in `%LOCALAPPDATA%/cue4parse/libs` (downloads and unpacks FModel on Windows).
* To run CLI: `cue4parse`

