文件名称:pyqiwi:Python QIWI API包装器
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-15 03:03:07
Python
pyQiwi Python Qiwi API包装器 执照:麻省理工学院 文档: : 。 能力 支付任何服务 可以转移到任何Qiwi钱包 付款统计 随时付款的历史 简化的识别演练 识别您的手机提供商 安装 $ pip install qiwipy 使用 import pyqiwi wallet = pyqiwi . Wallet ( token = '' , number = '79001234567' ) 快速教程 获取当前余额 print ( wallet . balance ()) 汇款 payment = wallet . send ( pid = 99 , recipient = '79001234567' , amount = 1.11 , comment = 'Привет!' ) example = 'Payment is {0} \n Recipient:
【文件预览】:
pyqiwi-master
----.scrutinizer.yml(121B)
----README.rst(2KB)
----CONTRIBUTING.rst(6KB)
----HISTORY.rst(4KB)
----requirements.txt(59B)
----AUTHORS.rst(218B)
----.travis.yml(1KB)
----tox.ini(564B)
----LICENSE(1KB)
----requirements_dev.txt(237B)
----README.txt(1KB)
----setup.py(2KB)
----pyqiwi()
--------exceptions.py(2KB)
--------util.py(2KB)
--------apihelper.py(8KB)
--------__init__.py(22KB)
--------types.py(33KB)
--------__version__.py(325B)
----docs()
--------authors.rst(28B)
--------make.bat(766B)
--------readme.rst(27B)
--------global.rst(678B)
--------contributing.rst(33B)
--------conf.py(5KB)
--------usage.rst(154B)
--------installation.rst(2KB)
--------history.rst(28B)
--------index.rst(337B)
--------Makefile(604B)
--------api.rst(240B)
--------intro.rst(456B)
----tests()
--------__init__.py(24B)
--------test_wallet.py(4KB)
----.gitignore(1KB)