skillfed

byteplus-python-sdk-v2

Byteplus SDK for Python

byteplus-python-sdk-v2 v3.0.58 126.8K downloads/30d#11,768 on PyPI10
License unclear Active released

What it is and what it does

Byteplus SDK for Python is a client library for integrating with Byteplus cloud services. It provides a unified interface for API calls with built-in support for multiple authentication methods, configurable endpoints and regions, HTTP connection pooling, HTTPS encryption, SSL verification, proxy support, request timeouts, and retry strategies with backoff. The SDK defaults to HTTPS since version 2.0.1 and includes comprehensive error handling and debug logging.

The package depends on certifi, python-dateutil, six, and urllib3 for HTTP transport and date handling. It supports Python 2.7 and 3.7–3.12. A known defect in versions 3.0.1–3.0.23 prevented retries from actually taking effect; this was fixed in 3.0.24 and later.

Use it for:

  • Calling Byteplus APIs from Python applications with automatic credential management and endpoint resolution.
  • Configuring retry and backoff strategies to handle transient network failures or rate limiting.
  • Setting up HTTPS, proxy, and SSL verification for secure communication in restricted network environments.
  • Integrating with multiple authentication methods across different deployment contexts.
  • Debugging API integration issues via configurable logging and debug mode.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Python SDK for calling Byteplus APIs with built-in support for authentication, retries, timeouts, and transport configuration.

Yes, with conditions. Install if you are building on Byteplus services and need a maintained, actively updated SDK with low install friction. Upgrade to version 3.0.24 or later to ensure retry logic works correctly. Clarify the license terms with Byteplus before use in proprietary or copyleft-sensitive projects, as the license is not published on PyPI.

Install

byteplus-python-sdk-v2 on PyPI

pip

pip install byteplus-python-sdk-v2

uv

uv add byteplus-python-sdk-v2

poetry

poetry add byteplus-python-sdk-v2

Installing byteplus-python-sdk-v2

Before you install

Low friction to install; active maintenance with a release 8 days ago. Supports Python 2.7 through 3.12. Four lightweight runtime dependencies (certifi, python-dateutil, six, urllib3) are standard and widely available.

License in practice

License treatment is unclear—no SPDX identifier or raw license text is published. Verify the actual license terms before using in proprietary or copyleft-sensitive projects.

Quickstart

pip install byteplus-python-sdk-v2

import byteplus_python_sdk_v2

# Configure and set default configuration for API calls

Python >= 2.7 required; if using Ark runtime component, Python >= 3.6 is required.

Verify before relying

  • Whether versions 3.0.24+ have fully resolved the retry mechanism defect documented for 3.0.1–3.0.23.
  • Current status of HTTPS-by-default behavior introduced in 2.0.1 and any compatibility implications for existing deployments.
  • Whether the package is suitable for production use cases beyond Byteplus service integration.

Package facts

License not declared (unclear)
Python support supports the current Python release (>=2.7)
Install friction low — pure-Python wheel
Runtime dependencies 4 — certifi, python-dateutil, six, urllib3
Maintenance actively maintained — 8 days since the last release
Last repo commit
First released
Downloads 126,784/month — #11,768 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: byteplus_python_sdk_v2-3.0.58-py2.py3-none-any.whl

Development Status :: 5 - Production/StableIntended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

byteplus api clientpython sdk for byteplusbyteplus http clientapi request retry and timeoutcloud service python sdkak sk authentication sdkhttp proxy and ssl configuration
cloud-sdkapi-clientauthentication

More Internet packages