LICENSE
README.md
pyproject.toml
setup.py
shm_comm/__init__.py
shm_comm/buffer.py
shm_comm/core.py
shm_comm/exceptions.py
shm_comm/serialize.py
shm_comm/sync.py
shm_comm/utils.py
shm_comm.egg-info/PKG-INFO
shm_comm.egg-info/SOURCES.txt
shm_comm.egg-info/dependency_links.txt
shm_comm.egg-info/requires.txt
shm_comm.egg-info/top_level.txt
shm_comm/patterns/__init__.py
shm_comm/patterns/pipeline.py
shm_comm/patterns/pubsub.py
shm_comm/patterns/reqrep.py
tests/test_buffer.py
tests/test_core.py
tests/test_performance.py
tests/test_pipeline.py
tests/test_pubsub.py
tests/test_reqrep.py