python-graphblas documentation#

python-graphblas is a Pythonic interface to the highly performant SuiteSparse:GraphBLAS library for performing graph analytics in the language of linear algebra.

Licensed under the Apache 2.0 license.

Getting Started

Exactly what you need to get up and running with python-graphblas. Contains a short introduction to the main ideas behind GraphBLAS.

User Guide

The user guide covers the fundamental ideas and usage patterns of python-graphblas. It also contains an example notebook showing Single-Source Shortest Path.

API Reference

The API reference contains details about each class and method. It assumes familiarity with the core ideas and usage patterns.

Contributor Guide

Find out how you can contribute and make python-graphblas better for everyone.