https://github.com/moul/graphman
graph manipulation library in golang (pert, cpm, dijkstra, ...)
https://github.com/moul/graphman
cpm dijkstra graph graph-theory pert
Last synced: about 1 year ago
JSON representation
graph manipulation library in golang (pert, cpm, dijkstra, ...)
- Host: GitHub
- URL: https://github.com/moul/graphman
- Owner: moul
- License: apache-2.0
- Created: 2019-06-16T08:45:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T20:52:15.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:39:11.602Z (about 1 year ago)
- Topics: cpm, dijkstra, graph, graph-theory, pert
- Language: Go
- Homepage: https://manfred.life/graph
- Size: 160 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# graphman
graph manipulation library in golang
[](https://circleci.com/gh/moul/graphman)
[](https://godoc.org/moul.io/graphman)
[](https://github.com/moul/graphman/blob/master/LICENSE)
[](https://github.com/moul/graphman/releases)
[](https://goreportcard.com/report/moul.io/graphman)
[](https://www.codefactor.io/repository/github/moul/graphman)
[](https://microbadger.com/images/moul/graphman)
[](https://manfred.life/)
## Library
**graphman** is a golang library that manipulates graphs, take a look at godoc and examples to get a quick understanding of what it can be used for.
## Binaries
### Pertify
Install with: `go get -u moul.io/graphman/cmd/pertify`