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

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, ...)

Awesome Lists containing this project

README

          

# graphman
graph manipulation library in golang

[![CircleCI](https://circleci.com/gh/moul/graphman.svg?style=shield)](https://circleci.com/gh/moul/graphman)
[![GoDoc](https://godoc.org/moul.io/graphman?status.svg)](https://godoc.org/moul.io/graphman)
[![License](https://img.shields.io/github/license/moul/graphman.svg)](https://github.com/moul/graphman/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/moul/graphman.svg)](https://github.com/moul/graphman/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/graphman)](https://goreportcard.com/report/moul.io/graphman)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/graphman/badge)](https://www.codefactor.io/repository/github/moul/graphman)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/graphman.svg)](https://microbadger.com/images/moul/graphman)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](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`