An open API service indexing awesome lists of open source software.

https://github.com/parantapa/staticgraph

Graph library for large static graphs
https://github.com/parantapa/staticgraph

Last synced: 5 months ago
JSON representation

Graph library for large static graphs

Awesome Lists containing this project

README

          

Static Graph
============

Python graph library for handling large static graphs.
Uses NumPy for efficient storage.
Optionally uses Cython to speed up some of the routes.

Read the code for more details. Tests require NetworkX and PyTest.

Tested Using: CPython 2.7, Cython 0.16, and NumPy 1.6.