MANIFEST.in
README.md
requirements.txt
requirements_dev.txt
requirements_rtd.txt
setup.cfg
setup.py
brayns/__init__.py
brayns/api_generator.py
brayns/async_client.py
brayns/base.py
brayns/client.py
brayns/utils.py
brayns/version.py
brayns.egg-info/PKG-INFO
brayns.egg-info/SOURCES.txt
brayns.egg-info/dependency_links.txt
brayns.egg-info/requires.txt
brayns.egg-info/top_level.txt
brayns/helpers/__init__.py
brayns/helpers/camera_path_handler.py
brayns/plugins/__init__.py
brayns/plugins/circuit_explorer.py
brayns/plugins/diffuse_tensor_imaging.py
tests/__init__.py
tests/mocks.py
tests/mocks_circuit_explorer.py
tests/mocks_diffuse_tensor_imaging.py
tests/test_array.py
tests/test_brayns.py
tests/test_camera_path_handler.py
tests/test_circuit_explorer.py
tests/test_colormap.py
tests/test_diffuse_tensor_imaging.py
tests/test_image.py
tests/test_init.py
tests/test_notification.py
tests/test_object.py
tests/test_rpc_array_argument.py
tests/test_rpc_invalid.py
tests/test_rpc_no_argument.py
tests/test_rpc_oneof_argument.py
tests/test_rpc_single_argument.py
tests/test_utils.py