巨量IP - API SDK for Python
Project description
简介
巨量IP - API SDK - Python
开始
Python >= 3.9
安装
通过pip安装
pip install juliang
通过源码包安装
前往 gitee代码托管地址 下载最新代码,解压
python setup.py install
示例
import juliangip.Juliang as Juliang
import juliangip.common.DynamicGetIps as dgi
dynamic_trade_no = "1135123856516518735679"
dynamic_key = "eb9887f742sdfasdfahewrg1e4b71bfe040a5025b55e7"
def dynmaic_get_ips():
m = dgi.DynamicGetIps(dynamic_key, dynamic_trade_no, "10")
m.result_type = "json"
value = Juliang.dynamic_get_ips(m)
print(value)
if __name__ == '__main__':
dynmaic_get_ips()
参考资料
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
juliang-0.1.2.tar.gz
(5.8 kB
view hashes)
Built Distribution
Close
Hashes for juliang-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa4567f35f8b8e330e4a0ec3c36b832f3caa7dbe5fa1d717b79329cf04eb6300 |
|
MD5 | 28829490c06d3cffc9377a675b0e5d18 |
|
BLAKE2b-256 | 08872afad1f21c79a78b46f1df02ff19715c1a46f337c84a930c02ef0448191a |