Package diffpy :: Package Structure :: Package Parsers :: Module parser_index_mod
[hide private]
[frames] | no frames]

Module parser_index_mod

source code

Index of recognized structure formats, their IO capabilities and
associated modules where they are defined.  Plugins for new structure
formats need to be added to the parser_index dictionary in this module.



Variables [hide private]
  __id__ = '$Id: parser_index_mod.py 3032 2009-04-08 19:15:37Z j...
  parser_index = {'auto': {'file_extension': '', 'file_pattern':...
Variables Details [hide private]

__id__

Value:
'$Id: parser_index_mod.py 3032 2009-04-08 19:15:37Z juhas $'

parser_index

Value:
{'auto': {'file_extension': '',
          'file_pattern': '*.*',
          'has_input': True,
          'has_output': False,
          'module': 'P_auto'},
 'bratoms': {'file_extension': '.inp',
             'file_pattern': '*.inp',
             'has_input': True,
...