This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import sys | |
assert sys.version_info[0] >= 3, "Python 3 required." | |
# | |
# nsfe_to_nsf2.py | |
# Brad Smith, 2018-08-24 | |
# | |
# This converts an NSFe file to a preliminary "NSF2 with metadata" format. |