Registry / aws / byteplus-python-sdk-v2

byteplus-python-sdk-v2

JSON →
library3.0.43pypypiunverified

Official Byteplus (Volcengine) SDK for Python. Current version: 3.0.43, supports Python >=2.7. Frequent releases (every few weeks). Provides client libraries for various Byteplus services like ECS, VPC, IAM, etc.

pip install byteplus-python-sdk-v2
INSTALL
IMPORT
SIG · BYTEPLUS-PYTHON-SD
B
byteplus-python-sdk-v2
awspythonv3.0.43
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VodService
from byteplussdkvod20250701 import VodService
from byteplus.vod import VodService

Initialize a client and call a simple VPC API.

from byteplus.core import AcsClient from byteplus.vpc.v20200515 import vpc_client import os client = AcsClient( ak=os.environ.get('BYTEPLUS_ACCESS_KEY', 'your_ak'), sk=os.environ.get('BYTEPLUS_SECRET_KEY', 'your_sk'), region='cn-north-1' ) vpc = vpc_client.VpcClient(client) response = vpc.describe_vpcs() print(response)
Debug
Known issues
breakingSDK v2 is a complete rewrite. Import paths and class names differ from v1 (e.g., 'AcsClient' instead of 'DefaultAcsClient'). Do not mix v1 and v2 imports.
fix
Use 'from byteplus.core import AcsClient' and per-service client modules.
affects: v2.0+
gotchaSome services require explicit region parameter; default region may not work. If API calls fail with 'not found', check region.
fix
Always pass 'region' when creating AcsClient.
affects: all
gotchaThe SDK requires Python >=2.7 but supports Python 3. However, some dependencies may be Python 2 only. Always use Python 3.6+ for production.
fix
Use Python 3.6+. If using Python 2, be aware of limited support.
affects: all
Upgrade
Version history
3.0.43latest on PyPI · released May 7, 2026
Audit
Dependencies
requestsrequiredHTTP client used by the SDK
Agent activity
17 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
byteplus-python-sdk-v2 — pip install byteplus-python-sdk-v2 · libregistry