Python asyncio package for VMware vCenter
Reason this release was yanked:
Draft Version
Project description
aiovcenter
aiovcenter is an asynchronous Python library for interacting with VMware vCenter APIs. It provides convenient classes and methods to manage vCenter resources using asyncio.
Features
- Async support for vCenter REST APIs
- Manage VMs, hosts, datastores, and networks
- Easy authentication and session management
- Typed responses and error handling
Installation
pip install aiovcenter
Usage
import asyncio
from aiovcenter import VCenterClient
async def main():
async with VCenterClient(
host="vcenter.example.com",
username="username",
password="password",
verify_ssl=False
) as client:
vms = await client.vms.list()
for vm in vms:
print(vm.name)
asyncio.run(main())
Documentation
License
This project is licensed under the MIT License.
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 aiovcenter-0.1.0.post3.tar.gz.
File metadata
- Download URL: aiovcenter-0.1.0.post3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61885c2179139671de61d8fc70fe1ed2e2f5dc87970403e2ae01a3fdc9b632d5
|
|
| MD5 |
c664e8c28bf0473ea263d178a590b643
|
|
| BLAKE2b-256 |
a0de720944f60aec8d08a9d60ddc4e39bb024a0c8b3e92c612b787a93e04a020
|
File details
Details for the file aiovcenter-0.1.0.post3-py3-none-any.whl.
File metadata
- Download URL: aiovcenter-0.1.0.post3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a486d1459a0532a5e58dfe1fde33d25a685ec67f20df9e6d446f31a53dff9f4c
|
|
| MD5 |
b439b29280662e8e09dcd175d93a6052
|
|
| BLAKE2b-256 |
a0556fc9638320fb8eb66b3d37ca75d5d98c0f1e31a4537b1af3358276794c25
|