twisted.python.html   [plain text]


<?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>twisted.python</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="twisted.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">
          <a class="navbar" target="_top" href="http://twistedmatrix.com/">Twisted&nbsp;1.3.0rc1</a>
      </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="twisted.html">Package&nbsp;twisted</a> ::
        Package&nbsp;python
      </b></font></br>
    </td>
    <td><table cellpadding="0" cellspacing="0">
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="twisted.python.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
    </table></td>
</tr></table>

<!-- =========== START OF PACKAGE DESCRIPTION =========== -->
<h2 class="package">Package twisted.python</h2>

Twisted Python: Utilities and Enhancements for Python.
<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="twisted.python.compat.html"><code>compat</code></a></b>: <i>Compatability module to provide backwards compatability for useful 
Python features.</i>
<li> <b><a href="twisted.python.components.html"><code>components</code></a></b>: <i>Component architecture for Twisted.</i>
<li> <b><a href="twisted.python.context.html"><code>context</code></a></b>: <i>Dynamic pseudo-scoping for Python.</i>
<li> <b><a href="twisted.python.dir.html"><code>dir</code></a></b>: <i>Fine-grained file listing</i>
<li> <b><a href="twisted.python.dispatch.html"><code>dispatch</code></a></b>
<li> <b><a href="twisted.python.domhelpers.html"><code>domhelpers</code></a></b>: <i>Deprecated, use <a href="twisted.web.domhelpers.html" 
class="link"><code>twisted.web.domhelpers</code></a> instead.</i>
<li> <b><a href="twisted.python.dxprofile.html"><code>dxprofile</code></a></b>: <i>Utility functions for reporting bytecode frequencies to Skip 
Montanaro's stat collector.</i>
<li> <b><a href="twisted.python.failure.html"><code>failure</code></a></b>: <i>Asynchronous-friendly error mechanism.</i>
<li> <b><a href="twisted.python.filepath.html"><code>filepath</code></a></b>
<li> <b><a href="twisted.python.finalize.html"><code>finalize</code></a></b>: <i>A module for externalized finalizers.</i>
<li> <b><a href="twisted.python.formmethod.html"><code>formmethod</code></a></b>: <i>Form-based method objects.</i>
<li> <b><a href="twisted.python.hook.html"><code>hook</code></a></b>: <i>I define support for hookable instance methods.</i>
<li> <b><a href="twisted.python.htmlizer.html"><code>htmlizer</code></a></b>
<li> <b><a href="twisted.python.lockfile.html"><code>lockfile</code></a></b>: <i>Lock files.</i>
<li> <b><a href="twisted.python.log.html"><code>log</code></a></b>: <i>Logging and metrics infrastructure.</i>
<li> <b><a href="twisted.python.logfile.html"><code>logfile</code></a></b>: <i>A rotating, browsable log file.</i>
<li> <b><a href="twisted.python.mutablestring.html"><code>mutablestring</code></a></b>
<li> <b><a href="twisted.python.mvc.html"><code>mvc</code></a></b>: <i>A simple Model-View-Controller framework for separating presentation, 
business logic, and data.</i>
<li> <b><a href="twisted.python.otp.html"><code>otp</code></a></b>: <i>A One-Time Password System based on RFC 2289</i>
<li> <b><a href="twisted.python.plugin.html"><code>plugin</code></a></b>
<li> <b><a href="twisted.python.rebuild.html"><code>rebuild</code></a></b>: <i>*Real* reloading support for Python.</i>
<li> <b><a href="twisted.python.reflect.html"><code>reflect</code></a></b>: <i>Standardized versions of various cool and/or strange things that you 
can do with Python's reflection capabilities.</i>
<li> <b><a href="twisted.python.roots.html"><code>roots</code></a></b>: <i>Twisted Python Roots: an abstract hierarchy representation for 
Twisted.</i>
<li> <b><a href="twisted.python.runtime.html"><code>runtime</code></a></b>
<li> <b><a href="twisted.python.shortcut.html"><code>shortcut</code></a></b>: <i>Creation of Windows shortcuts.</i>
<li> <b><a href="twisted.python.syslog.html"><code>syslog</code></a></b>
<li> <b><a href="twisted.python.text.html"><code>text</code></a></b>: <i>Miscellany of text-munging functions.</i>
<li> <b><a href="twisted.python.threadable.html"><code>threadable</code></a></b>: <i>A module that will allow your program to be multi-threaded, 
micro-threaded, and single-threaded.</i>
<li> <b><a href="twisted.python.threadpool.html"><code>threadpool</code></a></b>: <i>twisted.threadpool: a pool of threads to which we dispatch tasks.</i>
<li> <b><a href="twisted.python.timeoutqueue.html"><code>timeoutqueue</code></a></b>: <i>A Queue subclass that supports timeouts.</i>
<li> <b><a href="twisted.python.urlpath.html"><code>urlpath</code></a></b>
<li> <b><a href="twisted.python.usage.html"><code>usage</code></a></b>: <i>twisted.python.usage is a module for parsing/handling the command line 
of your program.</i>
<li> <b><a href="twisted.python.util.html"><code>util</code></a></b>
<li> <b><a href="twisted.python.win32.html"><code>win32</code></a></b>: <i>Win32 utilities.</i>
<li> <b><a href="twisted.python.zipstream.html"><code>zipstream</code></a></b>: <i>An extremely asynch approach to unzipping files.</i>
  </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="twisted.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">
          <a class="navbar" target="_top" href="http://twistedmatrix.com/">Twisted&nbsp;1.3.0rc1</a>
      </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.0 on Sat May 15 20: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>