Metadata-Version: 1.0
Name: dubbofortelnet
Version: 1.0.4
Summary: test dubbo use telnet
Home-page: http://github.com
Author: fujun.zhang
Author-email: yirandexin@163.com
License: UNKNOWN
Description: #test dubbo use telnet
        
        conn = Dubbo(ip, port)
        
        data1 = (1,"300300",[22,33])
        data1 = ("300300","100200",["300300","322333"])
        result1 = conn.dotest2(conn,interfaceName,method, data1)
        print(result1)
Platform: UNKNOWN
