Metadata-Version: 1.1
Name: weixinpay
Version: 0.1.1
Summary: Weixin pay Python.
Home-page: https://github.com/MoeLove/weixinpay
Author: TaoBeier
Author-email: zhangjintao9020@gmail.com
License: MIT
Description: weixinpay
        ============
        
        .. image:: https://img.shields.io/pypi/v/weixinpay.svg
            :target: https://pypi.python.org/pypi/weixinpay
        
        .. image:: https://img.shields.io/pypi/wheel/weixinpay.svg
            :target: https://pypi.python.org/pypi/weixinpay
        
        .. image:: https://img.shields.io/pypi/status/weixinpay.svg
            :target: https://pypi.python.org/pypi/weixinpay
        
        .. image:: https://img.shields.io/pypi/l/weixinpay.svg
            :target: https://pypi.python.org/pypi/weixinpay
        
        微信支付 Python 库.
        
        
        提供接口
        --------
        
        - 统一下单
        - 带签名的客户端支付信息
        - 订单查询
        - 异步通知验证
        - 异步通知请求解析
        
        
        安装
        ------
        
        .. code-block:: bash
        
            $ pip install weixinpay
        
        
        License
        =========
        
        Copyright (C) 2016 TaoBeier
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
