Metadata-Version: 2.0
Name: pywe-xml
Version: 1.0.3
Summary: Wechat XML Module for Python.
Home-page: https://github.com/sdkwe/pywe-xml
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
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: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pywe-utils
Requires-Dist: six
Requires-Dist: xmltodict

========
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, isdigit=True)

    def xml_to_dict(x):



