--- id: vmware-vapi-common-client version: "9.1.0.0" license: License :: OSI Approved :: Apache Software License license_treatment: permissive maintenance: active --- # vmware-vapi-common-client — VMware vAPI Common Services Client Bindings License: permissive · Maintenance: active · Downloads: 171.9K/mo ## What it is and what it does This package provides low-level Python client bindings for VMware vAPI common services, serving as a foundation layer for the broader VMware Cloud Foundation SDK. It abstracts the communication protocol and request/response handling needed to interact with VMware infrastructure components like vCenter, vSAN, SDDC Manager, NSX, and VCF Operations. The package is part of a larger SDK ecosystem and is typically installed as a dependency rather than used directly. Developers use this package when building automation or management tools that need to communicate with VMware Cloud Foundation infrastructure. It handles the serialization, transport, and deserialization of API calls to VMware components. The package is actively maintained, supports modern Python versions (3.10 through 3.14), and carries no known security vulnerabilities. Installation is straightforward with minimal dependencies, making it suitable for integration into larger infrastructure-as-code or cloud management projects. Use it for: - Build automation scripts that programmatically manage VMware Cloud Foundation deployments and configurations - Integrate VMware infrastructure monitoring into custom management dashboards or operational tools - Develop infrastructure-as-code solutions that provision or modify vSphere, vCenter, or NSX resources - Create custom workflows that orchestrate VMware Cloud Foundation operations like lifecycle management or network configuration ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python client bindings for VMware vAPI common services, enabling programmatic interaction with VMware Cloud Foundation infrastructure components. Yes, if you are building tools or automation that target VMware Cloud Foundation infrastructure. The package is actively maintained, carries no security vulnerabilities, installs with low friction, and is licensed permissively. It is a foundational component of the VMware Cloud Foundation SDK ecosystem, so installation is typically driven by a higher-level SDK package or explicit infrastructure automation requirements. ## Install pip install vmware-vapi-common-client uv add vmware-vapi-common-client poetry add vmware-vapi-common-client ## Installing vmware-vapi-common-client Before you install: Low friction installation with a single runtime dependency (vmware-vapi-runtime). Actively maintained with recent releases; last commit 2026-05-14 and release 94 days old. License in practice: Licensed under Apache Software License (permissive), allowing commercial and private use with minimal restrictions. Quickstart: pip install vmware-vapi-common-client from vmware_vapi_common_client import ... # Use client bindings to interact with VMware Cloud Foundation components Requires OpenSSL 3.0+ to support TLS 1.2 & 1.3; compatible with Python 3.10, 3.11, 3.12, 3.13, and 3.14. Verify before relying: - Specific API surface and method signatures available in this version - Whether vmware-vapi-runtime dependency is automatically installed or requires separate setup - Concrete examples of supported VMware Cloud Foundation operations beyond component compatibility list ## Package facts - License: License :: OSI Approved :: Apache Software License (permissive) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 171.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags vmware api client python, vcf sdk python bindings, vmware vapi common services, cloud foundation automation, vmware infrastructure api, vmware-infrastructure, cloud-automation [View on SkillFed](https://skillfed.io/packages/vmware-vapi-common-client) · [View on PyPI](https://pypi.org/project/vmware-vapi-common-client/)