plasma-prp 0.1.0

Read, write, inspect, and manipulate Plasma engine PRP files used by Myst Online: Uru Live
Documentation
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "plasma-prp"
version = "0.1.0"
description = "Read, write, inspect, and manipulate Plasma engine PRP files used by Myst Online: Uru Live"
requires-python = ">=3.8"
license = "GPL-3.0-or-later"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "Topic :: Games/Entertainment",
]

[project.urls]
Repository = "https://github.com/oscargala/plasma-prp"

[tool.maturin]
features = ["python"]
module-name = "plasma_prp"