LICENSE
README.md
pyproject.toml
setup.py
datadivr/__init__.py
datadivr/cli.py
datadivr/exceptions.py
datadivr.egg-info/PKG-INFO
datadivr.egg-info/SOURCES.txt
datadivr.egg-info/dependency_links.txt
datadivr.egg-info/entry_points.txt
datadivr.egg-info/requires.txt
datadivr.egg-info/top_level.txt
datadivr/calc/__init__.py
datadivr/calc/sample_data.py
datadivr/commandlineinterface/__init__.py
datadivr/commandlineinterface/client.py
datadivr/commandlineinterface/server.py
datadivr/handlers/__init__.py
datadivr/handlers/custom_handlers.py
datadivr/handlers/registry.py
datadivr/handlers/builtin/__init__.py
datadivr/handlers/builtin/sum_handler.py
datadivr/project/__init__.py
datadivr/project/json.py
datadivr/project/model.py
datadivr/project/project_manager.py
datadivr/project/textures.py
datadivr/transport/__init__.py
datadivr/transport/client.py
datadivr/transport/messages.py
datadivr/transport/models.py
datadivr/transport/server.py
datadivr/transport/web_server.py
datadivr/utils/__init__.py
datadivr/utils/logging.py
datadivr/viz/__init__.py
datadivr/viz/plotly.py
tests/test_cli.py
tests/test_client.py
tests/test_logging.py
tests/test_messages.py
tests/test_project.py
tests/test_project_operations.py
tests/test_server.py
tests/test_sum_handler.py