huaweicloudsdkevs
EVS
What it is and what it does
This is the Huawei Cloud Python SDK for Elastic Volume Service (EVS), a service-specific library that wraps Huawei Cloud's block storage APIs. It depends on huaweicloudsdkcore and provides typed request/response objects and client builders to manage cloud volumes without writing raw HTTP calls. You authenticate with Huawei Cloud credentials (Access Key and Secret Key), configure a region and HTTP settings, then instantiate an EVS client to perform operations like listing, creating, or modifying volumes.
The package is part of Huawei's modular SDK family—you install only the service packages you need. It supports Python 3.6 through 3.12, is marked Production/Stable, and has been actively maintained since its 2020 release. No known vulnerabilities are recorded. The library handles credential management, region selection, SSL configuration, proxy setup, and request/response logging through a fluent builder pattern.
Use it for:
- Automate provisioning and deletion of block storage volumes in Huawei Cloud infrastructure-as-code workflows.
- Build multi-region storage management tools that query and modify EVS resources across Huawei Cloud regions.
- Integrate Huawei Cloud storage operations into Python applications without embedding raw API calls or HTTP logic.
- Monitor and manage volume snapshots, attachments, and metadata programmatically from Python services.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python SDK for Huawei Cloud Elastic Volume Service (EVS), enabling programmatic management of block storage volumes without direct API handling.
Yes, if you are working with Huawei Cloud EVS. The package is actively maintained, has no known vulnerabilities, carries a permissive license, and installs with minimal friction. It is production-stable and supports modern Python versions. Install it only if you have a Huawei Cloud account and need to manage EVS resources from Python.
Install
huaweicloudsdkevs on PyPI
pip
pip install huaweicloudsdkevsuv
uv add huaweicloudsdkevspoetry
poetry add huaweicloudsdkevsInstalling huaweicloudsdkevs
Before you install
Low friction install with a single dependency (huaweicloudsdkcore). Package is actively maintained with a release 1 day old and has been in production since 2020-05-18.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install huaweicloudsdkevs
import os
from huaweicloudsdkcore.auth.credentials import BasicCredentials
from huaweicloudsdkevs.v2 import EvsClient
credentials = BasicCredentials(
os.getenv("HUAWEICLOUD_SDK_AK"),
os.getenv("HUAWEICLOUD_SDK_SK")
)
client = EvsClient.new_builder().with_credentials(credentials).build()
Requires Huawei Cloud account with Access Key (AK) and Secret Key (SK); set HUAWEICLOUD_SDK_AK and HUAWEICLOUD_SDK_SK environment variables before use.
Verify before relying
- Whether the SDK supports all EVS operations or a subset of the Huawei Cloud EVS API
- Performance characteristics or rate limits when managing large volumes of storage resources
- Regional availability and whether all Huawei Cloud regions are supported
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — huaweicloudsdkcore |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 217,455/month — #9,358 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: huaweicloudsdkevs-3.1.210-py3-none-any.whl
Keywords: EVS, huaweicloud, sdk
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
esdk-obs-pythonPython SDK for interacting with Huawei OBS…
permissive · top 15,000 on PyPI
huaweicloudsdkcoreProvides core authentication, HTTP…
permissive · top 15,000 on PyPI
huaweicloudsdkecsPython SDK for Huawei Cloud Elastic Compute…
permissive · top 15,000 on PyPI
volcengine-python-sdkPython SDK for Volcengine cloud services,…
permissive · top 15,000 on PyPI
aliyun-python-sdk-ecsProvides Python bindings to Aliyun's Elastic…
permissive · top 15,000 on PyPI
byteplus-python-sdk-v2Python SDK for calling Byteplus APIs with…
unclear · top 15,000 on PyPI
tosA Python SDK for interacting with Volcengine's…
unclear · top 15,000 on PyPI
ibm-vpcPython client library for programmatically…
permissive · top 15,000 on PyPI
alibabacloud-ecs20140526Provides a Python SDK for interacting with…
permissive · top 15,000 on PyPI
huawei-solarProvides a Python interface to read and write…
agpl · top 15,000 on PyPI