bce-sdk-python
bce-sdk-python copied to clipboard
BCE SDK for Python
I am trying to set a proxy configuration to the bos_client object. Is there a way I could do this?
``` (.venv) root@411e8a2f:~# pip freeze|grep pycrypto pycrypto==2.6.1 pycryptodome==3.9.4 pycryptodomex==3.9.4 (.venv) root@411e8a2f:~# ``` ``` >>> import baidubce Traceback (most recent call last): File "", line 1, in import baidubce File "/cmdb/.venv/lib/python3.6/site-packages/baidubce/__init__.py",...
现在的get_object指定的range必须是一个完整闭区间,不支持[offset:EOF]的功能,可否支持此功能
Here is the simple code when running with python 3.8: ``` response1 = bts_client.list_instances() for instance in response1.instances: response2 = bts_client.list_tables(instance.name) for table in response2.tables: print(instance.name, table.name) ``` Here is...
Fix #14 .
Hi guys, It appears that bce-python-sdk is affected by CVE-2025-50817 due to its dependency on future. The vulnerability arises because future can automatically import a local test.py file, which could...
pip source的版本还是2015年的?