Metadata-Version: 1.0
Name: autobahntestsuite
Version: 0.5.1
Summary: AutobahnTestSuite - WebSocket/WAMP protocol implementation test suite.
Home-page: http://autobahn.ws/testsuite
Author: Tavendo GmbH
Author-email: autobahnws@googlegroups.com
License: Apache License 2.0
Description: 
        Twisted-based WebSocket/WAMP protocol implementation test suite.
        
        AutobahnTestSuite provides a fully automated test suite to verify client and
        server implementations of the WebSocket protocol.
        
        The test suite will check an implementation by doing basic WebSocket
        conversations, extensive protocol compliance verification and
        performance and limits testing.
        
        Contains about 300 test cases covering
        
           * Framing
           * Pings/Pongs
           * Reserved Bits
           * Opcodes
           * Fragmentation
           * UTF-8 Handling
           * Limits/Performance
           * Closing Handshake
           * Opening Handshake (under development)
        
        More information:
        
           * http://autobahn.ws/testsuite
           * http://tools.ietf.org/html/rfc6455
           * http://wamp.ws
        
Keywords: autobahn autobahn.ws websocket wamp realtime test testsuite rfc6455
Platform: Any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Testing
