weldx.asdf.utilΒΆ

Utilities for asdf files.

Functions

asdf_json_repr

Display YAML header using IPython JSON display repr.

get_yaml_header

Read the YAML header part (excluding binary sections) of an ASDF file.

notebook_fileprinter

Print the code from file/BytesIO to notebook cell with syntax highlighting.

read_buffer

Read ASDF file contents from buffer instance.

write_buffer

Write ASDF file into buffer.

write_read_buffer

Perform a buffered write/read roundtrip of a tree using default ASDF settings.