NetworkX

Previous topic

networkx.parse_leda

Next topic

networkx.read_yaml

YAMLΒΆ

Read and write NetworkX graphs in YAML format. See http://www.yaml.org for documentation.

read_yaml(path) Read graph from YAML format from path.
write_yaml(G, path, **kwds[, default_flow_style]) Write graph G in YAML text format to path.