This lab asks you to explore the BagIt file packaging structure, which was discussed in class. BagIt is a specification for a file-level information package, which contains basic descriptive information as well as PDI. Because it relies on operating system level information, it can be readily created for local files, and various tools support its creation. In this week’s lab, the BagIt library in python was demonstrated. This can be run in a standalone .py file. But, for this lab, you are welcome to use the Jupyter notebook from the samples at: https://github.com/morskyjezek/bagit-walkthrough-lcwa.