Metadata-Version: 1.0
Name: thrift4p
Version: 0.14
Summary: a python interface for thrift api in didapinche.
Home-page: http://gitlab.didapinche.com/dm/anticheating/tree/master/thrift4p
Author: brown
Author-email: 317787106@qq.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: ========
        thrift4p
        ========
        
        Installation
        ============
        
        Install with pip.
        
        .. code:: bash
        
            $ pip install thrift4p
            
        Code Demo
        =========
        
        .. code:: python
        
        	from thrift4p import generate_client_from_zk
        	
        	client = generate_client_from_zk("com.didapinche.thrift.dm.hub.holder.DmOperationHubService","ip1:port1,ip2:port2")
        
Keywords: python thrift didapinche
Platform: UNKNOWN
