nucleation 0.1.31

A high-performance Minecraft schematic parser and utility library
Documentation
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "nucleation"
version = "0.1.31"
description = "A high-performance Minecraft schematic parser and utility library"
authors = [{ name = "Nano", email = "nano@schem.at" }]
license = { text = "AGPL-3.0-only" }
readme = "README.md"
requires-python = ">=3.8"
keywords = ["minecraft", "schematic", "parser", "voxel"]
classifiers = [
    "Development Status :: 4 - Beta",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: GNU Affero General Public License v3",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Rust",
    "Topic :: Games/Entertainment :: Simulation",
    "Topic :: Software Development :: Libraries :: Python Modules"
]

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