Metadata-Version: 2.0
Name: pywe-response
Version: 1.0.1
Summary: Wechat Server Response Module for Python.
Home-page: https://github.com/sdkwe/pywe-response
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Keywords: Wechat Weixin Response
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

=============
pywe-response
=============

Wechat Server Response Module for Python.

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

::

    pip install pywe-response


Usage
=====

::

    from pywe_response import WXPAY_NOTIFY_SUCCESS, WXPAY_NOTIFY_FAIL



