raphtory-pymodule 0.3.2

Python package for raphtory, a temporal graph library
Documentation
[build-dependencies.pyo3-build-config]
version = "0.18.1"
[dependencies.py-raphtory]
version = "0.3.2"

[dependencies.pyo3]
features = ["multiple-pymethods", "chrono"]
version = "0.18.1"

[features]
default = ["extension-module"]
extension-module = ["pyo3/extension-module"]

[lib]
crate-type = ["cdylib"]
name = "raphtory"

[package]
authors = ["Pometry"]
description = "Python package for raphtory, a temporal graph library"
documentation = "https://raphtory.readthedocs.io/en/latest/"
edition = "2021"
homepage = "https://github.com/Raphtory/raphtory/"
keywords = ["graph", "temporal-graph", "temporal"]
license = "GPL-3.0"
name = "raphtory-pymodule"
readme = "README.md"
repository = "https://github.com/Raphtory/raphtory/"
resolver = "1"
rust-version = "1.67.1"
version = "0.3.2"