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.1.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file pywe-base-1.0.1.tar.gz
.
File metadata
- Download URL: pywe-base-1.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 427b722f2a30f55ecb25c4a7ae7fcbae848402c1acd8c623b274df80c2d164a7 |
|
MD5 | 018d4afe8830afb75afbecb83c5aad67 |
|
BLAKE2b-256 | 432775477be8d40d81eea9a732e10e1256f2afffe2665641f582206db33e6f05 |
File details
Details for the file pywe_base-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pywe_base-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc3fcc03fb806d7bd646720ac4ad65f8ba9cdbfa116963b1e160e2eca176eb96 |
|
MD5 | 384d8accfdd9294c2a628246959a62ed |
|
BLAKE2b-256 | 933d4a7d283a0a4aee7a11033a8475cfe60b816a8867055f69c290180661d1f8 |