These tools were developed in order to clean or prep our legacy EAD and MARC XML for migration to ArchivesSpace. We've tried to insert plenty of comments, but let us know if something isn't clear!
- Our audience is archivists--not programmers.
- Comment generously. See #1.
- Don't be so Pythonic that other folks can't decipher what you've done. See # 1.
- Use self-descriptive/semantic names for variables and functions. "extent_list" is much better than "el".
- Make commits often and make the messages meaningful.
- Don't make public anything that's supposed to be private.