|
- Twisted
Twisted includes a sophisticated IMAP4 client library Give this a try, supplying your IMAP4 username, app password (generate one for gmail, generate one for fastmail), and client endpoint description for your IMAP4 server You'll see the subject of the first message in your mailbox printed
- Twisted Documentation: The Basics
Twisted programs usually work with twisted application service Application This class usually holds all persistent configuration of a running server -- ports to bind to, places where connections to must be kept or attempted, periodic actions to do and almost everything else
- 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
- Writing Servers — Twisted 25. 5. 0 documentation
A Twisted protocol handles data in an asynchronous manner The protocol responds to events as they arrive from the network and the events arrive as calls to methods on the protocol
- 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
- Using the Twisted Application Framework
The major tool that manages Twisted applications is a command-line utility called twistd twistd is cross platform, and is the recommended tool for running Twisted applications
- Welcome to the Twisted documentation! — Twisted 25. 5. 0 documentation
Twisted 25 5 Installing Twisted Twisted Core Twisted Conch (SSH and Telnet) Twisted Mail (SMTP, POP, and IMAP) Twisted Names (DNS) Twisted Pair Twisted Web Twisted Words (IRC and XMPP) API Reference Development of Twisted Quick links Report a security issue Security Procedure for Developers Security Audit Twisted Community API Reference GitHub PyPI
- Installing Twisted — Twisted 15. 1. 0 documentation
Installing Optional Dependencies: documentation on how to install Twisted’s optional dependencies
|
|
|