Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 7b973fb3c8298f606d9b435aff551ab6 > files > 2714

python2-twisted-19.2.1-1.1.mga7.armv7hl.rpm


:LastChangedDate: $LastChangedDate$
:LastChangedRevision: $LastChangedRevision$
:LastChangedBy: $LastChangedBy$

Examples
========

Simple SSH server and client
----------------------------

- :download:`sshsimpleclient.py` - simple SSH client
- :download:`sshsimpleserver.py` - simple SSH server


Simple telnet server
--------------------

- :download:`telnet_echo.tac` - A telnet server which echoes data and events back to the client


twisted.conch.insults examples
------------------------------

- :download:`demo.tac` - Nearly pointless demonstration of the manhole interactive interpreter
- :download:`demo_draw.tac` - A trivial drawing application
- :download:`demo_insults.tac` - Various simple terminal manipulations using the insults module
- :download:`demo_recvline.tac` - Demonstrates line-at-a-time handling with basic line-editing support
- :download:`demo_scroll.tac` - Simple echo-ish server that uses the scroll-region
- :download:`demo_manhole.tac` - An interactive Python interpreter with syntax coloring
- :download:`window.tac` - An example of various widgets