Page MenuHomec4science

Pyblio.Parsers-module.html
No OneTemporary

File Metadata

Created
Fri, Jul 4, 14:32

Pyblio.Parsers-module.html

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Pyblio.Parsers</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="Pyblio-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
pybliographer&nbsp;1.3.3
</p></th></tr></table>
</th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<font size="-1"><b class="breadcrumbs">
<a href="Pyblio-module.html">Package&nbsp;Pyblio</a> ::
Package&nbsp;Parsers
</b></font></br>
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[<a href="../private/Pyblio.Parsers-module.html">show&nbsp;private</a>&nbsp;|&nbsp;hide&nbsp;private]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="Pyblio.Parsers-module.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF PACKAGE DESCRIPTION =========== -->
<h2 class="package">Package Pyblio.Parsers</h2>
<p>Bibliographic database parsers for foreign formats.</p>
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:
<ul>
<li>
<a href="Pyblio.Parsers.Syntax-module.html"
class="link"><code>Pyblio.Parsers.Syntax</code></a> contains parsers
that only know the syntactic rules for reading and writing the
format
</li>
<li>
<a href="Pyblio.Parsers.Semantic-module.html"
class="link"><code>Pyblio.Parsers.Semantic</code></a> extends the
syntactic parsers to make them usable on a <i>specific</i>
schema.
</li>
</ul>
<hr/>
<!-- =========== START OF SUBMODULES =========== -->
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="details">
<th colspan="2">Submodules</th></tr>
<tr><td><ul>
<li> <b><a href="Pyblio.Parsers.Protocol-module.html"><code>Protocol</code></a></b>: <i>Protocol definition for importing or exporting data from alien file
formats.</i>
<li> <b><a href="Pyblio.Parsers.Semantic-module.html"><code>Semantic</code></a></b>: <i>Parsers for bibliographic formats and specific schemas.</i>
<ul>
<li> <b><a href="Pyblio.Parsers.Semantic.BibTeX-module.html"><code>BibTeX</code></a></b>
<li> <b><a href="Pyblio.Parsers.Semantic.PubMed-module.html"><code>PubMed</code></a></b>: <i>Parser for the XML format returned by PubMed's Web API</i>
<li> <b><a href="Pyblio.Parsers.Semantic.WOK-module.html"><code>WOK</code></a></b>
</ul>
<li> <b><a href="Pyblio.Parsers.Syntax-module.html"><code>Syntax</code></a></b>: <i>Syntactic parsers for bibliographic formats.</i>
<ul>
<li> <b><a href="Pyblio.Parsers.Syntax.BibTeX-module.html"><code>BibTeX</code></a></b>: <i>Extension module for BibTeX files</i>
<ul>
<li> <b><a href="Pyblio.Parsers.Syntax.BibTeX.Coding-module.html"><code>Coding</code></a></b>: <i>Handles coding and decoding of LaTeX-escaped characters.</i>
<li> <b><a href="Pyblio.Parsers.Syntax.BibTeX.Environ-module.html"><code>Environ</code></a></b>: <i>Handles decoding of &#64;string substitution and of LaTeX
commands.</i>
<li> <b><a href="Pyblio.Parsers.Syntax.BibTeX.Parser-module.html"><code>Parser</code></a></b>: <i>Stream oriented reading of a BibTeX file, with no actual semantic
operation on the content.</i>
</ul>
<li> <b><a href="Pyblio.Parsers.Syntax.ISI-module.html"><code>ISI</code></a></b>
<li> <b><a href="Pyblio.Parsers.Syntax.RIS-module.html"><code>RIS</code></a></b>
<li> <b><a href="Pyblio.Parsers.Syntax.Tagged-module.html"><code>Tagged</code></a></b>
<li> <b><a href="Pyblio.Parsers.Syntax.XMLEndNote-module.html"><code>XMLEndNote</code></a></b>
<li> <b><a href="Pyblio.Parsers.Syntax.XMLMARC-module.html"><code>XMLMARC</code></a></b>
</ul>
</ul></td></tr>
</table><br />
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="Pyblio-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
pybliographer&nbsp;1.3.3
</p></th></tr></table>
</th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006</font></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a></td>
</tr>
</table>
</body>
</html>

Event Timeline