LICENSE
README.md
pyproject.toml
chess_pyspec.egg-info/PKG-INFO
chess_pyspec.egg-info/SOURCES.txt
chess_pyspec.egg-info/dependency_links.txt
chess_pyspec.egg-info/requires.txt
chess_pyspec.egg-info/top_level.txt
pyspec/__init__.py
pyspec/_connection/__init__.py
pyspec/_connection/associative_array.py
pyspec/_connection/client_connection.py
pyspec/_connection/command.py
pyspec/_connection/connection.py
pyspec/_connection/data.py
pyspec/_connection/flag.py
pyspec/_connection/protocol.py
pyspec/_connection/server_connection.py
pyspec/client/__init__.py
pyspec/client/_motor.py
pyspec/client/_remote_property_table.py
pyspec/client/_status.py
pyspec/client/client.py
pyspec/file/__init__.py
pyspec/file/css_logger.py
pyspec/file/h5datasets.py
pyspec/file/hamamatsu.py
pyspec/file/hdf5.py
pyspec/file/spec.py
pyspec/server/__init__.py
pyspec/server/_remote_function.py
pyspec/server/_remote_property.py
pyspec/server/server.py
pyspec/shared_memory/datashm_py.c
pyspec/shared_memory/spec_shm.h
pyspec/shared_memory/sps.c
pyspec/shared_memory/sps.h
test/test_associative_array.py
test/test_client.py
test/test_client_with_spec_server.py
test/test_protocol.py
test/test_protocol_version_mismatch.py
test/test_server.py