[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "virtual-frame"
version = "0.1.1"
description = "Deterministic data pipeline toolkit for LLM training — bitmask-filtered virtual views, NFA regex, Kahan summation, full audit trail."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
authors = [{ name = "Adam Ezzat" }]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
]
keywords = ["dataframe", "deterministic", "llm", "data-pipeline", "reproducibility"]
[project.urls]
Homepage = "https://github.com/AdamEzzat1/virtual-frame"
Repository = "https://github.com/AdamEzzat1/virtual-frame"
[tool.maturin]
features = ["pyo3/extension-module"]