|
- 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
- Welcome to the Twisted documentation! — Twisted 25. 5. 0 documentation
Welcome to the Twisted documentation! Installing Twisted Hard dependencies Optional Dependencies Twisted Core Developer Guides Examples Specifications Twisted Conch (SSH and Telnet) Developer Guides Examples Twisted Mail (SMTP, POP, and IMAP) Examples Developer Guides Twisted Mail Tutorial: Building an SMTP Client from Scratch Twisted Names
- 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
- Asynchronous Responses (via Deferred) — Twisted 25. 5. 0 documentation
This example introduces Deferred , the Twisted class which is used to provide a uniform interface to many asynchronous events, and shows you an example of using a Deferred -returning API to generate an asynchronous response to a request in Twisted Web
- 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
- Twisted Documentation: The Basics
Other HOWTOs describe how to write custom code for Applications, but this one describes how to use already written code (which can be part of Twisted or from a third-party Twisted plugin developer) The Twisted distribution comes with an important tool to deal with Applications, twistd
- 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)
- Choosing a Reactor and GUI Toolkit Integration - Twisted
Twisted provides a variety of implementations of the twisted internet reactor The specialized implementations are suited for different purposes and are designed to integrate better with particular platforms
|
|
|