diffpy.Structure.Parsers: Conversion plugins for various structure formats
The recognized structure formats are defined by subclassing StructureParser,
by convention these classes are named P_<format>.
diffpy.Structure.Parsers.P_auto: Parser for automatic file format detection
This Parser does not provide the the toLines() method.