Page MenuHomec4science

Pyblio.Parsers-module.html
No OneTemporary

File Metadata

Created
Tue, Feb 11, 21:11

Pyblio.Parsers-module.html

<?xml version="1.0" encoding="ascii"?>
<!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" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="Pyblio-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Tree link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Index link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Help link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
>pyblio-core 1.3.4</th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="Pyblio-module.html">Package&nbsp;Pyblio</a> ::
Package&nbsp;Parsers
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>]&nbsp;|&nbsp;<a href="Pyblio.Parsers-module.html"
target="_top">no&nbsp;frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== PACKAGE DESCRIPTION ==================== -->
<h1 class="epydoc">Package Parsers</h1><span class="codelink"><a href="Pyblio.Parsers-pysrc.html">source&nbsp;code</a></span><br /><br />
<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">Pyblio.Parsers.Syntax</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">Pyblio.Parsers.Semantic</a> extends the syntactic
parsers to make them usable on a <i>specific</i> schema.
</li>
</ul><br /><br />
<!-- ==================== SUBMODULES ==================== -->
<a name="section-Submodules"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Submodules</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Submodules"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr><td class="summary">
<ul class="nomargin">
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Semantic-module.html">Pyblio.Parsers.Semantic</a></strong>: <em class="summary">Parsers for bibliographic formats and specific schemas.</em>
<ul>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Semantic.BibTeX-module.html">Pyblio.Parsers.Semantic.BibTeX</a></strong> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Semantic.ISI-module.html">Pyblio.Parsers.Semantic.ISI</a></strong>: <em class="summary">Parser for the ISI format returned by the Web of Knowledge.</em> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Semantic.PubMed-module.html">Pyblio.Parsers.Semantic.PubMed</a></strong>: <em class="summary">Parser for the XML format returned by PubMed's Web API</em> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Semantic.WOK-module.html">Pyblio.Parsers.Semantic.WOK</a></strong>: <em class="summary">Parser for the XML format returned by Web of Knowledge
queries.</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax-module.html">Pyblio.Parsers.Syntax</a></strong>: <em class="summary">Syntactic parsers for bibliographic formats.</em>
<ul>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.BibTeX-module.html">Pyblio.Parsers.Syntax.BibTeX</a></strong>: <em class="summary">Extension module for BibTeX files</em>
<ul>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.BibTeX.Coding-module.html">Pyblio.Parsers.Syntax.BibTeX.Coding</a></strong>: <em class="summary">Handles coding and decoding of LaTeX-escaped characters.</em> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.BibTeX.Environ%27-module.html">Pyblio.Parsers.Syntax.BibTeX.Environ'</a></strong>: <em class="summary">Handles decoding of @string substitution and of LaTeX
commands.</em> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.BibTeX.Parser-module.html">Pyblio.Parsers.Syntax.BibTeX.Parser</a></strong>: <em class="summary">Stream oriented reading of a BibTeX file, with no actual
semantic operation on the content.</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.ISI-module.html">Pyblio.Parsers.Syntax.ISI</a></strong>: <em class="summary">Parser for the ISI file format.</em> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.RIS-module.html">Pyblio.Parsers.Syntax.RIS</a></strong> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.Tagged-module.html">Pyblio.Parsers.Syntax.Tagged</a></strong> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.XMLEndNote-module.html">Pyblio.Parsers.Syntax.XMLEndNote</a></strong> </li>
<li> <strong class="uidlink"><a href="Pyblio.Parsers.Syntax.XMLMARC-module.html">Pyblio.Parsers.Syntax.XMLMARC</a></strong> </li>
</ul>
</li>
</ul></td></tr>
</table>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="Pyblio-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Tree link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Index link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Help link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
>pyblio-core 1.3.4</th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0beta1 on Thu Sep 13 21:54:18 2007
</td>
<td align="right" class="footer">
<a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie()
// -->
</script>
</body>
</html>

Event Timeline