[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "kglite-cli"
description = "The kglite interactive Cypher shell — a sqlite3-style REPL for .kgl knowledge graphs (provides the `kglite` command)."
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.8"
keywords = ["cypher", "repl", "shell", "knowledge-graph", "kglite"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Topic :: Database",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/kkollsga/kglite"
Repository = "https://github.com/kkollsga/kglite"
[tool.maturin]
bindings = "bin"
manifest-path = "Cargo.toml"