Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbromberger authored Apr 19, 2017
1 parent 5e2248d commit fcceba1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@
[![Coverage Status](https://coveralls.io/repos/JuliaGraphs/GraphIO.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaGraphs/GraphIO.jl?branch=master)

[![codecov.io](http://codecov.io/github/JuliaGraphs/GraphIO.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGraphs/GraphIO.jl?branch=master)

GraphIO provides support to [LightGraphs.jl](https://github.com/JuliaGraphs/LightGraphs.jl) for reading/writing graphs in various formats.

Currently, the following functionality is provided:

Format | Read | Write
-------|------|-----
GML | ✓ | ✓
Graph6 | ✓ | ✓
GraphML | ✓ | ✓
Pajek NET | ✓ | ✓
GEXF | | ✓
DOT | ✓ |

0 comments on commit fcceba1

Please sign in to comment.