Brand-name alias for the `vxsdk` Python SDK — `import vxcloud` is identical to `import vxsdk`.
Project description
vxcloud (Python)
Brand-name alias for the vxsdk Python SDK.
This package re-exports everything from vxsdk so you can reach the same
surface under the brand name.
pip install vxcloud # sync, stdlib-only
pip install vxcloud[async] # adds httpx + vxsdk_async re-export
import vxcloud
c = vxcloud.Client.load_from_vxcli() # canonical
c = vxcloud.VxCloud.load_from_vxcli() # PascalCase brand (matches TS SDK)
c = vxcloud.vxcloud.load_from_vxcli() # lowercase brand
c = vxcloud.load_from_vxcli() # module-level convenience
vm = c.cloud.create_vm(
name="api-vm", cloud="aws", region="us-east-1",
instance_type="t3.small", key_pair_name="AWSPRODKEY2",
)
All four entry styles return the same vxsdk.Client instance. There is no
behavior difference between import vxcloud and import vxsdk — pick the
name you and your team prefer.
The vxcloud release version is pinned to the matching vxsdk release; see
CHANGELOG.md. For the full SDK reference, see the upstream
vxsdk README.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vxcloud-0.1.0.tar.gz.
File metadata
- Download URL: vxcloud-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6680006678fd609aaa4f81a3f90eb30de3d97441b25a25ef585dac2f47ac1ce7
|
|
| MD5 |
cdc069f95488c6d1808bfc2f255ee9ba
|
|
| BLAKE2b-256 |
b2f1b57cf60552ec86223553bb31d367cf637e4bb5cd419b11c89ec7ffee6ef0
|
File details
Details for the file vxcloud-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vxcloud-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f08f02c0f1511ee456c27afd36d05ebab68dab4c692ca38cbee1d1067e434d
|
|
| MD5 |
bed64ac04f1cbdba4bdbf24dd0e83c04
|
|
| BLAKE2b-256 |
d01610a726c7532c564697f833c3489a4285729521bdf745906eadf8c778e38f
|