luno-python:适用于Luno API的Python SDK

时间:2021-05-09 09:40:44
【文件属性】:
文件名称:luno-python:适用于Luno API的Python SDK
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-09 09:40:44
Python Luno API 该Python软件包提供了的包装。 安装 pip install luno-python 验证 请访问“页面以生成API密钥。 用法示例 from luno_python . client import Client c = Client ( api_key_id = 'key_id' , api_key_secret = 'key_secret' ) try : res = c . get_ticker ( pair = 'XBTZAR' ) print res except Exception as e : print e 执照
【文件预览】:
luno-python-master
----.travis.yml(201B)
----tests()
--------__init__.py(0B)
--------test_client.py(1KB)
----.DS_Store(6KB)
----setup.cfg(70B)
----examples()
--------readonly.py(1KB)
----setup.py(655B)
----.gitignore(99B)
----luno_python()
--------client.py(29KB)
--------__init__.py(18B)
--------base_client.py(3KB)
--------error.py(122B)
----README.md(775B)
----LICENSE.txt(1KB)

网友评论