rez.package_serialise
- rez.package_serialise.dump_package_data(data, buf, format_=<FileFormat.py: ('py', )>, skip_attributes=None)[source]
Write package data to buf.
- Parameters
data (dict) – Data source - must conform to package_serialise_schema.
buf (file-like object) – Destination stream.
format (FileFormat) – Format to dump data in.
skip_attributes (list of str) – List of attributes to not print.