NetworkX

Previous topic

networkx.parse_leda

Next topic

networkx.read_yaml

Quick search

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[, default_flow_style, \*\*kwds) Write graph G in YAML text format to path.