alibabacloud-gateway-pop
Alibaba Cloud POP SDK Library for Python
What it is and what it does
This package is a gateway client library for Alibaba Cloud's POP (Product Open Platform) API, part of Alibaba's official Python SDK ecosystem. It sits between your application and Alibaba Cloud services, handling the low-level details of request formatting, routing, and protocol translation. The package depends on a suite of Alibaba Cloud utilities covering credentials, encoding, signatures, and XML parsing—suggesting it handles authentication, request signing, and response deserialization.
You would use this package when building applications that need to call Alibaba Cloud services via their POP API. It abstracts away the complexity of constructing valid requests and managing the protocol details, so you can focus on your business logic. The package is in Beta status and has been actively maintained, with support for modern Python versions (3.6–3.9).
Use it for:
- Building Python applications that integrate with Alibaba Cloud services using the POP API protocol
- Handling authentication and request signing for Alibaba Cloud API calls automatically
- Routing and translating requests to the correct Alibaba Cloud service endpoints
- Parsing and deserializing XML responses from Alibaba Cloud services
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a gateway client for Alibaba Cloud's POP (Product Open Platform) API, handling request routing and protocol translation for Alibaba Cloud services.
Yes, if you are building on Alibaba Cloud and need POP API access. The package is actively maintained, has low install friction, carries a permissive license, and has no known vulnerabilities. It is likely a required dependency rather than an optional choice—check whether your Alibaba Cloud SDK or application already depends on it. The modest repository visibility and Beta status suggest it is a foundational library rather than a consumer-facing tool.
Install
alibabacloud-gateway-pop on PyPI
pip
pip install alibabacloud-gateway-popuv
uv add alibabacloud-gateway-poppoetry
poetry add alibabacloud-gateway-popInstalling alibabacloud-gateway-pop
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with a recent commit as of 2026-08-14, though the repository has modest visibility (10 stars). Supports Python 3.6 through 3.9.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install alibabacloud-gateway-pop
from alibabacloud_gateway_pop import Client
# Typically instantiated by higher-level Alibaba Cloud SDKs
# rather than directly in application code
Requires Python 3.6 or later; typically used as a transitive dependency of Alibaba Cloud service SDKs rather than standalone.
Verify before relying
- Whether this package is actively used by Alibaba Cloud SDK consumers or primarily an internal dependency
- Specific POP protocol versions and API compatibility guarantees
- Performance characteristics under high request volume
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 11 — alibabacloud-credentials, alibabacloud-darabonba-array, alibabacloud-darabonba-encode-util, alibabacloud-darabonba-map, alibabacloud-darabonba-signature-util, alibabacloud-darabonba-string, alibabacloud-endpoint-util, alibabacloud-gateway-spi, alibabacloud-openapi-util, alibabacloud-tea-util, alibabacloud-tea-xml |
| Maintenance | actively maintained — 260 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 137,739/month — #11,359 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: alibabacloud_gateway_pop-0.1.3-py3-none-any.whl
Keywords: alibabacloud, gateway, pop
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
alibabacloud-gateway-ossProvides a gateway implementation for Alibaba…
permissive · top 15,000 on PyPI
alibabacloud-gateway-dingtalkProvides a gateway client for integrating with…
permissive · top 15,000 on PyPI
alibabacloud-gateway-slsProvides a gateway client for Alibaba Cloud's…
permissive · top 15,000 on PyPI
alibabacloud-gateway-spiProvides a service provider interface (SPI) for…
permissive · top 5,000 on PyPI
alibabacloud-credentials-apiProvides credential management interfaces and…
permissive · top 5,000 on PyPI
alibabacloud-gateway-oss-utilProvides utility functions for working with…
permissive · top 15,000 on PyPI
alibabacloud-tea-openapiProvides a Python SDK for calling Alibaba Cloud…
permissive · top 5,000 on PyPI
alibabacloud-gateway-sls-utilProvides utility functions for Alibaba Cloud…
permissive · top 15,000 on PyPI
alibabacloud-endpoint-utilProvides endpoint resolution utilities for…
permissive · top 5,000 on PyPI
alibabacloud-openapi-utilProvides utility functions for constructing and…
permissive · top 5,000 on PyPI