LICENSE
README.md
pyproject.toml
ocp_viewer/__init__.py
ocp_viewer/__main__.py
ocp_viewer/_version.py
ocp_viewer/animation.py
ocp_viewer/comms.py
ocp_viewer/config.py
ocp_viewer/show.py
ocp_viewer.egg-info/PKG-INFO
ocp_viewer.egg-info/SOURCES.txt
ocp_viewer.egg-info/dependency_links.txt
ocp_viewer.egg-info/entry_points.txt
ocp_viewer.egg-info/requires.txt
ocp_viewer.egg-info/top_level.txt
ocp_viewer/server/__init__.py
ocp_viewer/server/network.py
ocp_viewer/server/pages.py
ocp_viewer/server/screenshot.py
ocp_viewer/server/settings.py
ocp_viewer/server/sockets.py
ocp_viewer/server/viewer.py
ocp_viewer/server/static/css/three-cad-viewer.css
ocp_viewer/server/static/icon/ocp-eye.png
ocp_viewer/server/static/js/comms.js
ocp_viewer/server/static/js/three-cad-viewer.esm.js
ocp_viewer/server/static/js/ocp-viewer-core/animation.js
ocp_viewer/server/static/js/ocp-viewer-core/apply.js
ocp_viewer/server/static/js/ocp-viewer-core/index.js
ocp_viewer/server/static/js/ocp-viewer-core/logo.js
ocp_viewer/server/static/js/ocp-viewer-core/notify.js
ocp_viewer/server/static/js/ocp-viewer-core/options.js
ocp_viewer/server/static/js/ocp-viewer-core/page.js
ocp_viewer/server/static/js/ocp-viewer-core/render.js
ocp_viewer/server/static/js/ocp-viewer-core/states.js
ocp_viewer/server/static/js/ocp-viewer-core/version.js
ocp_viewer/server/templates/viewer.html
tests/test_cli.py
tests/test_client.py
tests/test_main.py
tests/test_network.py
tests/test_pages.py
tests/test_relay.py
tests/test_screenshot.py
tests/test_settings.py
tests/test_shutdown.py
tests/test_sockets.py
tests/test_viewer.py