Metadata-Version: 2.1
Name: opcua-webclient
Version: 1.0.0
Summary: A OPCUA web client, implemented by Python.
Home-page: https://github.com/sintrb/python-opcua-webclient
Author: sintrb
Author-email: sintrb@gmail.com
License: Apache
Description: python-opcua-webclient
        ===============
        A OPCUA web client, implemented by Python.
        
        Install
        ===============
        
        ```bash
         pip install opcua-webclient
        ```
        
        Use
        ===============
        run command:
        ```
         opcua-webclient
        ```
        on Windows use:
        ```
         opcua-webclient
        ```
        if can't find opcua-webclient command, try:
        ```
         python -m opcuawebclient
        ```
        then use web browser(recommend Chrome or Firefox) open http://127.0.0.1:8000, enjoy it.
        
        use youself bind address:
        
        ```
        opcua-webclient 127.0.0.1:8080
        ```
        
        
        CHANGES
        ===============
        0.0.1
        
        - first version
        
        0.0.2
        
        - fix bugs
        
        0.0.3
        
        - fix disconnect bug
        
        0.0.6
        
        - fix websocket bug
        
        1.0.0
        
        - support Python3
Keywords: OPC OPCUA WEB CLIENT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
