Metadata-Version: 1.1
Name: pywe-card
Version: 1.0.0
Summary: Wechat Card Module for Python.
Home-page: https://github.com/sdkwe/pywe-card
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: =========
        pywe-card
        =========
        
        Wechat Card Module for Python.
        
        Installation
        ============
        
        ::
        
            pip install pywe-card
        
        
        Usage
        =====
        
        ::
        
            from pywe_card import Card, card_create, card_update
        
        
        Method
        ======
        
        ::
        
            class Card(BaseToken):
                def __init__(self, appid=None, secret=None, token=None, storage=None):
                    super(Card, self).__init__(appid=appid, secret=secret, token=token, storage=storage)
        
            def create(self, data, appid=None, secret=None, token=None, storage=None):
        
            def update(self, data, appid=None, secret=None, token=None, storage=None):
        
        
Keywords: Wechat Weixin Card
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
