Hi, thanks for creating this library. For our use case we have some generic tag files that don't follow the key-value format that bagins uses (i.e. bag.AddTagFile). I've read over the bagit spec and it seems like tag files can have any format. So I think it would be nice to have an interface on a Bag object to just add generic tag file. Let me know if I'm off in my assumptions.
Sorry it's taken me forever to get back to you. I've been working on a number of other projects. I just made a number of changes to support custom tag files. Take a look at the change log entries for version 0.9.0.
Hi, thanks for creating this library. For our use case we have some generic tag files that don't follow the key-value format that bagins uses (i.e. bag.AddTagFile). I've read over the bagit spec and it seems like tag files can have any format. So I think it would be nice to have an interface on a Bag object to just add generic tag file. Let me know if I'm off in my assumptions.