[ buster ]
[ Bron: proxmoxer ]
Pakket: python-proxmoxer (1.0.3-1)
Verwijzigingen voor python-proxmoxer
Debian bronnen:
Het bronpakket proxmoxer downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 2)
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 python-requests (for the HTTP API) or python-paramiko (for ssh) must be installed.
This package installs the Python 2 version of proxmoxer.
Andere aan python-proxmoxer gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- rec: python-paramiko
- Make ssh v2 connections (Python 2)
-
- rec: python-requests
- elegant and simple HTTP library for Python2, built for human beings