Metadata-Version: 2.0
Name: pywe-pay-notify
Version: 1.0.4
Summary: Wechat Pay Notify Module for Python.
Home-page: https://github.com/sdkwe/pywe-pay-notify
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Keywords: Wechat Weixin Pay Notify
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
Requires-Dist: pywe-sign
Requires-Dist: pywe-xml

===============
pywe-pay-notify
===============

Wechat Pay Notify Module for Python.

Installation
============

::

    pip install pywe-pay-notify


Usage
=====

::

    from pywe_pay_notify import check_pay_notify


Method
======

::

    def check_pay_notify(xml, check_sign=True, api_key=None, wx_configs=None, trade_cfg=None, trade_cfg_func=None, api_key_func=None)



