.editorconfig
.gitignore
.pre-commit-config.yaml
CHANGES.md
LICENSE
README.md
codecov.yml
pyproject.toml
setup.cfg
.github/workflows/default.yml
.github/workflows/flake8-matcher.json
.github/workflows/mypy-matcher.json
changes/template.md
examples/ordering-by-exit-server.py
examples/ordering-by-key-server.py
examples/ordering-client.py
examples/simple-client-redis.py
examples/simple-client-thrift.py
examples/simple-client.py
examples/simple-consumer-redis.py
examples/simple-publisher-redis.py
examples/simple-server-redis.py
examples/simple-server-thrift.py
examples/simple-server.py
examples/simple.thrift
requirements/build.txt
requirements/dev.txt
requirements/lint.txt
requirements/main.txt
requirements/test.txt
requirements/typecheck.txt
scripts/determine-release-type.py
scripts/extract-release-changelog.py
scripts/run-integration-tests.sh
src/callosum/__init__.py
src/callosum/abc.py
src/callosum/auth.py
src/callosum/compat.py
src/callosum/exceptions.py
src/callosum/io.py
src/callosum/ordering.py
src/callosum/py.typed
src/callosum/serial.py
src/callosum/serialize.py
src/callosum.egg-info/PKG-INFO
src/callosum.egg-info/SOURCES.txt
src/callosum.egg-info/dependency_links.txt
src/callosum.egg-info/not-zip-safe
src/callosum.egg-info/requires.txt
src/callosum.egg-info/top_level.txt
src/callosum/lower/__init__.py
src/callosum/lower/dispatch_redis.py
src/callosum/lower/redis_common.py
src/callosum/lower/rpc_redis.py
src/callosum/lower/zeromq.py
src/callosum/pubsub/__init__.py
src/callosum/pubsub/channel.py
src/callosum/pubsub/message.py
src/callosum/pubsub/types.py
src/callosum/rpc/__init__.py
src/callosum/rpc/abc.py
src/callosum/rpc/channel.py
src/callosum/rpc/exceptions.py
src/callosum/rpc/message.py
src/callosum/rpc/types.py
src/callosum/upper/__init__.py
src/callosum/upper/thrift.py
tests/conftest.py
tests/test_auth.py
tests/test_peer.py
tests/test_rpc.py
tests/test_serial.py