# -*- test-case-name: twisted.conch.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Conch: The Twisted Shell. Terminal emulation, SSHv2 and telnet. """ from incremental import Version from twisted.python.deprecate import deprecatedModuleAttribute from twisted._version import __version__ as version __version__ = version.short() deprecatedModuleAttribute( Version("Twisted", 16, 0, 0), "Use twisted.__version__ instead.", "twisted.conch", "__version__")
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
client | Folder | 0755 |
|
|
insults | Folder | 0755 |
|
|
openssh_compat | Folder | 0755 |
|
|
scripts | Folder | 0755 |
|
|
ssh | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
ui | Folder | 0755 |
|
|
__init__.py | File | 515 B | 0644 |
|
avatar.py | File | 1.4 KB | 0644 |
|
checkers.py | File | 19.28 KB | 0644 |
|
endpoints.py | File | 28.33 KB | 0644 |
|
error.py | File | 2.65 KB | 0644 |
|
interfaces.py | File | 12.76 KB | 0644 |
|
ls.py | File | 2.49 KB | 0644 |
|
manhole.py | File | 11.3 KB | 0644 |
|
manhole_ssh.py | File | 3.9 KB | 0644 |
|
manhole_tap.py | File | 5.24 KB | 0644 |
|
mixin.py | File | 1.34 KB | 0644 |
|
recvline.py | File | 11.25 KB | 0644 |
|
stdio.py | File | 2.71 KB | 0644 |
|
tap.py | File | 3.11 KB | 0644 |
|
telnet.py | File | 37.64 KB | 0644 |
|
ttymodes.py | File | 2.19 KB | 0644 |
|
unix.py | File | 15.91 KB | 0644 |
|