How to Install python3-proxmoxer in Ubuntu 18.04



Install python3-proxmoxer by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-proxmoxer

Description:

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.

Homepage: https://github.com/swayf/proxmoxer

Version: 1.0.2-1

Section: universe/python