[project]
name = "pyontoenv"
description = "Python bindings for the OntoEnv Rust library. Manages ontology-based environments for building knowledge graphs."
readme = "README.md"
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"oxrdflib>=0.4.0",
"rdflib>=7.1.3",
]
authors = [
{ name = "Gabe Fierro", email = "gtfierro@mines.edu" }
]
license = "bsd-3-clause"
[tool.maturin]
features = ["pyo3/extension-module"]
[build-system]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"
[dependency-groups]
dev = [
"pytest>=8.3.5",
]