|
- Twisted
Twisted includes an SSH client server, "conch" (i e : the Twisted Shell) You can use this client to run "hello world" on any SSH server that your local SSH agent can authenticate to, if you pass your username, host name, and optionally port number on the command line
- Reactor Overview — Twisted 25. 5. 0 documentation
Reactor Overview This HOWTO introduces the Twisted reactor, describes the basics of the reactor and links to the various reactor interfaces Reactor Basics The reactor is the core of the event loop within Twisted – the loop which drives applications using Twisted
- Examples — Twisted 25. 5. 0 documentation
stdiodemo py - example using stdio, Deferreds, LineReceiver and twisted web client ptyserv py - serve shells in pseudo-terminals over TCP courier py - example of interfacing to Courier’s mail filter interface longex py - example of doing arbitrarily long calculations nicely in Twisted longex2 py - using generators to do long calculations
- Overview of Twisted Internet — Twisted 25. 5. 0 documentation
Twisted Internet is a collection of compatible event-loops for Python It contains the code to dispatch events to interested observers and a portable API so that observers need not care about which event loop is running
- Configuring and Using the Twisted Web Server
Twisted Web provides an abstraction of this browser-tracking behavior called the Session object Calling request getSession () checks to see if a session cookie has been set; if not, it creates a unique session id, creates a Session object, stores it in the Site, and returns it
- Twisted Documentation: Deferreds are beautiful! (A Tutorial)
# See LICENSE for details from twisted internet import defer from twisted python import failure, util """ Now we'll see what happens when you use 'addBoth'
- Twisted Documentation: Writing Servers
Twisted is a framework designed to be very flexible and let you write powerful servers The cost of this flexibility is a few layers in the way to writing your server
- The Twisted Plugin System — Twisted 15. 2. 1 documentation
The purpose of this guide is to describe the preferred way to write extensible Twisted applications (and consequently, also to describe how to extend applications written in such a way)
|
|
|