Metadata-Version: 1.1
Name: autobahn
Version: 0.8.8
Summary: Autobahn|Python provides WebSocket and WAMP for Twisted and Asyncio
Home-page: http://autobahn.ws/python
Author: Tavendo GmbH
Author-email: autobahnws@googlegroups.com
License: Apache License 2.0
Description: 
        Autobahn|Python is a network library implementing
        
         * The WebSocket Protocol
         * The Web Application Messaging Protocol (WAMP)
        
        for Twisted and Asyncio on Python 2 and 3.
        
        Autobahn|Python is part of the Autobahn project:
        
        The Autobahn project provides open-source implementations of the
        WebSocket and WAMP protocols. WebSocket allows bidirectional real-time
        messaging on the Web and WAMP adds asynchronous Remote Procedure Calls
        and Publish & Subscribe on top of WebSocket.
        
        More information:
        
         * https://github.com/tavendo/AutobahnPython/blob/master/README.md
         * http://autobahn.ws/python
         * http://wamp.ws
        
        Source code:
        
         * https://github.com/tavendo/AutobahnPython
        
Keywords: autobahn autobahn.ws websocket realtime rfc6455 wamp rpc pubsub twisted asyncio
Platform: Any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering
