bce-sdk-python icon indicating copy to clipboard operation
bce-sdk-python copied to clipboard

BCE SDK for Python

Results 8 bce-sdk-python issues
Sort by recently updated
recently updated
newest added

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...

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年的?