NetworkX

Table Of Contents

Previous topic

networkx.readwrite.sparsegraph6.read_sparse6_list

Next topic

networkx.readwrite.pajek.read_pajek

Pajek

Read graphs in Pajek format.

This implementation handles directed and undirected graphs including those with self loops and parallel edges.

read_pajek(path[, encoding]) Read graph in Pajek format from path.
write_pajek(G, path[, encoding]) Write graph in Pajek format to path.
parse_pajek(lines) Parse Pajek format graph from string or iterable.