rez.package_serialise¶ rez.package_serialise.dump_package_data(data: dict, buf: SupportsWrite, format_: FileFormat = FileFormat.py, skip_attributes: list[str] | None = None) → None¶ Write package data to buf. Parameters: data (dict) – Data source - must conform to package_serialise_schema. buf (IO) – Destination stream. format (FileFormat) – Format to dump data in. skip_attributes (list of str) – List of attributes to not print.