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

Package Pyblio.Parsers

Bibliographic database parsers for foreign formats.

This module contains extensible parsers for some known bibliographic formats. In order to avoid hardcoding a predefined pybliographer schema in these parsers, they are separated in two modules:
Submodules
  • Protocol: Protocol definition for importing or exporting data from alien file formats.
  • Semantic: Parsers for bibliographic formats and specific schemas.
    • BibTeX
    • PubMed: Parser for the XML format returned by PubMed's Web API
    • WOK
  • Syntax: Syntactic parsers for bibliographic formats.
    • BibTeX: Extension module for BibTeX files
      • 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.
    • ISI
    • RIS
    • Tagged
    • XMLEndNote
    • XMLMARC

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