Metadata-Version: 2.4
Name: cue4parse
Version: 0.0.2
Summary: CUE4Parse Python wrapper and CLI tool to extract packages from Unreal Engine games
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 package for python

## Installation

### Development

`pip install -e . --force`

### User

`pip install cue4parse`

## Usage

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` (automatically downloads and unpacks FModel on Windows).

To run CLI: `cue4parse`

