Metadata-Version: 1.1
Name: pywe-xml
Version: 1.0.0
Summary: Wechat XML Module for Python.
Home-page: https://github.com/sdkwe/pywe-xml
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: ========
        pywe-xml
        ========
        
        Wechat XML Module for Python.
        
        Installation
        ============
        
        ::
        
            pip install pywe-xml
        
        
        Usage
        =====
        
        ::
        
            from pywe_xml import dict_to_xml, xml_to_dict
        
        
        Method
        ======
        
        ::
        
            def dict_to_xml(d, ignore=True):
        
            def xml_to_dict(x):
        
        
Keywords: Wechat Weixin XML
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
