MANIFEST.in
README.md
pyproject.toml
setup.py
src/molcrafts_molvis.egg-info/PKG-INFO
src/molcrafts_molvis.egg-info/SOURCES.txt
src/molcrafts_molvis.egg-info/dependency_links.txt
src/molcrafts_molvis.egg-info/entry_points.txt
src/molcrafts_molvis.egg-info/requires.txt
src/molcrafts_molvis.egg-info/top_level.txt
src/molvis/__init__.py
src/molvis/cli.py
src/molvis/control.py
src/molvis/demo.py
src/molvis/errors.py
src/molvis/events.py
src/molvis/interrupt.py
src/molvis/mdx.py
src/molvis/palettes.py
src/molvis/runtime.py
src/molvis/scene.py
src/molvis/stream.py
src/molvis/structure.py
src/molvis/types.py
src/molvis/utils.py
src/molvis/video.py
src/molvis/wire.py
src/molvis/commands/__init__.py
src/molvis/commands/catalog.py
src/molvis/commands/drawing.py
src/molvis/commands/frame.py
src/molvis/commands/overlay.py
src/molvis/commands/pipeline.py
src/molvis/commands/selection.py
src/molvis/commands/snapshot.py
src/molvis/dist/favicon.png
src/molvis/dist/index.html
src/molvis/dist/manifest.webmanifest
src/molvis/dist/sw.js
src/molvis/dist/css/index.d5825b0bcc.css
src/molvis/dist/icons/icon-192.png
src/molvis/dist/icons/icon-512.png
src/molvis/dist/js/879.a29897c0bd.js
src/molvis/dist/js/index.e622617c42.js
src/molvis/dist/js/lib-babylonjs.56957854bb.js
src/molvis/dist/js/lib-babylonjs.56957854bb.js.LICENSE.txt
src/molvis/dist/js/lib-molrs.4bc4b388ab.js
src/molvis/dist/js/lib-molvis-bridge.ee859929f7.js
src/molvis/dist/js/lib-react.7e08457daf.js
src/molvis/dist/js/lib-react.7e08457daf.js.LICENSE.txt
src/molvis/dist/js/lib-vendors.f9f2957f91.js
src/molvis/dist/js/lib-vendors.f9f2957f91.js.LICENSE.txt
src/molvis/dist/js/async/329.64ace6565a.js
src/molvis/dist/js/async/550.ca2e639e1c.js
src/molvis/dist/js/async/550.ca2e639e1c.js.LICENSE.txt
src/molvis/dist/js/async/608.ab7985174d.js
src/molvis/dist/js/async/608.ab7985174d.js.LICENSE.txt
src/molvis/dist/js/async/621.0df2de08f4.js
src/molvis/dist/js/async/843.78d94bfbef.js
src/molvis/dist/js/async/853.e4c987c7b0.js
src/molvis/dist/js/async/916.59d668b475.js
src/molvis/dist/js/async/molvis-compute.6b075ce8ba.js
src/molvis/dist/wasm/9c1342fa3b.module.wasm
src/molvis/transport/__init__.py
src/molvis/transport/_codec.py
src/molvis/transport/_jupyter_env.py
src/molvis/transport/base.py
src/molvis/transport/inprocess.py
src/molvis/transport/websocket.py
tests/test_append_frame.py
tests/test_control.py
tests/test_demo.py
tests/test_events.py
tests/test_inprocess_transport.py
tests/test_ipython_extension.py
tests/test_jupyter_env.py
tests/test_mdx.py
tests/test_module_getattr.py
tests/test_palettes.py
tests/test_pipeline_rpc.py
tests/test_rpc_errors.py
tests/test_runtime.py
tests/test_scene_smoke.py
tests/test_selection_sync.py
tests/test_stage_registry.py
tests/test_state_sync.py
tests/test_stream.py
tests/test_structure_arg.py
tests/test_transport.py
tests/test_video.py
tests/test_websocket_handshake_wait.py
tests/test_websocket_transport.py
tests/test_wire.py
tests/test_wire_parity.py