ply2splat 0.2.0

A Rust crate for processing Gaussian Splatting PLY and SPLAT files
Documentation
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "ply2splat"
version = "0.2.0"
description = "A high-performance library for converting Gaussian Splatting PLY files to SPLAT format"
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.9"
keywords = ["graphics", "gaussian-splatting", "ply", "splat", "3d", "rendering"]
classifiers = [
    "Development Status :: 4 - Beta",
    "Intended Audience :: Developers",
    "Intended Audience :: Science/Research",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
    "Programming Language :: Rust",
    "Topic :: Multimedia :: Graphics :: 3D Rendering",
]

[project.urls]
Homepage = "https://github.com/bastikohn/ply2splat"
Repository = "https://github.com/bastikohn/ply2splat"

[tool.maturin]
features = ["python"]