MANIFEST.in
README.md
pyproject.toml
src/proxy_view/__init__.py
src/proxy_view/__main__.py
src/proxy_view/cli.py
src/proxy_view/config.py
src/proxy_view/models.py
src/proxy_view/proxy.py
src/proxy_view/server.py
src/proxy_view/storage.py
src/proxy_view/ws.py
src/proxy_view.egg-info/PKG-INFO
src/proxy_view.egg-info/SOURCES.txt
src/proxy_view.egg-info/dependency_links.txt
src/proxy_view.egg-info/entry_points.txt
src/proxy_view.egg-info/requires.txt
src/proxy_view.egg-info/top_level.txt
src/proxy_view/dashboard/index.html
src/proxy_view/dashboard/assets/index-B69ARmFE.css
src/proxy_view/dashboard/assets/index-DFYo9VeU.js
tests/test_integration.py
tests/test_models.py
tests/test_proxy.py
tests/test_server.py
tests/test_smoke.py
tests/test_storage.py
tests/test_ws.py