conch
Event-based framework for internet applications
Install
- All systems
-
curl cmd.cat/conch.sh
- Debian
-
apt-get install python-twisted-conch
- Ubuntu
-
apt-get install python-twisted-conch
- Arch Linux
-
pacman -S python-twisted-conch
- Kali Linux
-
apt-get install python-twisted-core
- CentOS
-
yum install python-twisted-conch
- Fedora
-
dnf install python-twisted-conch
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-twisted-conch
- Raspbian
-
apt-get install python-twisted-conch
- Dockerfile
- dockerfile.run/conch
python-twisted-core
Event-based framework for internet applications
It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Additionally it includes protocol-specific implementations such as: Twisted Conch: a client/server implementation of the SSH protocol, using the twisted framework. Twisted Mail: contains high-level, efficient protocol implementations for both clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an "out of the box" combination SMTP/POP3 virtual-hosting mail server. Also included is a read/write Maildir implementation and a basic Mail Exchange calculator (depends on Twisted Names). Twisted Web: a web server, and also provides basic HTTP client support. You may want to check out Nevow, a templating toolkit designed for twisted.web, and Twisted Web2, the next generation Twisted web server. Twisted Words includes: - Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN, TOC (AIM). - Jabber libraries. - Prototypes of chat server and client frameworks built on top of the protocols.
python-twisted-conch
twisted dummy package for Twisted SSH Implementation
All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964.
python2-twisted
Asynchronous networking framework written in Python
python3-twisted
Event-based framework for internet applications
It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols.