文件名称:py3cw:用Python编写的3Commas API的非官方包装
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-09 07:36:58
python unofficial wrapper-api 3commas-api Python
py3cw 用Python编写的非官方包装。 如何安装 pip install py3cw 如何使用 from py3cw . request import Py3CW # request_options is optional, as all the keys from the dict # so you can only change what you want. # default options for request_options are: # request_timeout: 30s (30 for connect, 30 for read) # nr_of_retries: 5 # retry_status_codes: [500, 502, 503, 504] # NOTE: Nr of retries and retry_status_codes will al
【文件预览】:
py3cw-master
----setup.py(518B)
----.gitignore(1KB)
----py3cw()
--------__init__.py(0B)
--------request.py(6KB)
--------test_request.py(1KB)
--------utils.py(899B)
--------config.py(5KB)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(3KB)