==========
 swampyer
==========

Overview
========
Intended as yet another way of interacting with a Web Application Messaging Protocol (WAMP) service, this is intended to be a very lightweight library as an alternative to autobahn.js.

Documentation
=============
Examples can be found in the "examples" directory.

Installation
============
Install by using:

pip install swampyer

Packaging
============

python setup.py sdist && twine upload dist/*

