Metadata-Version: 2.0
Name: asphalt-wamp
Version: 2.2.2
Summary: WAMP client component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-wamp
Author: Alex Grönholm
Author-email: alex.gronholm@nextday.fi
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Communications
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: asphalt (~=4.0)
Requires-Dist: asphalt-exceptions (~=1.0)
Requires-Dist: asphalt-serialization (~=4.0)
Requires-Dist: async-timeout (>=1.2)
Requires-Dist: autobahn (>=17.5.1)
Requires-Dist: typeguard (~=2.0)
Provides-Extra: doc
Requires-Dist: Sphinx (>=1.5); extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints (>=1.2.0); extra == 'doc'
Requires-Dist: sphinxcontrib-asyncio (>=0.2.0); extra == 'doc'
Provides-Extra: test
Requires-Dist: cbor2; extra == 'test'
Requires-Dist: msgpack-python; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-asyncio (>=0.5.0); extra == 'test'

.. image:: https://travis-ci.org/asphalt-framework/asphalt-wamp.svg?branch=master
  :target: https://travis-ci.org/asphalt-framework/asphalt-wamp
  :alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-wamp/badge.svg?branch=master
  :target: https://coveralls.io/github/asphalt-framework/asphalt-wamp?branch=master
  :alt: Code Coverage

This Asphalt framework component provides a WAMP_ (Web Application Message Protocol) client,
implemented on top of the autobahn_ library.

.. _WAMP: http://wamp-proto.org/
.. _autobahn: https://pypi.python.org/pypi/autobahn

Project links
-------------

* `Documentation`_
* `Help and support`_
* `Source code`_
* `Issue tracker`_

.. _Documentation: http://asphalt-wamp.readthedocs.org/en/latest/
.. _Help and support: https://github.com/asphalt-framework/asphalt/wiki/Help-and-support
.. _Source code: https://github.com/asphalt-framework/asphalt-wamp
.. _Issue tracker: https://github.com/asphalt-framework/asphalt-wamp/issues


