LICENSE
MANIFEST.in
README.rst
setup.py
shadowsocks/__init__.py
shadowsocks/asyncdns.py
shadowsocks/common.py
shadowsocks/cryptor.py
shadowsocks/daemon.py
shadowsocks/eventloop.py
shadowsocks/local.py
shadowsocks/lru_cache.py
shadowsocks/manager.py
shadowsocks/server.py
shadowsocks/shell.py
shadowsocks/tcprelay.py
shadowsocks/tunnel.py
shadowsocks/udprelay.py
shadowsocks.egg-info/PKG-INFO
shadowsocks.egg-info/SOURCES.txt
shadowsocks.egg-info/dependency_links.txt
shadowsocks.egg-info/entry_points.txt
shadowsocks.egg-info/top_level.txt
shadowsocks/crypto/__init__.py
shadowsocks/crypto/aead.py
shadowsocks/crypto/hkdf.py
shadowsocks/crypto/mbedtls.py
shadowsocks/crypto/openssl.py
shadowsocks/crypto/rc4_md5.py
shadowsocks/crypto/sodium.py
shadowsocks/crypto/table.py
shadowsocks/crypto/util.py
tests/test.py
tests/test_udp_src.py