pyontoenv 0.2.1

Command line tool to manage ontologies and their imports in a local environment
Documentation
[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",
]