Metadata-Version: 1.1
Name: ws_ui
Version: 1.0.0
Summary: shell shortcut
Home-page: UNKNOWN
Author: Abraham
Author-email: abraham.liu@hotmail.com
License: UNKNOWN
Description: ======
        ws_ui
        ======
        
        A simple tui tool to communicate with websocket.
        
        Install
        =======
        
        .. code::
        
            pip install ws-ui
        
        
        Usage
        ======
        
        Just call the command with websocket url.
        
        .. code::
        
            $ ws-ui ws://localhost:8080/ws/
        
        
        .. code:: 
        
            Enter msg and press Enter to send message                                                     
        
            * ['18:25:38'] connecting to ws://localhost:8080/ws/                    
            👌 ['18:25:38'] connected                                                                     
            ⬇️ ['18:25:38'] ready                                                                          
            ⬆️ ['18:26:35'] hello world                                                                    
            ⬇️ ['18:26:35'] msg received                                                                   
        
        
        
        
        
        
        
        
        
        
        
            ------------------------------------------------------
            input text here
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
