[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "ocg"
version = "0.4.4"
description = "100% openCypher-compliant in-memory graph database — 4 backends, 175+ algorithms, pure Rust"
authors = [
{name = "Gregorio Momm", email = "gregoriomomm@gmail.com"}
]
readme = "README.md"
license = {text = "Apache-2.0"}
keywords = ["graph", "database", "cypher", "opencypher", "graph-database", "query-language", "rust", "graph-algorithms", "bulk-loader"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"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 :: Database",
"Topic :: Database :: Database Engines/Servers",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.8"
[project.urls]
Homepage = "https://github.ibm.com/enjoycode/ocg"
Documentation = "https://github.ibm.com/enjoycode/ocg"
Repository = "https://github.ibm.com/enjoycode/ocg"
[tool.maturin]
features = ["python"]
module-name = "ocg._ocg"
python-source = "python"
strip = true