Skip to content

Installation

Raphtory is a library for Python and Rust. Installation is as simple as invoking the package manager of the corresponding programming language.

pip install raphtory
cargo add raphtory

# Or Cargo.toml
[dependencies]
raphtory = { version = "x"}

Importing

To use the library import it into your project

import raphtory as rp
use raphtory::prelude::*;