Package Pyblio :: Package Parsers :: Package Semantic
[hide private]
[frames] | no frames]

Source Code for Package Pyblio.Parsers.Semantic

 1  """ 
 2  Parsers for bibliographic formats and specific schemas. 
 3   
 4  This modules keeps parsers that can parse specific bibliographic 
 5  formats into specific schemas. 
 6   
 7  In L{Pyblio.Parsers.Syntax} live parsers that are not yet specialized 
 8  for a schema. 
 9  """ 
10