PyAllInPay通联支付 Python SDK
PyAllInPay 是一个通联支付 Python SDK。
安装
目前 PyAllInPay 支持的 Python 环境有 2.7, 3.4, 3.5, 3.6, 3.7 和 pypy。
为了简化安装过程,推荐使用 pip 进行安装
pip install pyallinpay
升级 pyallinpay 到新版本:
pip install -U pyallinpay
如果需要安装 GitHub 上的最新代码:
pip install https://gitee.com/007gzs/pyallinpay/archive/master.zip
评论