Metadata-Version: 2.1
Name: sparsegraph
Version: 0.1.0
Summary: A graph library built on top of SciPy sparse matrices.
Author-email: Gus Beringer <gusberinger@gmail.com>
Project-URL: Homepage, https://sparsegraph.com
Project-URL: Issues, https://github.com/gusberinger/sparsegraph/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# SparseGraph

![example workflow](https://github.com/gusberinger/sparsegraph/actions/workflows/pytest.yaml/badge.svg)
[![codecov](https://codecov.io/gh/gusberinger/sparsegraph/graph/badge.svg)](https://codecov.io/gh/gusberinger/sparsegraph)

A library for graph operations built on top of [SciPy](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.array.html) sparse matrices. Designed for small world graphs with millions of nodes and edges.

Inspired by [NetworkX](https://networkx.org/).

Read the [Docs](https://sparsegraph.com).
