Skip to main content

Wechat Card Module for Python.

Project description

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):

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywe-card-1.0.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

pywe_card-1.0.0-py2.py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page