Package networkx :: Package readwrite :: Module nx_yaml
[hide private]
[frames] | no frames]

Module nx_yaml

source code

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


Date:  

Author: Aric Hagberg (hagberg@lanl.gov)

Functions [hide private]
 
write_yaml(G, path, default_flow_style=False, **kwds)
Write graph G in YAML text format to path.
source code
 
read_yaml(path)
Read graph from YAML format from path.
source code
 
_test_suite() source code
Variables [hide private]
  __credits__ = ''
  __revision__ = '$$'
Function Details [hide private]

write_yaml(G, path, default_flow_style=False, **kwds)

source code 

Write graph G in YAML text format to path.

See http://www.yaml.org

read_yaml(path)

source code 

Read graph from YAML format from path.

See http://www.yaml.org