.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt.py
requirements-test.txt
requirements.txt
tox.ini
.github/workflows/publish_package.yml
.github/workflows/unit_tests.yml
_ci/is_dev_version.sh
examples/client_test.py
examples/server_test.py
src/beltway2/__init__.py
src/beltway2/_version.py
src/beltway2/autolog.py
src/beltway2/client.py
src/beltway2/util.py
src/beltway2.egg-info/PKG-INFO
src/beltway2.egg-info/SOURCES.txt
src/beltway2.egg-info/dependency_links.txt
src/beltway2.egg-info/requires.txt
src/beltway2.egg-info/scm_file_list.json
src/beltway2.egg-info/scm_version.json
src/beltway2.egg-info/top_level.txt
src/beltway2/wamp/__init__.py
src/beltway2/wamp/auth.py
src/beltway2/wamp/const.py
src/beltway2/wamp/exception.py
src/beltway2/wamp/message.py
src/beltway2/wamp/request.py
src/beltway2/wamp/role.py
src/beltway2/wamp/serializer.py
src/beltway2/wamp/types.py
src/beltway2/wamp/uri.py
tests/__init__.py
tests/test_template.py