Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 09408f3c1571cbb746da49a1d2f22702 > files > 2705

python-twisted-17.5.0-1.mga6.x86_64.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