From: Johannes W. <joh...@h-...> - 2016-05-13 08:08:47
|
hey together, quick question: Is there a possibility in cclib do get an overview of all successful parsed attributes contained in the object? I actually thought help(object) does it, but it shows just generic informations about which attribute has which format. The logging I think should show that, but even setting object.logger.setLevel(logging.INFO) does only show warnings. Well setting to .DEBUG I get a log for every single parsed value, but that’s overkill and also only shows while parsing, not later on anymore when handling the object… Is there something in cclib that shows an overview over all parsed attributes of the given log file? On a side note, I think a 'using cclib' section a’la http://cclib.sourceforge.net/wiki/index.php/Using_cclib <http://cclib.sourceforge.net/wiki/index.php/Using_cclib> should be transferred to the http://cclib.github.io <http://cclib.github.io/> page. Thats completely missing in the tutorial page, just install and read about parsed data notes, but no documentation how to actually use cclib... Oh and btw, the link for the mailing list at the bottom of the cclib github page (https://github.com/cclib/cclib) is a url that points to https://github.com/cclib/cclib/blob/master/ccl...@li... <https://github.com/cclib/cclib/blob/master/ccl...@li...> instead of https://lists.sourceforge.net/lists/listinfo/cclib-users <https://lists.sourceforge.net/lists/listinfo/cclib-users> maybe someone fixes this quick. cheers, Johannes |