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

https://github.com/wangzhe3224/pygraph

Python lib to interact with graphs
https://github.com/wangzhe3224/pygraph

Last synced: 3 months ago
JSON representation

Python lib to interact with graphs

Awesome Lists containing this project

README

          

# Py Graph

[![Build Status](https://travis-ci.com/wangzhe3224/pygraph.svg?branch=master)](https://travis-ci.com/wangzhe3224/pygraph)

[Documentation](https://wangzhe3224.github.io/pygraph/)

A set of tool to create graph and algos to process graphs. This project is an implementation of Algorithms 4th by Robert, the
Graph section. Related code for https://wangzhe3224.github.io/tags/Graph/

Dependency:
- Python 3.6 or later

Rode Map:
- [ ] Hyper graph

## Related projects
- `networkx` is a similar project which is more comprehensive.
- `graph-tool` is a similar project which is much comprehensive and fast.
- `GraphKit` is a similar project with computation node
- `HyperNetX` is a hypergraph project in python