Skip to content

Commit fcceba1

Browse files
authored
Update README.md
1 parent 5e2248d commit fcceba1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@
55
[![Coverage Status](https://coveralls.io/repos/JuliaGraphs/GraphIO.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaGraphs/GraphIO.jl?branch=master)
66

77
[![codecov.io](http://codecov.io/github/JuliaGraphs/GraphIO.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGraphs/GraphIO.jl?branch=master)
8+
9+
GraphIO provides support to [LightGraphs.jl](https://github.com/JuliaGraphs/LightGraphs.jl) for reading/writing graphs in various formats.
10+
11+
Currently, the following functionality is provided:
12+
13+
Format | Read | Write
14+
-------|------|-----
15+
GML | ✓ | ✓
16+
Graph6 | ✓ | ✓
17+
GraphML | ✓ | ✓
18+
Pajek NET | ✓ | ✓
19+
GEXF | | ✓
20+
DOT | ✓ |

0 commit comments

Comments
 (0)