Metadata-Version: 2.4
Name: unreal_stub
Version: 0.3
Summary: Python stub for Unreal Engine 5 API - latest: 5.6.0
Description-Content-Type: text/markdown
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

<img src="https://raw.githubusercontent.com/DocDooom/unreal-stub/refs/heads/main/images/test_logo.png" alt="Logo" width="200"/>

# Unreal Stub

Project found at: [https://pypi.org/project/unreal-stub/](https://pypi.org/project/unreal-stub/)

Unreal Stub is a Python package that provides a stub file for Unreal Engine's Python API. 
With this package you can use the Unreal Engine Python API in your Python scripts, without having to go through all
the hassle of setting up Python with Unreal copying the stub file and having the inevitable slow down
when you try to read the file. With this just `pip install unreal-stub` and you can import it like any other dependency.

I recommend using UV as your package manager likewise you can use `uv add unreal-stub` to add it to your project.

[Find out more about uv here](https://docs.astral.sh/uv/)

Current Unreal Python Version (As of 22/06/2025 (European date format)):
Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb  6 2024, 22:03:32)
Unreal Engine Version: 5.6.0-43139311+++UE5+Release-5.6
