YAML spec supports having multiple files be combined into one using the --- separator to begin a document and optionally end one with .... I will call it multi-documents.
Is this feature currently supported by the ASDF spec? If so, are there any libraries that have implemented reading from multi-documents?
A use case for this is similar to tarball a set of files but I wish to preserve readability of the ASDF metadata by tools.
YAML spec supports having multiple files be combined into one using the
---separator to begin a document and optionally end one with.... I will call it multi-documents.Is this feature currently supported by the ASDF spec? If so, are there any libraries that have implemented reading from multi-documents?
A use case for this is similar to tarball a set of files but I wish to preserve readability of the ASDF metadata by tools.