Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/007gzs/pyallinpay
通联支付 Python SDK AllInPay SDK for Python
https://github.com/007gzs/pyallinpay
Last synced: 2 months ago
JSON representation
通联支付 Python SDK AllInPay SDK for Python
- Host: GitHub
- URL: https://github.com/007gzs/pyallinpay
- Owner: 007gzs
- License: gpl-3.0
- Created: 2019-11-06T05:49:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T10:36:47.000Z (9 months ago)
- Last Synced: 2024-07-24T21:52:37.978Z (6 months ago)
- Language: Python
- Homepage: https://pyallinpay.readthedocs.io/zh_CN/latest/
- Size: 86.9 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
#######################
AllInPay Sdk for Python
#######################
.. image:: https://travis-ci.org/007gzs/pyallinpay.svg?branch=master
:target: https://travis-ci.org/007gzs/pyallinpay
.. image:: https://img.shields.io/pypi/v/pyallinpay.svg
:target: https://pypi.org/project/pyallinpay通联支付 Python SDK。
`【阅读文档】 `_。********
安装
********目前 PyAllInPay 支持的 Python 环境有 2.7, 3.4, 3.5, 3.6, 3.7 和 pypy。
为了简化安装过程,推荐使用 pip 进行安装
.. code-block:: bash
pip install pyallinpay
升级 pyallinpay 到新版本::
pip install -U pyallinpay
如果需要安装 GitHub 上的最新代码::
pip install https://github.com/007gzs/pyallinpay/archive/master.zip