LICENCE.txt
README.md
pyproject.toml
dispatch/__init__.py
dispatch/debug.py
dispatch/list.py
dispatch/main.py
dispatch/net.py
dispatch/server.py
dispatch/socks.py
dispatch/test_connection.py
dispatch/dispatcher/__init__.py
dispatch/dispatcher/base.py
dispatch/dispatcher/weighted_rr.py
dispatch_proxy.egg-info/PKG-INFO
dispatch_proxy.egg-info/SOURCES.txt
dispatch_proxy.egg-info/dependency_links.txt
dispatch_proxy.egg-info/entry_points.txt
dispatch_proxy.egg-info/requires.txt
dispatch_proxy.egg-info/top_level.txt
tests/test_connection.py
tests/test_end_to_end.py
tests/test_error_handling.py
tests/test_multi_interface.py
tests/test_net.py
tests/test_performance.py
tests/test_proxy_connection.py
tests/test_server.py
tests/test_socks.py
tests/test_start_proxy.py
tests/test_weighted_rr.py