NetworkX

Previous topic

networkx.write_gml

Next topic

Pickle

Quick search

networkx.parse_gml

parse_gml(lines)

Parse GML format from string or iterable. Returns an Graph or DiGraph.

This doesn’t implement the complete GML specification for nested attributes for graphs, edges, and nodes.