Go to the latest version of this document.
Module Index
- twisted - Twisted: The Framework Of Your Internet.
- twisted._version - Undocumented
- twisted.application - Configuration objects for Twisted Applications
- twisted.conch - Twisted.Conch: The Twisted Shell. Terminal emulation, SSHv2 and
telnet.
- twisted.copyright - Copyright information for Twisted.
- twisted.cred - Twisted Cred
- twisted.enterprise - Twisted Enterprise: database support for Twisted services.
- twisted.internet - Twisted Internet: Asynchronous I/O and Events.
- twisted.internet._baseprocess - Cross-platform process-related functionality used by different
IReactorProcess
implementations.
- twisted.internet._dumbwin32proc - http://isometric.sixsided.org/_/gates_in_the_head/
- twisted.internet._pollingfile - Implements a simple polling interface for file descriptors that don't
work with select() - this is pretty much only useful on Windows.
- twisted.internet._posixserialport - Serial Port Protocol
- twisted.internet._posixstdio - Standard input/out/err support.
- twisted.internet._signals - This module provides a uniform interface to the several mechanisms which
are possibly available for dealing with signals.
- twisted.internet._sslverify - No module docstring; 0/2 classes, 1/1 functions documented
- twisted.internet._threadedselect - No module docstring; 1/1 classes, 1/3 functions documented
- twisted.internet._win32serialport - Serial port support for Windows.
- twisted.internet._win32stdio - Windows-specific implementation of the
twisted.internet.stdio
interface.
- twisted.internet.abstract - Support for generic select()able objects.
- twisted.internet.address - Address objects for network connections.
- twisted.internet.base - Very basic functionality for a Reactor implementation.
- twisted.internet.cfreactor - A reactor for integrating with CFRunLoop, the CoreFoundation main loop used by MacOS
X.
- twisted.internet.default - Deprecated module that used to contain SelectReactor and
PosixReactorBase
- twisted.internet.defer - Support for results that aren't immediately available.
- twisted.internet.endpoints - Implementations of
IStreamServerEndpoint
and IStreamClientEndpoint
that wrap the IReactorTCP
,
IReactorSSL
,
and IReactorUNIX
interfaces.
- twisted.internet.epollreactor - An epoll() based implementation of the twisted main loop.
- twisted.internet.error - Exceptions and errors for use in twisted.internet modules.
- twisted.internet.fdesc - Utility functions for dealing with POSIX file descriptors.
- twisted.internet.glib2reactor - No summary
- twisted.internet.gtk2reactor - This module provides support for Twisted to interact with the glib/gtk2
mainloop.
- twisted.internet.gtkreactor - This module provides support for Twisted to interact with the PyGTK
mainloop.
- twisted.internet.inotify - This module provides support for Twisted to linux inotify API.
- twisted.internet.interfaces - Interface documentation.
- twisted.internet.iocpreactor - I/O Completion Ports reactor
- twisted.internet.kqreactor - A kqueue()/kevent() based implementation of the Twisted main loop.
- twisted.internet.main - Backwards compatibility, and utility functions.
- twisted.internet.pollreactor - A poll() based implementation of the twisted main loop.
- twisted.internet.posixbase - Posix reactor base class
- twisted.internet.process - UNIX Process management.
- twisted.internet.protocol - Standard implementations of Twisted protocol-related interfaces.
- twisted.internet.pyuisupport - This module integrates PyUI with twisted.internet's mainloop.
- twisted.internet.qtreactor - Undocumented
- twisted.internet.reactor - The reactor is the Twisted event loop within Twisted, the loop which
drives applications using Twisted. The reactor provides APIs for
networking, threading, dispatching events, and more.
- twisted.internet.selectreactor - Select reactor
- twisted.internet.serialport - Serial Port Protocol
- twisted.internet.ssl - SSL transport. Requires PyOpenSSL (http://pyopenssl.sf.net).
- twisted.internet.stdio - Standard input/out/err support.
- twisted.internet.task - Scheduling utility methods and classes.
- twisted.internet.tcp - Various asynchronous TCP/IP classes.
- twisted.internet.threads - Extended thread dispatching support.
- twisted.internet.tksupport - This module integrates Tkinter with twisted.internet's mainloop.
- twisted.internet.udp - Various asynchronous UDP classes.
- twisted.internet.unix - Various asynchronous TCP/IP classes.
- twisted.internet.utils - Utility methods.
- twisted.internet.win32eventreactor - A win32event based implementation of the Twisted main loop.
- twisted.internet.wxreactor - This module provides wxPython event loop support for Twisted.
- twisted.internet.wxsupport - Old method of wxPython support for Twisted.
- twisted.lore - The Twisted Documentation Generation System
- twisted.mail - Twisted Mail: a Twisted E-Mail Server.
- twisted.manhole - Twisted Manhole: interactive interpreter and direct manipulation support
for Twisted.
- twisted.names - Resolving Internet Names
- twisted.news - Twisted News: an NNTP-based news service.
- twisted.pair - Twisted Pair: The framework of your ethernet.
- twisted.persisted - Twisted Persisted: utilities for managing persistence.
- twisted.plugin - Plugin system for Twisted.
- twisted.plugins - Plugins go in directories on your PYTHONPATH named twisted/plugins: this
is the only place where an __init__.py is necessary, thanks to the __path__
variable.
- twisted.protocols - Twisted Protocols: a collection of internet protocol
implementations.
- twisted.python - Twisted Python: Utilities and Enhancements for Python.
- twisted.runner - Twisted runer: run and monitor processes
- twisted.scripts - No package docstring; 4/11 modules, 0/1 packages documented
- twisted.spread - Twisted Spread: Spreadable (Distributed) Computing.
- twisted.tap - Twisted TAP: Twisted Application Persistence builders for other Twisted
servers.
- twisted.trial - Asynchronous unit testing framework.
- twisted.web - No summary
- twisted.words - Twisted Words: a Twisted Chat service.