Package Pyblio :: Package Parsers :: Package Syntax :: Module ISI
[hide private]
[frames] | no frames]

Module ISI

source code

Parser for the ISI file format.

Classes [hide private]
  ISIParser
This parser knows how to split ISI records in fields
  Reader
This reader has no knowledge of an actual scheme to map the fields to.
Functions [hide private]
 
_mkperson(txt) source code
Variables [hide private]
  start_re = re.compile(r'^(\w\w)\s(.*?)\r?$')
  contd_re = re.compile(r'^\s{3}(.*?)\r?$')