Metadata-Version: 1.1
Name: autobahntestsuite
Version: 0.5.6
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)
           * WebSocket compression (permessage-deflate extension)
        
        Besides the automated test suite, wstest also includes a number
        of other handy developer tools:
        
           * WebSocket echo server and client
           * WebSocket broadcast server (and client driver)
           * Testee modes to test Autobahn itself against the test suite
           * wsperf controller and master (see http://www.zaphoyd.com/wsperf)
           * WAMP server and client, for developing WAMP implementations
        
        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 wstest wsperf
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
