No project description provided
Project description
Wechat Base Class for Python.
Installation
pip install pywe-base
Usage
In [1]: from pywe_base import BaseWechat In [7]: class XXX(BaseWechat): ...: pass ...: In [3]: xxx = XXX() In [4]: xxx.API_DOMAIN Out[4]: 'https://api.weixin.qq.com' In [5]: xxx.OPEN_DOMAIN Out[5]: 'https://open.weixin.qq.com' In [6]: xxx._requests Out[6]: <bound method XXX._requests of <__main__.XXX object at 0x7f9248260d10>> In [7]:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywe-base-1.0.8.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file pywe-base-1.0.8.tar.gz
.
File metadata
- Download URL: pywe-base-1.0.8.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0563c22530f91b1a14548eb842d4a79a032d53876c3cf1cdaead8810b14f23e |
|
MD5 | 7b2d4562e21a44975a83580764a06665 |
|
BLAKE2b-256 | 36284454d50262a854b9c0e29e5bc0299d2e3841506eef9e969d13a121f8ce4c |
File details
Details for the file pywe_base-1.0.8-py2.py3-none-any.whl
.
File metadata
- Download URL: pywe_base-1.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 246d04ecd800efa99b172832fcbc565d2769f959120bcb7b84d3c4076194221d |
|
MD5 | a16770cc464696da55e8a19dca6c1c24 |
|
BLAKE2b-256 | 5c896d67d0e47c3e2470ce2b69d9f9b97ac5c4fec5be5bc99310f6087aa49e99 |