weldx.asdf.util#
Utilities for asdf files.
Functions
Generate a asdf serialization class for a python dataclass. |
|
Get the converter class that handles a given tag. |
|
Get the highest available weldx extension tag version matching a pattern. |
|
Get the path to a weldx schema file. |
|
Get a dictionary representation of a weldx schema file with custom formatting. |
|
Grab the weldx extension from list of current active extensions. |
|
Read the YAML header part (excluding binary sections) of an ASDF file. |
|
Print the code from file/BytesIO to notebook cell with syntax highlighting. |
|
Read ASDF file contents from buffer instance. |
|
Contextmanager to read ASDF file contents from buffer instance. |
|
Returns |
|
Display YAML header using IPython JSON display repr. |
|
Write ASDF file into buffer. |
|
Perform a buffered write/read roundtrip of a tree using default ASDF settings. |
|
Context manager to perform a buffered write/read roundtrip of a tree using default ASDF settings. |