Metadata-Version: 2.0
Name: wsstat
Version: 1.2.1
Summary: Websocket health monitoring made simple (and beautiful)
Home-page: http://github.com/fitblip/wsstat/
Author: Ryan Sears
Author-email: fitblip@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Testing
Classifier: Environment :: Console
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: asyncio
Requires-Dist: pytest
Requires-Dist: urwid
Requires-Dist: websockets
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'


WSStat is a tool for stress testing and monitoring the health of websocket servers/connections.

You can find a demo and the project itself at https://github.com/Fitblip/wsstat.

As of right now this tool is still a bit rough around the edges, but stable enough for a v1.


