Created attachment 212754 [details] Add new port devel/py-proxmoxer Add new port devel/proxmoxer. We are using this internally at our company (indirectly through sysutils/ansible which has some modules that depend on this). I am willing to accept port maintainership.
Committed with minor changes (added testing support; note that some tests fail), thanks!
A commit references this bug: Author: amdmi3 Date: Thu Feb 18 20:42:35 UTC 2021 New revision: 565979 URL: https://svnweb.freebsd.org/changeset/ports/565979 Log: Add devel/py-proxmoxer: Wrapper around the Proxmox REST API v2 Proxmoxer is a wrapper around the Proxmox REST API v2. It was inspired by slumber, but it dedicated only to Proxmox. It allows to use not only REST API over HTTPS, but the same api over ssh and pvesh utility. Like Proxmoxia it dynamically creates attributes which responds to the attributes you've attempted to reach. WWW: https://github.com/proxmoxer/proxmoxer PR: 245101 Submitted by: david@isnic.is Changes: head/devel/Makefile head/devel/py-proxmoxer/ head/devel/py-proxmoxer/Makefile head/devel/py-proxmoxer/distinfo head/devel/py-proxmoxer/pkg-descr