Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX
[show private | hide private]
[frames | no frames]

Package Pyblio.Parsers.Syntax.BibTeX

Extension module for BibTeX files
Submodules
  • Coding: Handles coding and decoding of LaTeX-escaped characters.
  • Environ: Handles decoding of @string substitution and of LaTeX commands.
  • Parser: Stream oriented reading of a BibTeX file, with no actual semantic operation on the content.

Classes
Environ  
Reader  
Writer  

Function Summary
  _nodotdash(txt)

Variable Summary
SRE_Pattern _dotdash_re = \.\s+-
SRE_Pattern _fl_re = ^N*I+N+$
SRE_Pattern _lf_re = ^N+I+$
SRE_Pattern _split_re = [,\.]|\s+|~

Variable Details

_dotdash_re

Type:
SRE_Pattern
Value:
\.\s+-                                                                 

_fl_re

Type:
SRE_Pattern
Value:
^N*I+N+$                                                               

_lf_re

Type:
SRE_Pattern
Value:
^N+I+$                                                                 

_split_re

Type:
SRE_Pattern
Value:
[,\.]|\s+|~                                                            

Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 http://epydoc.sf.net