Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release > by-pkgid > 248e2f92d9b832e75f95c6042e4252e2 > files > 2630

python-twisted-16.3.2-1.mga6.i586.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