Updated Python I2P version 0.91 by sunshine

This commit is contained in:
sunshine
2004-08-02 14:00:56 +00:00
committed by zzz
parent 4373956a3f
commit 4ed4ce8240
155 changed files with 25204 additions and 0 deletions

View File

@ -0,0 +1,93 @@
<?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>i2p</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 bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Home&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" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<font size="-1"><b class="breadcrumbs">
Package&nbsp;i2p
</b></font></br>
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[show&nbsp;private&nbsp;|&nbsp;<a href="../public/i2p-module.html">hide&nbsp;private</a>]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="i2p-module.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF PACKAGE DESCRIPTION =========== -->
<h2 class="package">Package i2p</h2>
i2p -- I2P Python interface
<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="i2p.BaseHTTPServer-module.html"><code>BaseHTTPServer</code></a></b>: <i>Emulation of Python BaseHTTPServer module using I2P sockets.</i>
<li> <b><a href="i2p.CGIHTTPServer-module.html"><code>CGIHTTPServer</code></a></b>: <i>Emulation of Python CGIHTTPServer module using I2P sockets.</i>
<li> <b><a href="i2p.eep-module.html"><code>eep</code></a></b>: <i>Eeproxy access module</i>
<li> <b><a href="i2p.router-module.html"><code>router</code></a></b>: <i>Router control module</i>
<li> <b><a href="i2p.select-module.html"><code>select</code></a></b>: <i>I2P Python API - Emulation of Python select module.</i>
<li> <b><a href="i2p.SimpleHTTPServer-module.html"><code>SimpleHTTPServer</code></a></b>: <i>Emulation of Python SimpleHTTPServer module using I2P sockets.</i>
<li> <b><a href="i2p.socket-module.html"><code>socket</code></a></b>: <i>Emulation of Python socket module using SAM.</i>
<li> <b><a href="i2p.SocketServer-module.html"><code>SocketServer</code></a></b>: <i>Emulation of Python SocketServer module using I2P sockets.</i>
<li> <b><a href="i2p.tunnel-module.html"><code>tunnel</code></a></b>: <i>Exchange data between I2P and regular TCP sockets.</i>
<li> <b><a href="..\private\i2p.pylib-module.html"><code>pylib</code></a></b>
<li> <b><a href="..\private\i2p.samclasses-module.html"><code>samclasses</code></a></b>: <i>Lower-level SAM API, interfaces with SAM Bridge.</i>
</ul></td></tr>
</table><br />
<!-- =========== START OF EXCEPTIONS =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
<th colspan="2">Exceptions</th></tr>
<tr><td width="15%">
<b><a href="..\private\i2p.Error-class.html"><code>Error</code></a></b></td>
<td>Base class for all I2P errors.</td></tr>
<tr><td width="15%">
<b><a href="..\private\i2p.RouterError-class.html"><code>RouterError</code></a></b></td>
<td>Could not connect to router.</td></tr>
</table><br />
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Home&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" width="100%"></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 Mon Aug 02 01:07:41 2004</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>