巨量IP - API SDK for Python
Project description
简介
巨量IP - API SDK - Python
开始
Python >= 3.6
安装
通过pip安装
pip install juliang
通过源码包安装
前往 gitee代码托管地址 下载最新代码,解压
python setup.py install
Python 3.9以下的需要将 源码文件Juliang.py中的unquote(request.read(), "utf-8")方法替换为unquote(request.read().decode(), "utf-8")
示例
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-1.2.0.tar.gz
(8.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file juliang-1.2.0.tar.gz.
File metadata
- Download URL: juliang-1.2.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca9b2eca009a31a592dbe330e131a3ca8a1fc04f8f2a4c07e67cb086f2a8f44c
|
|
| MD5 |
203920a536d024e6a234828afcf923bc
|
|
| BLAKE2b-256 |
656cf3dc86cbf52a39bd366d6da51caf93e6a19ed3a4bc36da5fc52f8b92e418
|
File details
Details for the file juliang-1.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: juliang-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c465c7b3c83df413428ef169274a1b9640df549f90d4f4bd4e3cac18c438cbe8
|
|
| MD5 |
c75c1122d694fcf0a6bbaeb7804dc6f7
|
|
| BLAKE2b-256 |
2d0b7019575ff992c2076cb90df5d2b7813536a9e0710399abf0bfead9060ab6
|