StarParser#

class StarParser(filename, mode='r', **kwargs)[source]#

Bases: MMCIFParser

Convert STAR file data into a dictionary representation [1].

References

Methods

StarParser.get(key[, default])

Retrieve a value from the internal data using a given key.

StarParser.items()

List items available in internal dictionary.

StarParser.keys()

List keys available in internal dictionary.

StarParser.parse_input(lines[, delimiter])

Parse a list of lines from a file and convert the data into a dictionary.

StarParser.values()

List values available in internal dictionary.