软件包: python3-proxmoxer (1.0.3-2)
python3-proxmoxer 的相关链接
Trisquel 的资源:
下载源码包 proxmoxer:
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Elena Grandi
外部的资源:
- 主页 [github.com]
相似软件包:
Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 3)
Proxmoxer is a wrapper around the Proxmox REST API v2 which allows one to programmatically create / delete / manage instances of proxmox managed virtual machines and containers.
To use this package either python3-requests (for the HTTP API) or python3-paramiko (for ssh) must be installed.
This package installs the Python 3 version of proxmoxer.
其他与 python3-proxmoxer 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- rec: python3-paramiko
- Make ssh v2 connections (Python 3)
-
- rec: python3-requests
- elegant and simple HTTP library for Python3, built for human beings