.dockerignore
.gitignore
.readthedocs.yml
.travis.yml
Dockerfile
LICENSE
README.rst
crossbar-config.yaml
docker-compose.yml
setup.cfg
setup.py
tox.ini
asphalt/wamp/__init__.py
asphalt/wamp/client.py
asphalt/wamp/component.py
asphalt/wamp/context.py
asphalt/wamp/events.py
asphalt/wamp/extras_providers.py
asphalt/wamp/registry.py
asphalt/wamp/serializers.py
asphalt_wamp.egg-info/PKG-INFO
asphalt_wamp.egg-info/SOURCES.txt
asphalt_wamp.egg-info/dependency_links.txt
asphalt_wamp.egg-info/entry_points.txt
asphalt_wamp.egg-info/requires.txt
asphalt_wamp.egg-info/top_level.txt
docs/conf.py
docs/configuration.rst
docs/dynamic_auth.rst
docs/index.rst
docs/requirements.txt
docs/usage.rst
docs/versionhistory.rst
docs/modules/client.rst
docs/modules/component.rst
docs/modules/context.rst
docs/modules/events.rst
docs/modules/registry.rst
examples/README.rst
examples/crossbar-config.yaml
examples/docker-compose.yml
examples/pubsub/publisher.py
examples/pubsub/subscriber.py
examples/rpc/client.py
examples/rpc/server.py
examples/rpc_auth_ticket/client.py
examples/rpc_auth_ticket/server.py
examples/rpc_auth_wampcra/client.py
examples/rpc_auth_wampcra/server.py
examples/rpc_progress/client.py
examples/rpc_progress/server.py
examples/rpc_registry/client.py
examples/rpc_registry/server.py
tests/conftest.py
tests/test_client.py
tests/test_component.py
tests/test_context.py
tests/test_events.py
tests/test_registry.py
tests/test_serializers.py