| Home | Trees | Index | Help |
|---|
| Package twisted |
|
coil: Coil configuration system.
app: Coil configuration for twisted.internet.app.Application.
coil: Twisted COIL: COnfiguration ILlumination.
plugins: Coil plugins for various Twisted subsystem.
ftp: Coil plugin for FTP server.
mail: Coil plugin for the mail service.
manhole: Coil plugin for manhole service.
portforward: Coil plugin for telnet shell.
socks: Coil plugin for SOCKSv4 proxy.
telnet: Coil plugin for telnet shell.
tendril
web: Coil plugin for web support.
words: Coil plugin for words service.
web: A web frontend to coil.
conch: Twisted.Conch: The Twisted Shell.
authorizer: Implementation of an Authorizer that uses /etc/passwd to generate
Identitys..
error: An error to represent bad things happening in Conch.
identity: Identity for Conch.
ssh: An SSHv2 implementation for Twisted.
asn1: A basic ASN.1 parser to parse private SSH keys.
common: Common functions for the SSH classes.
connection: This module contains the implementation of the ssh-connection service,
which allows access to the shell and port-forwarding.
factory: A Factory for SSH servers, along with an OpenSSHFactory to use the
same data sources as OpenSSH.
forwarding: This module contains the implementation of the TCP forwarding, which
allows clients and servers to forward arbitrary TCP data across the
connection.
keys: Handling of RSA and DSA keys.
pamauth: Support for asynchronously authenticating using PAM.
primes: Parsing for the moduli file, which contains Diffie-Hellman prime
groups.
service: The parent class for all the SSH services.
session: This module contains the implementation of SSHSession, which (by
default) allows access to a shell and a python interpreter over SSH.
sexpy
transport: The lowest level SSH protocol.
ttymodes
userauth: Implementation of the ssh-userauth service.
ui: twisted.conch.ui is home to the UI elements for tkconch.
copyright: Copyright information for Twisted.
cred: Twisted Cred
authorizer: Container for authorization objects.
error: Cred errors.
identity: Base authentication mechanisms for Twisted.
perspective: This module is for domain-specific representations of users.
service: Twisted Cred Service
util: Utility functions for authorization.
enterprise: Twisted Enterprise: database support for Twisted services.
adbapi: An asynchronous mapping to DB-API
2.0<http://www.python.org/topics/database/DatabaseAPI-2.0.html>.
dbcred: Database backend for twisted.cred.
dbgadgets: Web interface for the Twisted db authentication system.
dbpassport: Deprecated database backend for twisted.cred; use dbcredinstead.
reflector
row: A (R)elational (O)bject (W)rapper.
sqlreflector
util
xmlreflector
im
internet: Twisted Internet: Asynchronous I/O and Events.
abstract: Support for generic select()able objects.
app: Main `application' configuration and persistence support.
base: Very basic functionality for a Reactor implementation.
default: Default reactor base classes, and a select() based reactor.
defer: Support for results that aren't immediately available.
error: Exceptions and errors for use in twisted.internet modules.
fdesc: Utility functions for dealing with POSIX file descriptors.
gtk2reactor: This module provides support for Twisted to interact with the PyGTK2
mainloop.
gtkreactor: This module provides support for Twisted to interact with the PyGTK
mainloop.
interfaces: Interface documentation.
javareactor: A java implementation of a ``select'' loop.
kqreactor: A kqueue()/kevent() based implementation of the Twisted main loop.
main: Backwards compatability, and utility functions.
passport: Authorization & authentication in Twisted.
pollreactor: A poll() based implementation of the twisted main loop.
process: UNIX Process management.
protocol: Standard implementations of Twisted protocol-related interfaces.
qtreactor: This module provides support for Twisted to interact with the PyQt
mainloop.
serialport
javaserialport: Serial Port Protocol
posixserialport: Serial Port Protocol
serialport: Serial Port Protocol
win32serialport: Serial Port Protocol
ssl: SSL transport.
stdio: Standard input/out/err support.
task: This module is deprecated.
tcp: Various asynchronous TCP/IP classes.
threads: Extended thread dispatching support.
threadtask: This module is deprecated, use reactor or twisted.internet.threads
instead.
tksupport: This module integrates Tkinter with twisted.internet's mainloop.
udp: Various asynchronous UDP classes.
utils: Utility methods.
win32eventreactor: A win32event based implementation of the Twisted main loop.
wxsupport: wxPython support for Twisted.
lore: The Twisted Documentation Generation System
mail: Twisted Mail: a Twisted E-Mail Server.
manhole: Twisted Manhole: interactive interpreter and direct manipulation
support for Twisted.
explorer: Support for python object introspection and exploration.
service
telnet: Telnet-based shell.
ui: Twisted Manhole UI: User interface for direct manipulation in
Twisted.
gtkmanhole
pywidgets
spelunk_gnome: Object browser GUI, GnomeCanvas implementation.
names: Resolving Internet Names
news: Twisted News: an NNTP-based news service.
database: News server backend implementations
news: Maintainer: Jp
Calderone<mailto:exarkun@twistedmatrix.com>
persisted: Twisted Persisted: utilities for managing persistence.
aot: AOT: Abstract Object Trees The source-code-marshallin'est
abstract-object-serializin'est persister this side of Marmalade!
crefutil: Utility classes for dealing with circular references.
dirdbm: DBM-style interface to a directory.
journal: Command-journalling persistence framework inspired by Prevayler.
base: Basic classes and interfaces for journal.
picklelog: Logging that uses pickles.
rowjournal: Journal using twisted.enterprise.row RDBMS support.
marmalade: Marmalade: jelly, with just a hint of bitterness.
styles: Different styles of peristed objects.
popsicle: Persistent Object Partitioning Strategy Involving Concurrent
Lightweight Events
freezer
mailsicle: Mailsicle
picklesicle: This is code and support for
repos: Abstract Repository classes for Popsicle.
protocols: Twisted Protocols: a collection of internet protocol
implementations.
basic: Basic protocols, such as line-oriented, netstring, and 32-bit-int
prefixed strings.
dict: Dict client protocol implementation.
dns: DNS protocol implementation.
finger
ftp: File Transfer Protocol support for Twisted Python.
gnutella: Gnutella, v0.4
http://www9.limewire.com/developer/gnutella_protocol_0.4.pdf
gps
http: HyperText Transfer Protocol implementation.
irc: Internet Relay Chat Protocol for client and server.
loopback
mice: Mice Protocols.
nntp: NNTP protocol support.
oscar: An implementation of the OSCAR protocol, which AIM and ICQ use to
communcate.
policies: Resource limiting policies.
pop3: Post-office Protocol version 3
portforward: A simple port forwarder.
protocol: Deprecated - use twisted.internet.protocol instead.
shoutcast: Chop up shoutcast stream into MP3s and metadata.
smtp: Simple Mail Transfer Protocol implementation.
socks: Implementation of the SOCKSv4 protocol.
sux: *S*mall, *U*ncomplicated *X*ML.
telnet: TELNET implementation, with line-oriented command handling.
toc: Implements a AOL Instant Messenger TOC server and client, using the
Twisted framework.
wire: Implement standard (and unused) TCP protocols.
python: Twisted Python: Utilities and Enhancements for Python.
compat: Compatability module to provide backwards compatability for useful
Python features.
components: Component architecture for Twisted.
defer: Deprecated, use twisted.internet.deferinstead.
delay: twisted.delay: Support for delayed and execution of events.
dispatch
domhelpers: Deprecated, use twisted.web.domhelpersinstead.
failure: Asynchronous-friendly error mechanism.
formmethod: Form-based method objects.
hook: I define support for hookable instance methods.
htmlizer
log: twisted.log: Logfile and multi-threaded file support.
logfile: A rotating, browsable log file.
mutablestring
mvc: A simple Model-View-Controller framework for separating presentation,
business logic, and data.
observable: A group of classes which implement the observer/observable and
publisher/subscriber pattern.
otp: A One-Time Password System based on RFC 2289
plugin
rebuild: *Real* reloading support for Python.
reference: twisted.reference: Latently resolveable references for streams which
have forward-references.
reflect: Standardized versions of various cool and/or strange things that you
can do with Python's reflection capabilities.
register
roots: Twisted Python Roots: an abstract hierarchy representation for
Twisted.
runtime
shortcut: A windows shortcut.
syslog
text: Miscellany of text-munging functions.
threadable: A module that will allow your program to be multi-threaded,
micro-threaded, and single-threaded.
threadpool: twisted.threadpool: a pool of threads to which we dispatch tasks.
timeoutqueue: A Queue subclass that supports timeouts.
usage: twisted.python.usage is a module for parsing/handling the command line
of your program.
util
runner: Twisted runer: run and monitor processes
scripts: Subpackage containing the modules that implement the command line
tools.
bookify
ckeygen
coil: Implementation module for the `coil` command.
conch
generatelore
hlint
html2latex
im
manhole
mktap: Implementation module for the `mktap` command.
tap2deb
tapconvert
tkconch: Implementation module for the `tkconch` command.
tkmktap: Implementation module for the graphical version of the `mktap`
command.
tktwistd: Implementation module for the graphical version of the `twistd`
command.
trial
twistd
websetroot
sister: Twisted Sister
loginserv: Login service for Twisted.Sister.
motherserv
parentap
parentserv
sistap
sisterserv
spread: Twisted Spread: Spreadable (Distributed) Computing.
tap: Twisted TAP: Twisted Application Persistence builders for other
Twisted servers.
coil: I am the support module for creating a coil web server with
'mktap'
ftp: I am the support module for making a ftp server with mktap.
mail: I am the support module for creating mail servers with 'mktap'
manhole: I am the support module for making a manhole server with mktap.
news
portforward: I am the support module for making a port forwarder with mktap.
socks: I am a support module for making SOCKSv4 servers with mktap.
ssh: I am a support module for making SSH servers with mktap.
telnet: I am the support module for making a telnet server with mktap.
toc: I am a support module for making TOC servers with mktap.
web: I am the support module for creating web servers with 'mktap'
words: I am a support module for creating chat servers with mktap.
test: Twisted Test: Unit Tests for Twisted.
crash_test_dummy
myrebuilder1
myrebuilder2
process_echoer: Write back all data it receives.
process_tester: Test program for processes.
test_banana
test_bounce: Test cases for bounce message generation
test_coil
test_components: Test cases for Twisted component architecture.
test_conch
test_cred: Tests for twisted.cred.
test_defer: Test cases for defer module.
test_delay: Test cases for delay module.
test_dict
test_dirdbm: Test cases for dirdbm module.
test_dns: Tests for twisted.protocols.dns.
test_enterprise
test_explorer: Test cases for explorer
test_failure: Test cases for failure module.
test_formmethod: Test cases for formmethod module.
test_ftp
test_hook: Test cases for twisted.hook module.
test_http: Test HTTP support.
test_import
test_internet
test_irc
test_iutils: Test running processes.
test_jelly: Test cases for 'jelly' object serialization.
test_journal: Testing for twisted.persisted.journal.
test_logfile
test_manhole
test_mvc: Test cases for Twisted Model-View-Controller architecture.
test_names: Test cases for twisted.names.
test_nmea: Test cases for the NMEA GPS protocol
test_nntp
test_observable: Test cases for twisted.observable module.
test_pb: Tests for Pespective Broker module.
test_pbfailure
test_persisted
test_policies: Test code for policies.
test_pop3: Test cases for twisted.protocols.pop3 module.
test_popsicle
test_postinstall: Test win32 postinstall script
test_process: Test running processes.
test_protocols: Test cases for twisted.protocols package.
test_rebuild
test_reflect: Test cases for twisted.reflect module.
test_roots
test_shortcut: Test win32 shortcut script
test_sister
test_smtp: Test cases for twisted.smtp module.
test_spread
test_tcp
test_tendril
test_text
test_threadpool
test_threads: Test methods in twisted.internet.threads and reactor thread APIs.
test_timeoutqueue: Test cases for timeoutqueue module.
test_toc
test_udp
test_unix
test_usage
test_util
test_web
test_words
test_woven
test_xml: Some fairly inadequate testcases for Twisted XML support.
testutils
threading_latency: Measure latency of reactor thread APIs.
trial
unittest: Twisted Test Framework
web: Twisted Web: a Twisted Web Server.
client
distrib: Distributed web servers.
domhandlers
domhelpers
dominput
domtemplate
domwidgets
error: I am the Twisted.Web error resources and exceptions.
google
guard: Cred integration for twisted.web.
html: I hold HTML generation helpers.
microdom: Micro Document Object Model: a partial DOM implementation with
SUX.
proxy: Simplistic HTTP proxy support.
resource: I hold the lowest-level Resource class.
rewrite
script: I contain PythonScript, which is a very simple python script
resource.
server: This is a web-sever which integrates with the twisted.internet
infrastructure.
soap: SOAP support for twisted.web.
spider
static
test: I am a test application for twisted.web.
trp: I contain ResourceUnpickler, which will unpickle any python object
named with the file extension .trp.
twcgi: I hold resource classes and helper classes that deal with CGI
scripts.
util
vhost: I am a virtual hosts implementation.
widgets
wmvc: webmvc.py
woven
controller
flashconduit
form
guard
input
interfaces
model
page
tapestry: Woven object collections.
template: DOMTemplate
utils
view
widgets
xmlrpc: A generic resource for publishing objects via XML-RPC.
words: Twisted Words: a Twisted Chat service.
botbot
ircservice
service: Twisted Words Service objects.
tendril: Tendril between Words and IRC servers.
webwords
zoot: Twisted Zoot
| Variable Summary | |
|---|---|
FakeModule |
parsers
|
| Variable Details |
|---|
parsers
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:30 2003 | http://epydoc.sf.net |