.gitignore
.gitlab-ci.yml
LICENSE
README.md
setup.py
tox.ini
aio_msgpack_rpc/__init__.py
aio_msgpack_rpc/client.py
aio_msgpack_rpc/error.py
aio_msgpack_rpc/request.py
aio_msgpack_rpc/server.py
aio_msgpack_rpc.egg-info/PKG-INFO
aio_msgpack_rpc.egg-info/SOURCES.txt
aio_msgpack_rpc.egg-info/dependency_links.txt
aio_msgpack_rpc.egg-info/requires.txt
aio_msgpack_rpc.egg-info/top_level.txt
benchmark/benchmark_aio_msgpack_rpc.py
benchmark/benchmark_aio_msgpack_rpc_notify.py
benchmark/benchmark_msgpackrpc.py
benchmark/benchmark_msgpackrpc_notify.py
benchmark/requirements.txt
examples/client.py
examples/server.py
test/__init__.py
test/conftest.py
test/test_rpc.py