Python module to read and write the NWN GFF Format. The module will load and parse a GFF file into a structure of dictionaries and lists, which can then be modified in place, and written back to the same file in GFF format. The Module implements all of the types within the GFF specification, but is still BETA software. I've successfully tested it with an item file, and the changes made in python registered in the toolset. However, more testing is needed, particularly with: (1) structs outside of lists, (2) void types, and (3) really large GFF files. The module's license is the GNU General Public License. More information and usage can be found in the file. Please send any bug reports, suggestions, etc. to me.