python-proxmoxer

Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 2)
  https://github.com/swayf/proxmoxer
  0
  no reviews



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.