witheppy.noteppy package

Submodules

witheppy.noteppy.rawidf module

read and save idf files without using eppy

witheppy.noteppy.rawidf.rawidf2str(rawdata, order=None)[source]

string rep of rawdata

witheppy.noteppy.rawidf.readrawidf(fhandle)[source]

read the idf file as a dict. Dict keys are idfobjkeys, dict values are list in list

witheppy.noteppy.rawidf.removecomment(astr, cphrase)[source]

the comment is similar to that in python. any charachter after the # is treated as a comment until the end of the line astr is the string to be de-commented cphrase is the comment phrase

Module contents

contains code that does not use eppy but is still usefull