Metadata-Version: 1.1
Name: WeChatPay
Version: 1.0
Summary: Python-Django WeChat payment API.
Home-page: https://github.com/hereischen/WeChat
Author: Haotong Chen
Author-email: hereischen@gmail.com
License: BSD License
Description: # WeChat微信支付
        ------
        ##Overview
        Python-Django WeChat payment API, it contains 4 main classes:
        > * UnifiedOrderPay
        > * NativeOrderPay 
        > * JsAPIOrderPay
        > * OrderQuery
        > * Refund
        > * RefundQuery
        > * DownloadBill
        
        ------
        
        Installation
        ------------
        
        Install using pip:
        
        ```bash
        pip install WeChatPay
        ```
        API
        ---
        
        
        Changelog
        ==============================
        
        
        1.0 - Jun.25, 2015
        ------------------------------
        
        - Initail commit
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
