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
- Host: GitHub
- URL: https://github.com/wangzhe3224/pygraph
- Owner: wangzhe3224
- License: mit
- Created: 2020-05-02T17:59:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T11:33:40.000Z (over 5 years ago)
- Last Synced: 2025-06-08T23:03:42.995Z (4 months ago)
- Language: Python
- Size: 196 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Py Graph
[](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 laterRode 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