LICENSE
README.md
pyproject.toml
setup.py
src/fastipc/__init__.py
src/fastipc/guarded_shared_memory.py
src/fastipc/utils.py
src/fastipc.egg-info/PKG-INFO
src/fastipc.egg-info/SOURCES.txt
src/fastipc.egg-info/dependency_links.txt
src/fastipc.egg-info/not-zip-safe
src/fastipc.egg-info/requires.txt
src/fastipc.egg-info/top_level.txt
src/fastipc/_primitives/__init__.py
src/fastipc/_primitives/_primitives.c
src/fastipc/_primitives/_primitives.pyi
src/fastipc/data/__init__.py
src/fastipc/data/named_history_buffer.py
src/fastipc/data/named_queue.py
src/fastipc/nptree/__init__.py
src/fastipc/nptree/schema.py
src/fastipc/sync/__init__.py
src/fastipc/sync/named_event.py
src/fastipc/sync/named_mutex.py
src/fastipc/sync/named_semaphore.py
tests/test_atomic.py
tests/test_guarded_shared_memory.py
tests/test_multiprocess.py
tests/test_mutex.py
tests/test_named.py
tests/test_negative.py
tests/test_nptree_schema.py
tests/test_semaphore.py