[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "veloxx"
description = "A lightweight Rust library for in-memory data processing and analytics"
readme = "README.md"
requires-python = ">=3.7"
license = {text = "MIT"}
authors = [
{name = "Conqxeror", email = "conqxeror@gmail.com"}
]
keywords = ["data", "analytics", "dataframe", "series", "statistics"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"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 :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/Conqxeror/veloxx"
Repository = "https://github.com/Conqxeror/veloxx"
[tool.maturin]
features = ["python"]
module-name = "veloxx"