# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Pair: The framework of your ethernet. Low-level networking transports and utilities. See also twisted.protocols.ethernet, twisted.protocols.ip, twisted.protocols.raw and twisted.protocols.rawudp. Maintainer: Tommi Virtanen """ 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.pair", "__version__")
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
__init__.py | File | 631 B | 0644 |
|
ethernet.py | File | 1.66 KB | 0644 |
|
ip.py | File | 2.53 KB | 0644 |
|
raw.py | File | 811 B | 0644 |
|
rawudp.py | File | 1.77 KB | 0644 |
|
testing.py | File | 16.9 KB | 0644 |
|
tuntap.py | File | 12.24 KB | 0644 |
|